1. 55ab0b6 binman: Plumb expanded entries through fully by Simon Glass · Thu Mar 18 20:25:06 2021 +1300
  2. ed93067 binman: Allow a way to select expanded entries by Simon Glass · Thu Mar 18 20:25:05 2021 +1300
  3. 2f85941 binman: Allow using an an 'expanded' entry type by Simon Glass · Thu Mar 18 20:25:04 2021 +1300
  4. eb751fd binman: Use standard filenames for SPL/TPL devicetree by Simon Glass · Thu Mar 18 20:25:03 2021 +1300
  5. 8235dd8 binman: Move the comment for GetFdts() to the base class by Simon Glass · Thu Mar 18 20:25:02 2021 +1300
  6. a1ba618 binman: Drop unnecessary field in output_fdt_info by Simon Glass · Thu Mar 18 20:25:01 2021 +1300
  7. f184d95 binman: Use the fake SPL/TPL only if requested by Simon Glass · Thu Mar 18 20:25:00 2021 +1300
  8. d9bdd25 binman: Drop unnecessary 'type' property in tests by Simon Glass · Thu Mar 18 20:24:59 2021 +1300
  9. 63f41d4 binman: Add support for u-boot-tpl-bss-bad by Simon Glass · Thu Mar 18 20:24:58 2021 +1300
  10. c98de97 binman: Add support for u-boot-tpl-nodtb by Simon Glass · Thu Mar 18 20:24:57 2021 +1300
  11. 31e04cb binman: Support symbols in u-boot-spl-nodtb by Simon Glass · Thu Mar 18 20:24:56 2021 +1300
  12. 308939b binman: Correct the documentation for u-boot-spl-bss-pad by Simon Glass · Thu Mar 18 20:24:55 2021 +1300
  13. 537e006 binman: Tidy up underscores in entry documentation by Simon Glass · Thu Mar 18 20:24:54 2021 +1300
  14. 3f093a3 binman: Update entry help for files-align by Simon Glass · Thu Mar 18 20:24:53 2021 +1300
  15. fcb2a7c binman: Document ExpandEntries() in the base class by Simon Glass · Thu Mar 18 20:24:52 2021 +1300
  16. 4ef93d9 binman: Allow extracting to current directory by Simon Glass · Thu Mar 18 20:24:51 2021 +1300
  17. 0284916 x86: apl: Use read-only SPL and new of-platdata by Simon Glass · Mon Mar 15 17:25:52 2021 +1300
  18. f5c5530 x86: coral: Drop TPM and ACPI interrupts from TPL by Simon Glass · Mon Mar 15 17:25:51 2021 +1300
  19. df2e71a x86: coral: Drop ACPI properties from of-platdata by Simon Glass · Mon Mar 15 17:25:50 2021 +1300
  20. 9ea5755 x86: Don't include reset driver in SPL by Simon Glass · Mon Mar 15 17:25:49 2021 +1300
  21. f7ffa92 x86: Support a fake PCI device with of-platdata-inst by Simon Glass · Mon Mar 15 17:25:48 2021 +1300
  22. 8818202 x86: itss: Tidy up bind() for of-platdata-inst by Simon Glass · Mon Mar 15 17:25:47 2021 +1300
  23. aba073a x86: apl: Tell of-platdata about a required header file by Simon Glass · Mon Mar 15 17:25:46 2021 +1300
  24. e952cf6 x86: apl: Fix the header order in pmc by Simon Glass · Mon Mar 15 17:25:45 2021 +1300
  25. 92cb9dc x86: Define a region for device priv/plat data by Simon Glass · Mon Mar 15 17:25:44 2021 +1300
  26. e2ec0ea dm: doc: Add documentation for of-platdata-inst by Simon Glass · Mon Mar 15 17:25:43 2021 +1300
  27. 1730e46 dm: doc: Tidy up of-platdata docs by Simon Glass · Mon Mar 15 17:25:42 2021 +1300
  28. 2238594 dm: core: Add warnings to private / platform setters by Simon Glass · Mon Mar 15 17:25:41 2021 +1300
  29. 781aa3e dm: core: Use separate priv/plat data region by Simon Glass · Mon Mar 15 17:25:40 2021 +1300
  30. 07f2e80 sandbox: Define a region for device priv/plat data by Simon Glass · Mon Mar 15 17:25:39 2021 +1300
  31. 8dee67a dm: core: Allow storing priv/plat data separately by Simon Glass · Mon Mar 15 17:25:38 2021 +1300
  32. b5660c4 dm: core: Move flags to device-runtime info by Simon Glass · Mon Mar 15 17:25:37 2021 +1300
  33. 8beeb28 dm: core: Create a struct for device runtime info by Simon Glass · Mon Mar 15 17:25:36 2021 +1300
  34. 5b21b34 dm: core: Add an option to support SPL in read-only memory by Simon Glass · Mon Mar 15 17:25:35 2021 +1300
  35. 492f0b0 azure/gitlab: Add tests for sandbox_noinst by Simon Glass · Mon Mar 15 17:25:34 2021 +1300
  36. 9deea13 test: Run sandbox_spl tests on sandbox_noinst by Simon Glass · Mon Mar 15 17:25:33 2021 +1300
  37. cb79f07 sandbox: Create a new sandbox_noinst build by Simon Glass · Mon Mar 15 17:25:32 2021 +1300
  38. 77faa97 Revert "sandbox: Disable I2C emulators in SPL" by Simon Glass · Mon Mar 15 17:25:31 2021 +1300
  39. 65cb759 sandbox: i2c: Support i2c emulation with of-platdata by Simon Glass · Mon Mar 15 17:25:30 2021 +1300
  40. 6714bab sandbox_spl: Increase SPL malloc() size by Simon Glass · Mon Mar 15 17:25:29 2021 +1300
  41. 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · Mon Mar 15 17:25:28 2021 +1300
  42. 3ee1d39 sandbox: i2c: Move platdata structs to header files by Simon Glass · Mon Mar 15 17:25:27 2021 +1300
  43. 107da8f dm: core: Drop uclass_find_device_by_phandle() with of-platdata by Simon Glass · Mon Mar 15 17:25:26 2021 +1300
  44. 2f25998 dm: core: Drop device_get_by_driver_info() by Simon Glass · Mon Mar 15 17:25:25 2021 +1300
  45. 9bb88fb clk: sandbox: Create a special fixed-rate driver by Simon Glass · Mon Mar 15 17:25:24 2021 +1300
  46. b95c7b9 clk: fixed-rate: Export driver parts for OF_PLATDATA_INST by Simon Glass · Mon Mar 15 17:25:23 2021 +1300
  47. 96d5736 clk: sandbox: Move priv/plat data to a header file by Simon Glass · Mon Mar 15 17:25:22 2021 +1300
  48. 96113c1 dm: test: Avoid destroying uclasses with of-platdata-inst by Simon Glass · Mon Mar 15 17:25:21 2021 +1300
  49. 29b099a dm: core: Include dt-decl.h automatically by Simon Glass · Mon Mar 15 17:25:20 2021 +1300
  50. c3576b2 Makefile: Remove old of-platdata files before regenerating by Simon Glass · Thu Mar 25 06:40:53 2021 +1300
  51. bfbf044 Makefile: Use a variable for generated of-platdata headers by Simon Glass · Thu Mar 25 06:40:52 2021 +1300
  52. db2b9ca dtoc: Only generate the required files by Simon Glass · Thu Mar 25 06:40:51 2021 +1300
  53. 049becf Makefile: Depend only on required of-platdata files by Simon Glass · Thu Mar 25 06:40:50 2021 +1300
  54. 8c0a0b0 Makefile: Avoid running dtoc every time by Simon Glass · Thu Mar 25 06:40:49 2021 +1300
  55. 237b3cc libfdt: Tidy up pylibfdt build rule by Simon Glass · Thu Mar 25 06:40:48 2021 +1300
  56. b0f463c dm: Add the new dtoc-generated files to the build by Simon Glass · Mon Mar 15 17:25:19 2021 +1300
  57. 05693e9 dm: core: Skip adding uclasses with OF_PLATDATA_INST by Simon Glass · Mon Mar 15 17:25:18 2021 +1300
  58. 43f7ea5 dm: core: Set up driver model for OF_PLATDATA_INST by Simon Glass · Mon Mar 15 17:25:17 2021 +1300
  59. 6f15653 dm: core: Adjust uclass setup with of-platdata by Simon Glass · Mon Mar 15 17:25:16 2021 +1300
  60. 47fd4a2 dm: core: Allow dropping run-time binding of devices by Simon Glass · Mon Mar 15 17:25:15 2021 +1300
  61. 7074354 dm: core: Add macros to access the new linker lists by Simon Glass · Mon Mar 15 17:25:14 2021 +1300
  62. 735ccf9 linker_lists: Allow use in data structures by Simon Glass · Mon Mar 15 17:25:13 2021 +1300
  63. df8b8f5 sandbox: Drop debug message in os_spl_to_uboot() by Simon Glass · Mon Mar 15 17:25:12 2021 +1300
  64. ed5e6ae dtoc: Drop use of DECL() macros by Simon Glass · Mon Mar 15 17:25:11 2021 +1300
  65. 4d925eb bus: ti-sysc: change in a normal driver by Dario Binacchi · Tue Mar 16 21:51:44 2021 +0100
  66. fea2f25 dtoc: Generate device instances by Simon Glass · Wed Feb 03 06:01:21 2021 -0700
  67. c7b4b83 dtoc: Generate uclass devices by Simon Glass · Wed Feb 03 06:01:20 2021 -0700
  68. e211908 dtoc: Generate a summary in the dt-plat.c file by Simon Glass · Wed Feb 03 06:01:19 2021 -0700
  69. 4e430a2 dtoc: Tidy up the list of supported phandle properties by Simon Glass · Wed Feb 03 06:01:18 2021 -0700
  70. 98af374 sandbox: i2c: Rename driver names to work with of-platdata by Simon Glass · Wed Feb 03 06:01:17 2021 -0700
  71. 9db623b sandbox: Make sandbox,emul more conventional by Simon Glass · Wed Feb 03 06:01:16 2021 -0700
  72. be74900 dtoc: Don't generate platform data with instantiation by Simon Glass · Wed Feb 03 06:01:15 2021 -0700
  73. 3fa3bbb dtoc: Add support for decl file by Simon Glass · Wed Feb 03 06:01:14 2021 -0700
  74. 240d5f6 dm: of-platadata: Add option for device instantiation by Simon Glass · Wed Feb 03 06:01:13 2021 -0700
  75. 3809ad9 dtoc: Add an option for device instantiation by Simon Glass · Wed Feb 03 06:01:12 2021 -0700
  76. c14fd0c dtoc: Support processing the root node by Simon Glass · Wed Feb 03 06:01:11 2021 -0700
  77. 80d782c4 dtoc: Set up the uclasses that are used by Simon Glass · Wed Feb 03 06:01:10 2021 -0700
  78. df56e0b dtoc: Assign a sequence number to each node by Simon Glass · Wed Feb 03 06:01:09 2021 -0700
  79. 072b9c5 dtoc: Detect drivers only at the start of start of line by Simon Glass · Wed Feb 03 06:01:08 2021 -0700
  80. be88d2f dtoc: Read aliases for uclasses by Simon Glass · Wed Feb 03 06:01:07 2021 -0700
  81. 9b2eac0 dtoc: Warn of duplicate drivers by Simon Glass · Wed Feb 03 06:01:06 2021 -0700
  82. 2f4455f dtoc: Process driver aliases along with drivers by Simon Glass · Wed Feb 03 06:01:05 2021 -0700
  83. a7b1c77 dtoc: Support headers needed for drivers by Simon Glass · Wed Feb 03 06:01:04 2021 -0700
  84. 74ef226 Makefile: Pass the U-Boot phase to dtoc by Simon Glass · Wed Feb 03 06:01:03 2021 -0700
  85. f303ee7 dtoc: Support tracking the phase of U-Boot by Simon Glass · Wed Feb 03 06:01:02 2021 -0700
  86. eb3c249 dtoc: Track nodes which are actually used by Simon Glass · Wed Feb 03 06:01:01 2021 -0700
  87. 047a480 dtoc: Process nodes to set up required properties by Simon Glass · Wed Feb 03 06:01:00 2021 -0700
  88. 62a9537 dtoc: Make use of node properties by Simon Glass · Wed Feb 03 06:00:59 2021 -0700
  89. 4447978 dtoc: Add some extra properties to nodes by Simon Glass · Wed Feb 03 06:00:58 2021 -0700
  90. 32a8d22 dtoc: Rename sandbox_i2c_test and sandbox_pmic_test by Simon Glass · Wed Feb 03 06:00:57 2021 -0700
  91. 4f4b240 dtoc: Move test files into a test/ directory by Simon Glass · Wed Feb 03 06:00:56 2021 -0700
  92. 88bd538 dtoc: Support scanning of structs in header files by Simon Glass · Wed Feb 03 06:00:55 2021 -0700
  93. 2e199ab dtoc: Support scanning of uclasses by Simon Glass · Wed Feb 03 06:00:54 2021 -0700
  94. 0f3b141 dtoc: Collect priv/plat struct info from drivers by Simon Glass · Wed Feb 03 06:00:53 2021 -0700
  95. dc37c81 dtoc: Ignore unwanted files when scanning for drivers by Simon Glass · Wed Feb 03 06:00:52 2021 -0700
  96. 768ff0a dtoc: Save scan information across test runs by Simon Glass · Wed Feb 03 06:00:51 2021 -0700
  97. 78933b7 dtoc: Scan drivers for available information by Simon Glass · Wed Feb 03 06:00:50 2021 -0700
  98. 55cbdf8 sandbox: add FAT to the list of usable env drivers by Heinrich Schuchardt · Thu Mar 04 18:28:37 2021 +0000
  99. 52d2bf6 dm: error handling dev_get_dma_range() by Heinrich Schuchardt · Sat Feb 20 10:41:22 2021 +0100
  100. e24fdef sandbox: enable cros-ec-keyb in test.dtb by Heinrich Schuchardt · Thu Feb 18 13:01:35 2021 +0100