1. ac47bd2 arm: kirkwood: Sheevaplug : Use Marvell uclass mvgbe and PHY driver for Ethernet by Tony Dinh · 2 years, 5 months ago
  2. 376a7d7 arm: mvebu: turris_omnia: Enable CONFIG_CMD_FUSE by Pali Rohár · 2 years, 6 months ago
  3. 08b99b6 board: turris: Rename atsha204a@64 DT node to crypto@64 by Pali Rohár · 2 years, 6 months ago
  4. 98bbb6e board: turris: Allow to specify first eth idx of first MAC address by Pali Rohár · 2 years, 6 months ago
  5. ada791d board: turris: Do not cache Atsha device in BSS by Pali Rohár · 2 years, 6 months ago
  6. 6ac08dc board: turris: Move Turris Atsha OTP code to separate file by Pali Rohár · 2 years, 6 months ago
  7. 1d71bbc arm: mvebu: a37xx: Add support for writing Security OTP values by Pali Rohár · 2 years, 6 months ago
  8. 2975bba arm: mvebu: Enable CONFIG_SPL_SYS_NO_VECTOR_TABLE for 32-bit mvebu by Pali Rohár · 2 years, 6 months ago
  9. 5165d2a arm: Do not compile vector table when SYS_NO_VECTOR_TABLE is enabled by Pali Rohár · 2 years, 6 months ago
  10. 372779a arm: Introduce new CONFIG_SPL_SYS_NO_VECTOR_TABLE option by Pali Rohár · 2 years, 6 months ago
  11. a339d6c tools: kwboot: Replace fstat()+st_size by lseek()+SEEK_END by Pali Rohár · 2 years, 6 months ago
  12. 8b3d7ec arm: mvebu: Add support for reading LD0 and LD1 eFuse by Pali Rohár · 2 years, 6 months ago
  13. 7001ea3 mvebu: uDPU: update defconfig by Robert Marko · 2 years, 6 months ago
  14. 9e778c7 arm: mvebu: dts: uDPU: fix non-working networking by Robert Marko · 2 years, 6 months ago
  15. 2b7beb9 net: mvneta: add SFP TX disable handling by Robert Marko · 2 years, 6 months ago
  16. 9b02de8 arm: mvebu: dts: uDPU: update DTS by Robert Marko · 2 years, 6 months ago
  17. c8b00da arm: mvebu: a37xx: Add support for reading Security OTP values by Pali Rohár · 2 years, 7 months ago
  18. 85df8f9 arm: mvebu: a37xx: Extend mbox_do_cmd() code by Pali Rohár · 2 years, 7 months ago
  19. 46ce9c7 arm: mvebu: a37xx: Move generic mbox code to arch/arm/mach-mvebu by Pali Rohár · 2 years, 7 months ago
  20. 122dae9 arm: mvebu: a37xx: Enable fuse command on all Armada 3720 boards by Pali Rohár · 2 years, 7 months ago
  21. 10154b8 arm: mvebu: a37xx: Add support for reading NB and SB fuse OTP value by Pali Rohár · 2 years, 7 months ago
  22. a37b688 arm: mvebu: Fix Espressobin build for configs where ENV is not in SPI by Rogier Stam · 2 years, 8 months ago
  23. 83a8e27 tools/mrvl_uart.sh: Remove script by Pali Rohár · 2 years, 8 months ago
  24. 22bfaa1 configs: Resync with savedefconfig by Tom Rini · 2 years, 5 months ago
  25. e2743c2 Merge branch '2022-04-20-assorted-improvements' by Tom Rini · 2 years, 5 months ago
  26. dd2b8c1 cmd: gpio: Add `gpio read` subcommand by Diego Rondini · 2 years, 5 months ago
  27. 270f7fd ram: k3-ddrss: Allow use of dt provided initial frequency by Dave Gerlach · 2 years, 6 months ago
  28. a96d565 image: fdt: Fix DT relocation handling with multiple DRAM banks with gap by Marek Vasut · 2 years, 6 months ago
  29. 4448d0c am33xx: Update SYS_MALLOC_F_LEN to use 0x2000 as the default by Tom Rini · 2 years, 6 months ago
  30. e056892 Kconfig: Change SYS_MALLOC_F_LEN default to 0x2000 by Tom Rini · 2 years, 6 months ago
  31. b4c80f2 ram: k3-ddrss: Fix register name and explain its usage by Dominic Rath · 2 years, 6 months ago
  32. 246e034 Merge branch '2022-04-19-assorted-updates' by Tom Rini · 2 years, 5 months ago
  33. b8a7916 fs: Allow to compile FS_BTRFS when SPL is enabled by Pali Rohár · 2 years, 6 months ago
  34. c4bbbed btrfs: Fix compilation on big endian systems by Pali Rohár · 2 years, 6 months ago
  35. 9dc775a IOMUX: Fix access past end of console_devices by Sean Anderson · 2 years, 6 months ago
  36. 24c904f Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig by Tom Rini · 2 years, 6 months ago
  37. bdf9831 tools: add boot/ to .gitignore by Du Huanpeng · 2 years, 6 months ago
  38. 9bd89bb fs/squashfs: simplify sqfs_read() by Heinrich Schuchardt · 2 years, 5 months ago
  39. 7ffc66e image-fit: don't check free() argument by Heinrich Schuchardt · 2 years, 5 months ago
  40. fe2f284 gpio: aspeed: Fix incorrect offset of read back register. by Billy Tsai · 2 years, 5 months ago
  41. 0b93b7f configs: Enable EXT4 and ISO partitions for the DeveloperBox by Ilias Apalodimas · 2 years, 5 months ago
  42. fcbdd7a .mailmap: Start to use new amd.com email address by Michal Simek · 2 years, 5 months ago
  43. 5f2d591 image-fdt: save name of FIT configuration in '/chosen' node by Daniel Golle · 2 years, 5 months ago
  44. 9acf372 Merge tag 'u-boot-rockchip-20220418' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 2 years, 5 months ago
  45. aec75a3 Merge branch '2022-04-18-dm-reducing-spl-memory-usage' by Tom Rini · 2 years, 5 months ago
  46. cdd73e7 dm: core: Deal with a wrinkle with linker lists by Simon Glass · 2 years, 6 months ago
  47. 092d5c2 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 6 months ago
  48. 0c6be93 sandbox: Align linker lists to a 32-byte boundary by Simon Glass · 2 years, 6 months ago
  49. 1b34719 sandbox: Allow link flags to be given by Simon Glass · 2 years, 6 months ago
  50. 1ddda37 Makefile: Avoid resetting link flags in config.mk by Simon Glass · 2 years, 6 months ago
  51. 55cbf5a Makefile: Drop a stale comment about linking by Simon Glass · 2 years, 6 months ago
  52. 830d73b sandbox: Correct loss of early output in SPL by Simon Glass · 2 years, 6 months ago
  53. dcaaefd rockchip: video: mipi: add more compatible strings for rk3288/rk3399 by Johan Jonker · 2 years, 5 months ago
  54. 0944e77 rockchip: video: rk_edp: add more rk3288 edp node options by Johan Jonker · 2 years, 5 months ago
  55. 8f47414 board: rk3288: add more DT files to MAINTAINERS by Johan Jonker · 2 years, 5 months ago
  56. 8042717 board: google: veyron: add more DT files to MAINTAINERS by Johan Jonker · 2 years, 5 months ago
  57. 5859bb2 rockchip: fix boot_devices constants by Johan Jonker · 2 years, 5 months ago
  58. 52a0c68 arm: dts: rockchip: move all rk3288 u-boot specific properties in separate dtsi files by Johan Jonker · 2 years, 5 months ago
  59. 334d519 rockchip: rk3288-cru: sync the clock dt-binding header from Linux by Johan Jonker · 2 years, 5 months ago
  60. 4443111 rockchip: rk3288-power: sync power domain dt-binding header from Linux by Johan Jonker · 2 years, 5 months ago
  61. d3cb756 arm: dts: rockchip: sync rk3229-evb.dts from Linux by Johan Jonker · 2 years, 5 months ago
  62. 6980e83 arm: dts: rockchip: sync rk322x.dtsi from Linux by Johan Jonker · 2 years, 5 months ago
  63. d886532 arm: dts: rockchip: move all rk322x u-boot specific properties in separate dtsi files by Johan Jonker · 2 years, 5 months ago
  64. 6914ef8 rockchip: rk3228-cru: sync the clock dt-binding header from Linux by Johan Jonker · 2 years, 5 months ago
  65. 3c48a62 rockchip: rk3228-power: sync power domain dt-binding header from Linux by Johan Jonker · 2 years, 5 months ago
  66. c57677b doc: rockchip: add rk3066 Rikomagic MK808 by Johan Jonker · 2 years, 5 months ago
  67. 0c99c6e doc: rockchip: add px30/rk3326 boards and examples by Johan Jonker · 2 years, 5 months ago
  68. ed33f8c doc: rockchip: restyle rockchip.rst by Johan Jonker · 2 years, 5 months ago
  69. ccd8ab3 rockchip: rk3066: add mk808_defconfig by Johan Jonker · 2 years, 5 months ago
  70. 62fcd72 rockchip: rk3066: add Rikomagic MK808 board by Johan Jonker · 2 years, 5 months ago
  71. 33f4750 rockchip: rk3066: add core support by Johan Jonker · 2 years, 5 months ago
  72. 0034f1d rockchip: tools: add rk3066 support to rkcommon.c by Johan Jonker · 2 years, 5 months ago
  73. 41ed391 arm: dts: rockchip: add rk3066a-mk808.dts by Johan Jonker · 2 years, 5 months ago
  74. b08f32c arm: dts: rockchip: add rk3066a.dtsi by Johan Jonker · 2 years, 5 months ago
  75. 65a28bc arm: dts: rockchip: fix include rk3xxx-u-boot.dtsi by Johan Jonker · 2 years, 5 months ago
  76. c9b0051 arm: dts: rockchip: fix rk3xxx-u-boot.dtsi by Johan Jonker · 2 years, 5 months ago
  77. 4b957e7 rockchip: rk3066: add sdram driver by Paweł Jarosz · 2 years, 5 months ago
  78. 086863c rockchip: rk3066: add rk3066 pinctrl driver by Paweł Jarosz · 2 years, 5 months ago
  79. 730a402 rockchip: rk3066: add clock driver for rk3066 soc by Paweł Jarosz · 2 years, 5 months ago
  80. e6b0ed0 rockchip: rk3066: add grf header file by Paweł Jarosz · 2 years, 5 months ago
  81. 5e6ee6b rockchip: rk3066-power: sync power domain dt-binding header from Linux by Johan Jonker · 2 years, 5 months ago
  82. 9ee6c07 rockchip: serial: Kconfig: allow ROCKCHIP_SERIAL enabled in TPL by Johan Jonker · 2 years, 6 months ago
  83. 6dcaf2d rockchip: serial: Kconfig: add select SYS_NS16550 to config ROCKCHIP_SERIAL by Johan Jonker · 2 years, 6 months ago
  84. 6e2ee2e rockchip: serial: rename U_BOOT_DRIVER name to rockchip_uart by Johan Jonker · 2 years, 6 months ago
  85. 04ee76c rockchip: serial: move driver alias to serial_rockchip.c by Johan Jonker · 2 years, 6 months ago
  86. 7284897 rockchip: serial: restyle the serial_rockchip.c driver by Johan Jonker · 2 years, 6 months ago
  87. 2d3bb40 rockchip: mmc: rockchip_dw_mmc: add rk3066/rk3188 support by Johan Jonker · 2 years, 6 months ago
  88. 9d75daf rockchip: mmc: rockchip_dw_mmc: fix ciu clock index by Johan Jonker · 2 years, 6 months ago
  89. 3930209 rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structure by Johan Jonker · 2 years, 6 months ago
  90. 516e216 rockchip: timer: add OF_PLATDATA support for dw-apb-timer by Johan Jonker · 2 years, 6 months ago
  91. 30a7b82 rockchip: tpl: use IS_ENABLED for timer_init() call condition by Johan Jonker · 2 years, 6 months ago
  92. d23f55d rockchip: tpl: change call condition rockchip_stimer_init() by Johan Jonker · 2 years, 6 months ago
  93. 12a7164 rockchip: spl: change call condition rockchip_stimer_init() by Johan Jonker · 2 years, 6 months ago
  94. 5456204 rockchip: move ROCKCHIP_STIMER_BASE to Kconfig by Johan Jonker · 2 years, 6 months ago
  95. 60be6e0 rockchip: Enable AHCI/SCSI/SATA on rockpro64-rk3399. by Vagrant Cascadian · 2 years, 6 months ago
  96. 48cd7a1 rockchip: Enable SCSI in distro bootcmd for rk3399. by Vagrant Cascadian · 2 years, 6 months ago
  97. 0abb5b0 rockchip: clk: add clocks to px30_clk_enable by Chris Morgan · 2 years, 6 months ago
  98. f0d49d4 spi: rockchip_sfc: Add missing include for dm/device_compat.h by Chris Morgan · 2 years, 6 months ago
  99. e963228 adc: rockchip-saradc: add support for getting reference voltage value by Peter Cai · 2 years, 8 months ago
  100. fdda790 mmc: rockchip_sdhci: Correct error checking by Haolin Li · 2 years, 6 months ago