1. ac38c92 board: ti: k2g: Add support for K2G ICE with 1GHz Silicon by Lokesh Vutla · Thu Dec 17 22:58:07 2020 +0530
  2. 1107753 arm: dts: k3-j721e: ddr: Update to 0.5.0 version of DDR config tool by Praneeth Bajjuri · Thu Dec 03 17:43:47 2020 -0600
  3. ab34b89 spi: omap3_spi: Fix speed and mode selection by Vignesh Raghavendra · Sun Nov 29 12:53:05 2020 +0530
  4. 7cb5159 spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdata by Ovidiu Panait · Sat Nov 28 10:11:28 2020 +0200
  5. 21adc2d gpio: tca642x: fix input subcommand for gpio banks > 0 by Tomas Novotny · Wed Nov 25 18:42:16 2020 +0100
  6. f535204 configs: am65x_evm: Define the maximum file size for DFU by Aswath Govindraju · Tue Nov 24 15:59:34 2020 +0530
  7. dfe082e arm: dts: am654-base-board-uboot: Add aliases for USB subsystems by Aswath Govindraju · Fri Nov 20 21:18:55 2020 +0530
  8. 44623c4 arm: dts: am654-base-board-uboot: Set USB0 dr_mode to host by Aswath Govindraju · Fri Nov 20 21:18:54 2020 +0530
  9. a698af2 board: ti: am65x: Set SERDES0 mux to PCIe to use USB 2.0 interface by Aswath Govindraju · Fri Nov 20 21:18:53 2020 +0530
  10. 89832d3 Merge branch 'next' by Tom Rini · Mon Jan 11 13:55:03 2021 -0500
  11. efb757a Prepare v2021.01 by Tom Rini · Mon Jan 11 13:11:43 2021 -0500
  12. 413d7af xea: config: Disable CONFIG_SPL_OF_PLATDATA_PARENT on XEA (imx28) by Lukasz Majewski · Sat Dec 26 01:09:02 2020 +0100
  13. 7bfda5a xea: config: Use CONFIG_PREBOOT from Kconfig by Lukasz Majewski · Sat Dec 26 01:09:01 2020 +0100
  14. 0b61ace xea: spl: Disable pull UP for GPIO0_2{35} by Lukasz Majewski · Sat Dec 26 01:09:00 2020 +0100
  15. 008e43c rockchip: pinebook-pro: default to SPI bus 1 for SPI-flash by Hugh Cole-Baker · Sun Nov 22 13:03:44 2020 +0000
  16. 92d6d86 Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Wed Jan 06 07:57:33 2021 -0500
  17. 37ea9a8 Merge tag 'u-boot-stm32-20210106' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Wed Jan 06 07:48:19 2021 -0500
  18. c38e4b6 ARM: dts: stm32: Fix GPIO hog flags on DHCOM DRC02 by Marek Vasut · Sat Jan 02 17:44:47 2021 +0100
  19. f6200ac ARM: dts: stm32: Fix GPIO hog flags on DHCOM PicoITX by Marek Vasut · Sat Jan 02 17:44:46 2021 +0100
  20. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  21. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  22. d7fd915 Merge tag 'ti-v2021.01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Tue Jan 05 16:10:33 2021 -0500
  23. b430e9e dtoc: Tidy up src_scan tests by Simon Glass · Mon Dec 28 20:35:08 2020 -0700
  24. df692c3 dtoc: Move src_scan tests to a separate file by Simon Glass · Mon Dec 28 20:35:07 2020 -0700
  25. 9065bc9 dtoc: Split source-code scanning to a separate file by Simon Glass · Mon Dec 28 20:35:06 2020 -0700
  26. 2500de2 dtoc: Drop dm_populate_phandle_data() by Simon Glass · Mon Dec 28 20:35:05 2020 -0700
  27. 16382ce dtoc: Output nodes in order by Simon Glass · Mon Dec 28 20:35:04 2020 -0700
  28. 4f2059b dtoc: Allow specifying the base directory for tests by Simon Glass · Mon Dec 28 20:35:03 2020 -0700
  29. 5552678 dtoc: Add the method for each command to OutputFile by Simon Glass · Mon Dec 28 20:35:02 2020 -0700
  30. beddd7a dtoc: Rename dt-platdata.c to dt-plat.c by Simon Glass · Mon Dec 28 20:35:01 2020 -0700
  31. 6b20884 dtoc: Add a header comment to each generated file by Simon Glass · Mon Dec 28 20:35:00 2020 -0700
  32. 5fa24b0 dtoc: Run tests using test_util by Simon Glass · Mon Dec 28 20:34:59 2020 -0700
  33. e0451a6 concurrencytest: Fix Python3 warning by Simon Glass · Mon Dec 28 20:34:58 2020 -0700
  34. df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · Mon Dec 28 20:34:57 2020 -0700
  35. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · Mon Dec 28 20:34:56 2020 -0700
  36. e10c0ff dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET() by Simon Glass · Mon Dec 28 20:34:55 2020 -0700
  37. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · Mon Dec 28 20:34:54 2020 -0700
  38. 4b2ea55 Makefile: Invoke dtoc only once by Simon Glass · Mon Dec 28 20:34:53 2020 -0700
  39. 4e8e846 dtoc: Add an 'all' command by Simon Glass · Mon Dec 28 20:34:52 2020 -0700
  40. c3a310a8 dtoc: Allow outputing to multiple files by Simon Glass · Mon Dec 28 20:34:51 2020 -0700
  41. 6a65d8a dtoc: Allow providing a directory to write files to by Simon Glass · Mon Dec 28 20:34:50 2020 -0700
  42. 07ee48e dtoc: Test the stdout output by Simon Glass · Mon Dec 28 20:34:49 2020 -0700
  43. 6ca0c7a dtoc: Use None to mean stdout by Simon Glass · Mon Dec 28 20:34:48 2020 -0700
  44. a60cabd dtoc: Tidy up pylint warnings in test by Simon Glass · Mon Dec 28 20:34:47 2020 -0700
  45. cecfc89 dm: core: Add logging when lists_bind_fdt() fails by Simon Glass · Sat Dec 19 10:40:18 2020 -0700
  46. 784cd9e dm: core: Allow the uclass list to move by Simon Glass · Sat Dec 19 10:40:17 2020 -0700
  47. c77695b dm: core: Split out scanning code to dm_scan() by Simon Glass · Sat Dec 19 10:40:16 2020 -0700
  48. 6931439 dm: core: Rename device node to indicate it is private by Simon Glass · Sat Dec 19 10:40:15 2020 -0700
  49. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · Sat Dec 19 10:40:14 2020 -0700
  50. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · Sat Dec 19 10:40:13 2020 -0700
  51. 07c1777 dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · Sat Dec 19 10:40:12 2020 -0700
  52. 2ef5638 dm: core: Rename device flags to indicate it is private by Simon Glass · Sat Dec 19 10:40:11 2020 -0700
  53. 6211d76 dm: core: Access device flags through functions by Simon Glass · Sat Dec 19 10:40:10 2020 -0700
  54. 5e34992 dm: core: Rename sqq to seq_ by Simon Glass · Sat Dec 19 10:40:09 2020 -0700
  55. ad337e6 dm: core: Split out alloc code into a new function by Simon Glass · Sat Dec 19 10:40:08 2020 -0700
  56. 95141de x86: Drop rtc from SPL by Simon Glass · Sat Dec 19 10:40:07 2020 -0700
  57. d8f1e51 x86: coral: Remove unwanted nodes from SPL/TPL by Simon Glass · Sat Dec 19 10:40:06 2020 -0700
  58. 298530a x86: apl: Adjust how the UART gets its platform data by Simon Glass · Sat Dec 19 10:40:05 2020 -0700
  59. 71d5777 x86: sysreset: Move priv/plat structs to headers by Simon Glass · Sat Dec 19 10:40:04 2020 -0700
  60. 7db0683 dm: core: Move priv/plat structs for simple_bus to headers by Simon Glass · Sat Dec 19 10:40:03 2020 -0700
  61. e2a4ec8 x86: apl: Use struct spi_nor instead of struct spi_flash by Simon Glass · Sat Dec 19 10:40:02 2020 -0700
  62. b33cd25 spi: Tweak a few strange SPI NOR features for of-platdata by Simon Glass · Sat Dec 19 10:40:01 2020 -0700
  63. 1b349e3 spi: Tidy up get/set of device node by Simon Glass · Sat Dec 19 10:40:00 2020 -0700
  64. de64048 x86: spl: Move priv/plat structs to headers by Simon Glass · Sat Dec 19 10:39:59 2020 -0700
  65. 83819cb x86: Move priv/plat structs for intel_common to headers by Simon Glass · Sat Dec 19 10:39:58 2020 -0700
  66. 28c751f x86: apl: Move priv/plat structs to headers by Simon Glass · Sat Dec 19 10:39:57 2020 -0700
  67. e98524a sandbox: Update dts files to reduce SPL size by Simon Glass · Sat Dec 19 10:39:56 2020 -0700
  68. e5b6d5f sandbox: Add a compatible string for spltest by Simon Glass · Sat Dec 19 10:39:55 2020 -0700
  69. 4662f61 sandbox: i2c: Move priv into a header file by Simon Glass · Sat Dec 19 10:39:54 2020 -0700
  70. 2bfb7ef sandbox: serial: Move priv into a header file by Simon Glass · Sat Dec 19 10:39:53 2020 -0700
  71. 6daf905 sandbox: remove ram buffer file when U-Boot is loaded by SPL by Patrick Delaunay · Fri Nov 20 09:48:33 2020 +0100
  72. d3ccb7a x86: Fix header guard in asm/pmu.h by Simon Glass · Wed Dec 23 08:11:33 2020 -0700
  73. e1bafd5 x86: tpl: Remove unwanted devicetree string by Simon Glass · Wed Dec 23 08:11:32 2020 -0700
  74. a5ed07c x86: pinctrl: Drop unlikely error messages from TPL by Simon Glass · Wed Dec 23 08:11:31 2020 -0700
  75. ec8ae8a x86: apl: Reduce size for TPL by Simon Glass · Wed Dec 23 08:11:30 2020 -0700
  76. e47aad5 x86: apl: Update hostbridge to remove unwanted TPL code by Simon Glass · Wed Dec 23 08:11:29 2020 -0700
  77. 2e5398b x86: coral: Move fsp-m settings to a subnode by Simon Glass · Wed Dec 23 08:11:28 2020 -0700
  78. 74c2737 x86: Move call64 into its own section by Simon Glass · Wed Dec 23 08:11:27 2020 -0700
  79. 772136b x86: apl: Use const for driver operations by Simon Glass · Wed Dec 23 08:11:26 2020 -0700
  80. b42ed51 dtoc: Convert _drivers to a dict by Simon Glass · Wed Dec 23 08:11:23 2020 -0700
  81. 9829eea dtoc: Output the struct values in a separate function by Simon Glass · Wed Dec 23 08:11:22 2020 -0700
  82. 9fdd0c3 dtoc: Output the device in a separate function by Simon Glass · Wed Dec 23 08:11:21 2020 -0700
  83. 9d98b6e dtoc: Make _output_list a top-level function by Simon Glass · Wed Dec 23 08:11:20 2020 -0700
  84. 2751123 dtoc: Fix a few pylint warnings in dtb_platdata by Simon Glass · Wed Dec 23 08:11:19 2020 -0700
  85. 4bf8972 test: Move some test drivers into their own file by Simon Glass · Wed Dec 23 08:11:18 2020 -0700
  86. bdb7635 test: Use a simple variable to record removed device by Simon Glass · Wed Dec 23 08:11:17 2020 -0700
  87. 1b9c4b0 timer: Use a shorter error in TPL by Simon Glass · Wed Dec 23 08:11:16 2020 -0700
  88. 0143be9 arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header by Simon Glass · Wed Dec 23 08:11:15 2020 -0700
  89. 12905d6 sysreset: Use a shorter error with SPL by Simon Glass · Wed Dec 23 08:11:14 2020 -0700
  90. defcc63 pinctrl: Drop post_bind() method when not needed by Simon Glass · Wed Dec 23 08:11:13 2020 -0700
  91. 541f62c dm: core: Rename the priv/plat members by Simon Glass · Tue Dec 22 19:30:30 2020 -0700
  92. 2543b16 dm: core: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:29 2020 -0700
  93. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  94. d4f0c94 dm: core: Add functions to set priv/plat by Simon Glass · Tue Dec 22 19:30:27 2020 -0700
  95. 96404c2 dm: core: Add function to access uclass priv by Simon Glass · Tue Dec 22 19:30:26 2020 -0700
  96. 37ad5f3 x86: apl: Drop support for !OF_PLATDATA_PARENT by Simon Glass · Tue Dec 22 19:30:25 2020 -0700
  97. 76404d8 dm: core: Only include simple-bus devicetree id when needed by Simon Glass · Tue Dec 22 19:30:24 2020 -0700
  98. 69ea20e dm: core: Use 'uclass_driver' for the uclass linker_list by Simon Glass · Tue Dec 22 19:30:23 2020 -0700
  99. f03341f dm: core: Support dm_dump_all() in SPL by Simon Glass · Tue Dec 22 19:30:22 2020 -0700
  100. b79ff7c spl: Drop bd_info in the data section by Simon Glass · Tue Dec 22 19:30:21 2020 -0700