1. b5660c4 dm: core: Move flags to device-runtime info by Simon Glass · 3 years, 9 months ago
  2. 8beeb28 dm: core: Create a struct for device runtime info by Simon Glass · 3 years, 9 months ago
  3. 5b21b34 dm: core: Add an option to support SPL in read-only memory by Simon Glass · 3 years, 9 months ago
  4. 492f0b0 azure/gitlab: Add tests for sandbox_noinst by Simon Glass · 3 years, 9 months ago
  5. 9deea13 test: Run sandbox_spl tests on sandbox_noinst by Simon Glass · 3 years, 9 months ago
  6. cb79f07 sandbox: Create a new sandbox_noinst build by Simon Glass · 3 years, 9 months ago
  7. 77faa97 Revert "sandbox: Disable I2C emulators in SPL" by Simon Glass · 3 years, 9 months ago
  8. 65cb759 sandbox: i2c: Support i2c emulation with of-platdata by Simon Glass · 3 years, 9 months ago
  9. 6714bab sandbox_spl: Increase SPL malloc() size by Simon Glass · 3 years, 9 months ago
  10. 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · 3 years, 9 months ago
  11. 3ee1d39 sandbox: i2c: Move platdata structs to header files by Simon Glass · 3 years, 9 months ago
  12. 107da8f dm: core: Drop uclass_find_device_by_phandle() with of-platdata by Simon Glass · 3 years, 9 months ago
  13. 2f25998 dm: core: Drop device_get_by_driver_info() by Simon Glass · 3 years, 9 months ago
  14. 9bb88fb clk: sandbox: Create a special fixed-rate driver by Simon Glass · 3 years, 9 months ago
  15. b95c7b9 clk: fixed-rate: Export driver parts for OF_PLATDATA_INST by Simon Glass · 3 years, 9 months ago
  16. 96d5736 clk: sandbox: Move priv/plat data to a header file by Simon Glass · 3 years, 9 months ago
  17. 96113c1 dm: test: Avoid destroying uclasses with of-platdata-inst by Simon Glass · 3 years, 9 months ago
  18. 29b099a dm: core: Include dt-decl.h automatically by Simon Glass · 3 years, 9 months ago
  19. c3576b2 Makefile: Remove old of-platdata files before regenerating by Simon Glass · 3 years, 8 months ago
  20. bfbf044 Makefile: Use a variable for generated of-platdata headers by Simon Glass · 3 years, 8 months ago
  21. db2b9ca dtoc: Only generate the required files by Simon Glass · 3 years, 8 months ago
  22. 049becf Makefile: Depend only on required of-platdata files by Simon Glass · 3 years, 8 months ago
  23. 8c0a0b0 Makefile: Avoid running dtoc every time by Simon Glass · 3 years, 8 months ago
  24. 237b3cc libfdt: Tidy up pylibfdt build rule by Simon Glass · 3 years, 8 months ago
  25. b0f463c dm: Add the new dtoc-generated files to the build by Simon Glass · 3 years, 9 months ago
  26. 05693e9 dm: core: Skip adding uclasses with OF_PLATDATA_INST by Simon Glass · 3 years, 9 months ago
  27. 43f7ea5 dm: core: Set up driver model for OF_PLATDATA_INST by Simon Glass · 3 years, 9 months ago
  28. 6f15653 dm: core: Adjust uclass setup with of-platdata by Simon Glass · 3 years, 9 months ago
  29. 47fd4a2 dm: core: Allow dropping run-time binding of devices by Simon Glass · 3 years, 9 months ago
  30. 7074354 dm: core: Add macros to access the new linker lists by Simon Glass · 3 years, 9 months ago
  31. 735ccf9 linker_lists: Allow use in data structures by Simon Glass · 3 years, 9 months ago
  32. df8b8f5 sandbox: Drop debug message in os_spl_to_uboot() by Simon Glass · 3 years, 9 months ago
  33. ed5e6ae dtoc: Drop use of DECL() macros by Simon Glass · 3 years, 9 months ago
  34. 4d925eb bus: ti-sysc: change in a normal driver by Dario Binacchi · 3 years, 9 months ago
  35. fea2f25 dtoc: Generate device instances by Simon Glass · 3 years, 10 months ago
  36. c7b4b83 dtoc: Generate uclass devices by Simon Glass · 3 years, 10 months ago
  37. e211908 dtoc: Generate a summary in the dt-plat.c file by Simon Glass · 3 years, 10 months ago
  38. 4e430a2 dtoc: Tidy up the list of supported phandle properties by Simon Glass · 3 years, 10 months ago
  39. 98af374 sandbox: i2c: Rename driver names to work with of-platdata by Simon Glass · 3 years, 10 months ago
  40. 9db623b sandbox: Make sandbox,emul more conventional by Simon Glass · 3 years, 10 months ago
  41. be74900 dtoc: Don't generate platform data with instantiation by Simon Glass · 3 years, 10 months ago
  42. 3fa3bbb dtoc: Add support for decl file by Simon Glass · 3 years, 10 months ago
  43. 240d5f6 dm: of-platadata: Add option for device instantiation by Simon Glass · 3 years, 10 months ago
  44. 3809ad9 dtoc: Add an option for device instantiation by Simon Glass · 3 years, 10 months ago
  45. c14fd0c dtoc: Support processing the root node by Simon Glass · 3 years, 10 months ago
  46. 80d782c4 dtoc: Set up the uclasses that are used by Simon Glass · 3 years, 10 months ago
  47. df56e0b dtoc: Assign a sequence number to each node by Simon Glass · 3 years, 10 months ago
  48. 072b9c5 dtoc: Detect drivers only at the start of start of line by Simon Glass · 3 years, 10 months ago
  49. be88d2f dtoc: Read aliases for uclasses by Simon Glass · 3 years, 10 months ago
  50. 9b2eac0 dtoc: Warn of duplicate drivers by Simon Glass · 3 years, 10 months ago
  51. 2f4455f dtoc: Process driver aliases along with drivers by Simon Glass · 3 years, 10 months ago
  52. a7b1c77 dtoc: Support headers needed for drivers by Simon Glass · 3 years, 10 months ago
  53. 74ef226 Makefile: Pass the U-Boot phase to dtoc by Simon Glass · 3 years, 10 months ago
  54. f303ee7 dtoc: Support tracking the phase of U-Boot by Simon Glass · 3 years, 10 months ago
  55. eb3c249 dtoc: Track nodes which are actually used by Simon Glass · 3 years, 10 months ago
  56. 047a480 dtoc: Process nodes to set up required properties by Simon Glass · 3 years, 10 months ago
  57. 62a9537 dtoc: Make use of node properties by Simon Glass · 3 years, 10 months ago
  58. 4447978 dtoc: Add some extra properties to nodes by Simon Glass · 3 years, 10 months ago
  59. 32a8d22 dtoc: Rename sandbox_i2c_test and sandbox_pmic_test by Simon Glass · 3 years, 10 months ago
  60. 4f4b240 dtoc: Move test files into a test/ directory by Simon Glass · 3 years, 10 months ago
  61. 88bd538 dtoc: Support scanning of structs in header files by Simon Glass · 3 years, 10 months ago
  62. 2e199ab dtoc: Support scanning of uclasses by Simon Glass · 3 years, 10 months ago
  63. 0f3b141 dtoc: Collect priv/plat struct info from drivers by Simon Glass · 3 years, 10 months ago
  64. dc37c81 dtoc: Ignore unwanted files when scanning for drivers by Simon Glass · 3 years, 10 months ago
  65. 768ff0a dtoc: Save scan information across test runs by Simon Glass · 3 years, 10 months ago
  66. 78933b7 dtoc: Scan drivers for available information by Simon Glass · 3 years, 10 months ago
  67. 55cbdf8 sandbox: add FAT to the list of usable env drivers by Heinrich Schuchardt · 3 years, 9 months ago
  68. 52d2bf6 dm: error handling dev_get_dma_range() by Heinrich Schuchardt · 3 years, 9 months ago
  69. e24fdef sandbox: enable cros-ec-keyb in test.dtb by Heinrich Schuchardt · 3 years, 9 months ago
  70. 9bbcf9b patman: Use less for help file, if available by Nicolas Boichat · 3 years, 9 months ago
  71. fce3802 test: print_ut: Fix potential build error by Bin Meng · 3 years, 9 months ago
  72. 0bcbec7 test: cmd: setexpr: Fix a typo by Bin Meng · 3 years, 9 months ago
  73. 3d81f02 mmc: pci: Fix Kconfig dependency by Bin Meng · 3 years, 9 months ago
  74. 32b4955 tools: fdtgrep: Use unsigned chars for arrays by Samuel Dionne-Riel · 3 years, 10 months ago
  75. 1e3287b sandbox: allow cross-compiling sandbox by Heinrich Schuchardt · 3 years, 10 months ago
  76. 1f975b9 patman: Quieten down the alias checking by Simon Glass · 3 years, 10 months ago
  77. 541186e patman: Update documentation to match new usage by Simon Glass · 3 years, 10 months ago
  78. a26d8fe azure: Use --board flag with sandbox_spl by Simon Glass · 3 years, 8 months ago
  79. b9f028f Merge branch '2021-03-20-mediatek-updates' into next by Tom Rini · 3 years, 8 months ago
  80. 8265933 tools: mtk_image: add an option to set device header offset by developer · 3 years, 9 months ago
  81. 0f71c38 configs: mt7622: enable debug uart for mt7622_rfb_defconfig by developer · 3 years, 9 months ago
  82. 801de30 board: mt7629: enable compression of u-boot to reduce the size of final image by developer · 3 years, 9 months ago
  83. dc45773 serial: mtk: rewrite the setbrg function by developer · 3 years, 9 months ago
  84. 1268755 dts: mt7629: enable JTAG pins by default by developer · 3 years, 9 months ago
  85. 9d4eefc configs: mt7622: use ARMv8 Generic Timer instead of mtk_timer by developer · 3 years, 9 months ago
  86. a03cf3f pinctrl: mt7629: add jtag function and pin group by developer · 3 years, 9 months ago
  87. f4154da pinctrl: mediatek: do not probe gpio driver if not enabled by developer · 3 years, 9 months ago
  88. 0163c08 pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrl by developer · 3 years, 9 months ago
  89. deb8406 pinctrl: mediatek: fix wrong assignment in mtk_get_pin_name by developer · 3 years, 9 months ago
  90. e5c1e62 board: Add MT8183 pumpkin board support by Fabien Parent · 3 years, 9 months ago
  91. 4640e2a ARM: mediatek: Add MT8183 support by Fabien Parent · 3 years, 9 months ago
  92. 00763af configs: mt8516: use bootcmd from config_distro_bootcmd.h by Fabien Parent · 3 years, 9 months ago
  93. aed4490 board: mediatek: mt8516: init USB Ether for pumpkin board by Fabien Parent · 3 years, 9 months ago
  94. 2bd14a8 board: mediatek: rename pumpkin board into mt8516 by Fabien Parent · 3 years, 9 months ago
  95. 054b7b9 Merge branch 'next' of git://source.denx.de/u-boot-sh into next by Tom Rini · 3 years, 8 months ago
  96. bef12c1 board: silinux: Enable recovery SPL for EK874 board by Lad Prabhakar · 3 years, 9 months ago
  97. b4b65ec arm: rmobile: Add Silicon Linux EK874 board support by Lad Prabhakar · 3 years, 9 months ago
  98. 53b88b9 pinctrl: renesas: Add support for R8A774C0 by Lad Prabhakar · 3 years, 9 months ago
  99. 14c9b04 pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.11 by Lad Prabhakar · 3 years, 9 months ago
  100. ef6e081 arm: dts: r8a774c0: Resync R8A774C0 SoC DTSI with Linux 5.11 by Lad Prabhakar · 3 years, 9 months ago