1. 928f4f4 sunxi: board: extract creating a unique sid into a helper function by Andre Heider · 3 years, 4 months ago
  2. ec9cdaa sunxi: dram: h6: Improve DDR3 config detection by Jernej Skrabec · 4 years, 11 months ago
  3. 92600ed sunxi: board: Move USB ethernet initialization to board_late_init() by Andy Shevchenko · 4 years, 2 months ago
  4. 0e4d5db sunxi: Add arm64 FEL support by Andre Przywara · 8 years ago
  5. 00f8e9c sunxi: Fix is_boot0_magic macro by Andre Przywara · 4 years, 3 months ago
  6. acd832c sunxi: Use mkimage for SPL boot image generation by Andre Przywara · 6 years ago
  7. 6d29509 tools: mkimage: Add Allwinner eGON support by Andre Przywara · 6 years ago
  8. 23c0ee8 sunxi: Factor out eGON BROM header description by Andre Przywara · 4 years, 2 months ago
  9. ab3b53f sunxi: add PineCube board by Icenowy Zheng · 4 years, 2 months ago
  10. d71be19 Merge branch 'next' by Tom Rini · 4 years ago
  11. c4fdded Prepare v2021.01 by Tom Rini · 4 years ago
  12. c8f2a06 xea: config: Disable CONFIG_SPL_OF_PLATDATA_PARENT on XEA (imx28) by Lukasz Majewski · 4 years, 1 month ago
  13. ee66df1 xea: config: Use CONFIG_PREBOOT from Kconfig by Lukasz Majewski · 4 years, 1 month ago
  14. a062d8e xea: spl: Disable pull UP for GPIO0_2{35} by Lukasz Majewski · 4 years, 1 month ago
  15. 92cb207 rockchip: pinebook-pro: default to SPI bus 1 for SPI-flash by Hugh Cole-Baker · 4 years, 2 months ago
  16. bc0b99b Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 1 month ago
  17. b8c725e Merge tag 'u-boot-stm32-20210106' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 1 month ago
  18. ec4efd5 ARM: dts: stm32: Fix GPIO hog flags on DHCOM DRC02 by Marek Vasut · 4 years, 1 month ago
  19. 1a6de00 ARM: dts: stm32: Fix GPIO hog flags on DHCOM PicoITX by Marek Vasut · 4 years, 1 month ago
  20. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 4 years, 1 month ago
  21. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 4 years, 1 month ago
  22. c2d80bb Merge tag 'ti-v2021.01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 1 month ago
  23. 970349a dtoc: Tidy up src_scan tests by Simon Glass · 4 years, 1 month ago
  24. 10ea9c0 dtoc: Move src_scan tests to a separate file by Simon Glass · 4 years, 1 month ago
  25. a542a70 dtoc: Split source-code scanning to a separate file by Simon Glass · 4 years, 1 month ago
  26. d960f0d dtoc: Drop dm_populate_phandle_data() by Simon Glass · 4 years, 1 month ago
  27. 9eca08d dtoc: Output nodes in order by Simon Glass · 4 years, 1 month ago
  28. 1e0f3f4 dtoc: Allow specifying the base directory for tests by Simon Glass · 4 years, 1 month ago
  29. a7d5f96 dtoc: Add the method for each command to OutputFile by Simon Glass · 4 years, 1 month ago
  30. f31fa99 dtoc: Rename dt-platdata.c to dt-plat.c by Simon Glass · 4 years, 1 month ago
  31. d1055d6 dtoc: Add a header comment to each generated file by Simon Glass · 4 years, 1 month ago
  32. 5d9a3aa dtoc: Run tests using test_util by Simon Glass · 4 years, 1 month ago
  33. fe24008 concurrencytest: Fix Python3 warning by Simon Glass · 4 years, 1 month ago
  34. bdf8fd7 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 4 years, 1 month ago
  35. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years, 1 month ago
  36. 8629d30 dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET() by Simon Glass · 4 years, 1 month ago
  37. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years, 1 month ago
  38. be3bd3b Makefile: Invoke dtoc only once by Simon Glass · 4 years, 1 month ago
  39. 10cbd3b dtoc: Add an 'all' command by Simon Glass · 4 years, 1 month ago
  40. be44f27 dtoc: Allow outputing to multiple files by Simon Glass · 4 years, 1 month ago
  41. 192c111 dtoc: Allow providing a directory to write files to by Simon Glass · 4 years, 1 month ago
  42. de846cb dtoc: Test the stdout output by Simon Glass · 4 years, 1 month ago
  43. f62cea0 dtoc: Use None to mean stdout by Simon Glass · 4 years, 1 month ago
  44. 67b5ec5 dtoc: Tidy up pylint warnings in test by Simon Glass · 4 years, 1 month ago
  45. 97e8684 dm: core: Add logging when lists_bind_fdt() fails by Simon Glass · 4 years, 1 month ago
  46. 8a71553 dm: core: Allow the uclass list to move by Simon Glass · 4 years, 1 month ago
  47. 49bbe6e dm: core: Split out scanning code to dm_scan() by Simon Glass · 4 years, 1 month ago
  48. 84a42ae dm: core: Rename device node to indicate it is private by Simon Glass · 4 years, 1 month ago
  49. f10643c dm: core: Access device ofnode through functions by Simon Glass · 4 years, 1 month ago
  50. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years, 1 month ago
  51. c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 4 years, 1 month ago
  52. 156004f dm: core: Rename device flags to indicate it is private by Simon Glass · 4 years, 1 month ago
  53. 73466df dm: core: Access device flags through functions by Simon Glass · 4 years, 1 month ago
  54. 2462139 dm: core: Rename sqq to seq_ by Simon Glass · 4 years, 1 month ago
  55. 82021e3 dm: core: Split out alloc code into a new function by Simon Glass · 4 years, 1 month ago
  56. e7144b0 x86: Drop rtc from SPL by Simon Glass · 4 years, 1 month ago
  57. a59f3d2 x86: coral: Remove unwanted nodes from SPL/TPL by Simon Glass · 4 years, 1 month ago
  58. 21303d1 x86: apl: Adjust how the UART gets its platform data by Simon Glass · 4 years, 1 month ago
  59. 6a2350f x86: sysreset: Move priv/plat structs to headers by Simon Glass · 4 years, 1 month ago
  60. 6563b20 dm: core: Move priv/plat structs for simple_bus to headers by Simon Glass · 4 years, 1 month ago
  61. 332b986 x86: apl: Use struct spi_nor instead of struct spi_flash by Simon Glass · 4 years, 1 month ago
  62. a1a8a63 spi: Tweak a few strange SPI NOR features for of-platdata by Simon Glass · 4 years, 1 month ago
  63. e2a7cfe spi: Tidy up get/set of device node by Simon Glass · 4 years, 1 month ago
  64. a53f6fa x86: spl: Move priv/plat structs to headers by Simon Glass · 4 years, 1 month ago
  65. f6257f7 x86: Move priv/plat structs for intel_common to headers by Simon Glass · 4 years, 1 month ago
  66. 366c4eb x86: apl: Move priv/plat structs to headers by Simon Glass · 4 years, 1 month ago
  67. 370746a sandbox: Update dts files to reduce SPL size by Simon Glass · 4 years, 1 month ago
  68. b060333 sandbox: Add a compatible string for spltest by Simon Glass · 4 years, 1 month ago
  69. f05a7c5 sandbox: i2c: Move priv into a header file by Simon Glass · 4 years, 1 month ago
  70. bfae6cc sandbox: serial: Move priv into a header file by Simon Glass · 4 years, 1 month ago
  71. 10bb90f sandbox: remove ram buffer file when U-Boot is loaded by SPL by Patrick Delaunay · 4 years, 2 months ago
  72. 941e630 x86: Fix header guard in asm/pmu.h by Simon Glass · 4 years, 1 month ago
  73. cee58bd x86: tpl: Remove unwanted devicetree string by Simon Glass · 4 years, 1 month ago
  74. 53d5969 x86: pinctrl: Drop unlikely error messages from TPL by Simon Glass · 4 years, 1 month ago
  75. 8b842be x86: apl: Reduce size for TPL by Simon Glass · 4 years, 1 month ago
  76. 5e89be1 x86: apl: Update hostbridge to remove unwanted TPL code by Simon Glass · 4 years, 1 month ago
  77. 1d2b858 x86: coral: Move fsp-m settings to a subnode by Simon Glass · 4 years, 1 month ago
  78. 7dc8259 x86: Move call64 into its own section by Simon Glass · 4 years, 1 month ago
  79. 52d2e9c x86: apl: Use const for driver operations by Simon Glass · 4 years, 1 month ago
  80. 7d637c12 dtoc: Convert _drivers to a dict by Simon Glass · 4 years, 1 month ago
  81. 161dac1 dtoc: Output the struct values in a separate function by Simon Glass · 4 years, 1 month ago
  82. 221ddc1 dtoc: Output the device in a separate function by Simon Glass · 4 years, 1 month ago
  83. abf0c80 dtoc: Make _output_list a top-level function by Simon Glass · 4 years, 1 month ago
  84. ccc3da7 dtoc: Fix a few pylint warnings in dtb_platdata by Simon Glass · 4 years, 1 month ago
  85. 079ac59 test: Move some test drivers into their own file by Simon Glass · 4 years, 1 month ago
  86. 3f87608 test: Use a simple variable to record removed device by Simon Glass · 4 years, 1 month ago
  87. 6d1a8eb timer: Use a shorter error in TPL by Simon Glass · 4 years, 1 month ago
  88. 477a6bc arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header by Simon Glass · 4 years, 1 month ago
  89. 4c66cb4 sysreset: Use a shorter error with SPL by Simon Glass · 4 years, 1 month ago
  90. c8fbf30 pinctrl: Drop post_bind() method when not needed by Simon Glass · 4 years, 1 month ago
  91. fb8c9fb dm: core: Rename the priv/plat members by Simon Glass · 4 years, 1 month ago
  92. 89ba6d5 dm: core: Use access methods for dev/uclass private data by Simon Glass · 4 years, 1 month ago
  93. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years, 1 month ago
  94. 12559f5 dm: core: Add functions to set priv/plat by Simon Glass · 4 years, 1 month ago
  95. 8064739 dm: core: Add function to access uclass priv by Simon Glass · 4 years, 1 month ago
  96. c238eee x86: apl: Drop support for !OF_PLATDATA_PARENT by Simon Glass · 4 years, 1 month ago
  97. 79ea8f7 dm: core: Only include simple-bus devicetree id when needed by Simon Glass · 4 years, 1 month ago
  98. 9c50313 dm: core: Use 'uclass_driver' for the uclass linker_list by Simon Glass · 4 years, 1 month ago
  99. 45ad176 dm: core: Support dm_dump_all() in SPL by Simon Glass · 4 years, 1 month ago
  100. 38d6b7e spl: Drop bd_info in the data section by Simon Glass · 4 years, 1 month ago