1. 28c751f x86: apl: Move priv/plat structs to headers by Simon Glass · Sat Dec 19 10:39:57 2020 -0700
  2. e98524a sandbox: Update dts files to reduce SPL size by Simon Glass · Sat Dec 19 10:39:56 2020 -0700
  3. 4662f61 sandbox: i2c: Move priv into a header file by Simon Glass · Sat Dec 19 10:39:54 2020 -0700
  4. 2bfb7ef sandbox: serial: Move priv into a header file by Simon Glass · Sat Dec 19 10:39:53 2020 -0700
  5. 6daf905 sandbox: remove ram buffer file when U-Boot is loaded by SPL by Patrick Delaunay · Fri Nov 20 09:48:33 2020 +0100
  6. d3ccb7a x86: Fix header guard in asm/pmu.h by Simon Glass · Wed Dec 23 08:11:33 2020 -0700
  7. e1bafd5 x86: tpl: Remove unwanted devicetree string by Simon Glass · Wed Dec 23 08:11:32 2020 -0700
  8. ec8ae8a x86: apl: Reduce size for TPL by Simon Glass · Wed Dec 23 08:11:30 2020 -0700
  9. e47aad5 x86: apl: Update hostbridge to remove unwanted TPL code by Simon Glass · Wed Dec 23 08:11:29 2020 -0700
  10. 2e5398b x86: coral: Move fsp-m settings to a subnode by Simon Glass · Wed Dec 23 08:11:28 2020 -0700
  11. 74c2737 x86: Move call64 into its own section by Simon Glass · Wed Dec 23 08:11:27 2020 -0700
  12. 772136b x86: apl: Use const for driver operations by Simon Glass · Wed Dec 23 08:11:26 2020 -0700
  13. 0143be9 arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header by Simon Glass · Wed Dec 23 08:11:15 2020 -0700
  14. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  15. 37ad5f3 x86: apl: Drop support for !OF_PLATDATA_PARENT by Simon Glass · Tue Dec 22 19:30:25 2020 -0700
  16. b79ff7c spl: Drop bd_info in the data section by Simon Glass · Tue Dec 22 19:30:21 2020 -0700
  17. 56a34a4 sandbox: Drop unnecessary test node by Simon Glass · Tue Dec 22 19:30:20 2020 -0700
  18. 2b92398 serial: Rename ns16550 functions to lower case by Simon Glass · Tue Dec 22 19:30:19 2020 -0700
  19. 119e7ef serial: Update NS16550_t and struct NS16550 by Simon Glass · Tue Dec 22 19:30:18 2020 -0700
  20. 52d76f4 fsp: Move and rename fsp_types.h file by Sughosh Ganu · Wed Dec 30 19:27:04 2020 +0530
  21. 1316a70 qemu: arm: Initialise virtio devices in board_late_init by Sughosh Ganu · Wed Dec 30 19:27:00 2020 +0530
  22. a2c9d01 test: spi: Add sandbox_spi_get_{speed, mode} interface by Ovidiu Panait · Mon Dec 14 19:06:49 2020 +0200
  23. ae73473 sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · Mon Dec 14 19:06:47 2020 +0200
  24. a220c1d sandbox: spi: Drop unused sandbox_spi_parse_spec function by Ovidiu Panait · Mon Dec 14 19:06:46 2020 +0200
  25. 47c5e19 sandbox: implement invalidate_icache_all() by Heinrich Schuchardt · Wed Dec 09 19:42:44 2020 +0100
  26. 43eb872 sandbox: implement runtime system reset by Heinrich Schuchardt · Wed Dec 02 16:22:11 2020 +0100
  27. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · Wed Dec 16 21:20:29 2020 -0700
  28. 791a17f dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · Wed Dec 16 21:20:27 2020 -0700
  29. 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · Wed Dec 16 21:20:26 2020 -0700
  30. 6feac81 x86: Drop unnecessary mp_init logic by Simon Glass · Wed Dec 16 21:20:22 2020 -0700
  31. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  32. b87153c linker_lists: Fix alignment issue by Simon Glass · Wed Dec 16 21:20:06 2020 -0700
  33. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  34. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · Thu Dec 03 16:55:22 2020 -0700
  35. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  36. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  37. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  38. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  39. 6996c66 dm: Remove uses of device_bind_offset() by Simon Glass · Sat Nov 28 17:50:03 2020 -0700
  40. f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · Sat Nov 28 17:50:00 2020 -0700
  41. 0e29873 test: unit test for exception command by Heinrich Schuchardt · Thu Nov 12 00:29:59 2020 +0100
  42. 28eb509 sandbox: add handler for exceptions by Heinrich Schuchardt · Thu Nov 12 00:29:56 2020 +0100
  43. 529e208 bootm: Support string substitution in bootargs by Simon Glass · Thu Nov 05 10:33:48 2020 -0700
  44. 7b48ce8 x86: zimage: Add silent-console processing by Simon Glass · Thu Nov 05 10:33:46 2020 -0700
  45. 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:38 2020 -0700
  46. 76427fb board: sl28: add OP-TEE Trusted OS support (bl32) by Michael Walle · Wed Nov 18 17:46:02 2020 +0100
  47. f5253fb board: sl28: add ATF support (bl31) by Michael Walle · Wed Nov 18 17:46:01 2020 +0100
  48. 24f72a1 board: sl28: remove u-boot from loadable DT node by Michael Walle · Wed Nov 18 17:46:00 2020 +0100
  49. 3ab8062 armv8: layerscape: don't initialize GIC in SPL by Michael Walle · Wed Nov 18 17:45:59 2020 +0100
  50. 16fd24c treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT by Michael Walle · Wed Nov 18 17:45:54 2020 +0100
  51. 223ee7d IPQ40xx: clk: add USB clock handling by Robert Marko · Wed Oct 28 13:56:26 2020 +0100
  52. 8309b12 IPQ40xx: clk: dont always return 0 by Robert Marko · Wed Oct 28 13:56:25 2020 +0100
  53. da1f2d3 IPQ40xx: clk: drop breaks in switch case by Robert Marko · Wed Oct 28 13:56:24 2020 +0100
  54. 0260c08 IPQ40xx: clk: use dev_read_addr() by Robert Marko · Wed Oct 28 13:56:23 2020 +0100
  55. 4f1b444 riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controller by Pragnesh Patel · Sat Nov 14 14:42:35 2020 +0530
  56. a841489 remoteproc: stm32: use reset for hold boot by Patrick Delaunay · Thu Oct 15 15:01:12 2020 +0200
  57. e93ee7b SPL: stm32mp1: fix spl_mmc_boot_partition not defined by Richard Genoud · Mon Oct 12 16:11:09 2020 +0200
  58. 3aa57b6 ARM: dts: stm32: Drop QSPI CS2 on DHCOM by Marek Vasut · Wed Oct 28 21:37:59 2020 +0100
  59. b64e001 ARM: dts: stm32: Fix uSD card-detect GPIO on DHCOM by Marek Vasut · Wed Oct 28 21:38:21 2020 +0100
  60. a942d26 ARM: dts: stm32: Add DHCOM based PicoITX board by Marek Vasut · Tue Nov 03 19:14:58 2020 +0100
  61. 0fa6228 arm: stm32mp: correct the ALIGN macro usage by Patrick Delaunay · Wed Nov 04 09:22:09 2020 +0100
  62. ff965ee ARM: dts: stm32: Fix typo in stm32h7-u-boot.dtsi by Patrice Chotard · Fri Nov 06 08:12:00 2020 +0100
  63. 8227081 ARM: dts: stm32: Fix timer initialization for stm32 MCU's board by Patrice Chotard · Fri Nov 06 08:11:59 2020 +0100
  64. 62f5616 ARM: dts: stm32: DT sync with kernel v5.10-rc1 for MCU's boards by Patrice Chotard · Fri Nov 06 08:11:58 2020 +0100
  65. e893f05 ARM: dts: sync armv7-m.dtsi with kernel v5.10-rc1 by Patrice Chotard · Fri Nov 06 08:11:57 2020 +0100
  66. 121bd00 pinctrl: renesas: r8a77951: Add R8A774E1 PFC support by Biju Das · Wed Oct 28 10:34:22 2020 +0000
  67. d1d7888 pinctrl: renesas: r8a77965: Add R8A774B1 PFC support by Biju Das · Wed Oct 28 10:34:21 2020 +0000
  68. 812881b arm64: zynqmp: Get rid of unused macros by Michal Simek · Tue Nov 10 13:10:04 2020 +0100
  69. 7d8314a microblaze: Enable GCC garbage collector for full U-Boot by Michal Simek · Wed Nov 04 14:01:45 2020 +0100
  70. f591092 sunxi: dts: sync Allwinner V3s-related DTs from Linux 5.10-rc1 by Icenowy Zheng · Mon Oct 26 22:19:35 2020 +0800
  71. 365951a sunxi: allow to use AXP20[39] attached to I2C0 on V3 series by Icenowy Zheng · Mon Oct 26 22:19:34 2020 +0800
  72. 7df9910 sunxi: add V3/S3 support by Icenowy Zheng · Mon Oct 26 22:15:59 2020 +0800
  73. 26bc4e7 sunxi: DT: A64: update device tree files by Samuel Holland · Sat Oct 24 10:21:55 2020 -0500
  74. 9c7cefc sunxi: board: Add PinePhone DT selection logic by Samuel Holland · Sat Oct 24 10:21:52 2020 -0500
  75. ed236b9 Merge tag 'ti-v2021.01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Nov 16 13:42:29 2020 -0500
  76. 55d00cd Merge tag 'u-boot-amlogic-20201116' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Mon Nov 16 10:50:32 2020 -0500
  77. ead68b1 ARM: am335x: Add phyBOARD REGOR support by Parthiban Nallathambi · Fri Oct 23 16:23:49 2020 +0200
  78. 217a036 rockchip: Enable BINMAN for boards enable SPL_OPTEE by Kever Yang · Tue Nov 10 11:43:32 2020 +0800
  79. 99324a1 rockchip: rockpro64: fix boot from SPI flash on spi1 by Hugh Cole-Baker · Sun Nov 08 14:00:23 2020 +0000
  80. 53f2033 video: rockchip: Restrict EDP, VOP, MIPI files to GPL-2.0 by Alper Nebi Yasak · Thu Oct 22 22:43:13 2020 +0300
  81. a074b6c ARM: dts: meson-sm1: add u-boot specific MMC controller compatible by Neil Armstrong · Wed Nov 11 08:22:11 2020 +0900
  82. 70556d0 mmc: meson-gx: move arch header to local header by Neil Armstrong · Wed Nov 11 08:22:09 2020 +0900
  83. 507262f ARM: mach-meson: update SoC IDs by Neil Armstrong · Mon Nov 09 14:30:01 2020 +0100
  84. 0bc1637 x86: coral: Update smbios tables to latest definition by Simon Glass · Mon Nov 09 07:12:23 2020 -0700
  85. 761d8eb x86: Avoid using hardcoded number of variable range MTRRs in mtrr_commit() by Bin Meng · Mon Nov 09 15:55:49 2020 +0800
  86. a391451 Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 06 11:27:14 2020 -0500
  87. 2cd98f5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Fri Nov 06 08:41:49 2020 -0500
  88. bee77f6 x86: Provide default SMBIOS manufacturer/product by Simon Glass · Thu Nov 05 06:32:17 2020 -0700
  89. 2db9e17 x86: galileo: Use devicetree for SMBIOS settings by Simon Glass · Thu Nov 05 06:32:16 2020 -0700
  90. 85d30f2 arm64: mvebu: Use devicetree for SMBIOS settings on uDPU by Simon Glass · Thu Nov 05 06:32:15 2020 -0700
  91. 335fb53 odroid-c2: Use devicetree for SMBIOS settings by Simon Glass · Thu Nov 05 06:32:14 2020 -0700
  92. 9174931 imx: Use devicetree for SMBIOS settings on MYiR MYS-6ULX by Simon Glass · Thu Nov 05 06:32:13 2020 -0700
  93. 8eb227e rockchip: Use devicetree for SMBIOS settings by Simon Glass · Thu Nov 05 06:32:12 2020 -0700
  94. 458b66a board: Rename uclass to sysinfo by Simon Glass · Thu Nov 05 06:32:05 2020 -0700
  95. 9d8ca9f x86: zimage: Quieten down the zimage boot process by Simon Glass · Wed Nov 04 09:59:15 2020 -0700
  96. 8ee2854 x86: zimage: Sanity-check the kernel version before printing it by Simon Glass · Wed Nov 04 09:59:14 2020 -0700
  97. 842ff44 x86: zimage: Add a little more logging by Simon Glass · Wed Nov 04 09:59:13 2020 -0700
  98. 7b9e0d4 x86: fsp: Adjust calculations for MTRR range and DRAM top by Simon Glass · Wed Nov 04 09:57:43 2020 -0700
  99. 7508120 x86: acpi: Don't show the UART address by default by Simon Glass · Wed Nov 04 09:57:41 2020 -0700
  100. 14ca07c x86: acpi: Include the TPMv1 table only if needed by Simon Glass · Wed Nov 04 09:57:40 2020 -0700