1. 6e19dc8 sunxi: Avoid duplicate reset_cpu with SYSRESET enabled by Samuel Holland · 3 years ago
  2. ea261fd sunxi: Only initialize legacy I2C when enabled by Samuel Holland · 3 years ago
  3. 4250846 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · 3 years, 1 month ago
  4. 975e7cf i2c: Rename SPL/TPL_I2C_SUPPORT to I2C by Simon Glass · 3 years, 3 months ago
  5. b874785 sunxi: H616: Enable full 4GB of DRAM by Andre Przywara · 3 years, 6 months ago
  6. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 5 months ago
  7. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 10 months ago
  8. 2147a16 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 8 months ago
  9. 7f4e294 sunxi: support boot console on uart1 for sun8i by Tobias Schramm · 3 years, 8 months ago
  10. c13d98b sunxi: add support for H616 uart0 by Jernej Skrabec · 3 years, 9 months ago
  11. c0b417b sunxi: support loading with SPL > 32KB by Andre Przywara · 3 years, 9 months ago
  12. 4472609 sunxi: Introduce common symbol for H6 like SoCs by Jernej Skrabec · 3 years, 9 months ago
  13. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  14. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  15. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  16. 7c841d8 sunxi: Automate loading from 128KB MMC offset by Andre Przywara · 4 years, 9 months ago
  17. ee98d76 sunxi: SPL: Factor out sunxi_get_boot_source() by Andre Przywara · 4 years, 9 months ago
  18. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  19. 5f19c93 sunxi: set PIO voltage to hardware-detected value on startup on H6 by Icenowy Zheng · 5 years ago
  20. 79764b5 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 5 years ago
  21. 26f8e0d arm: sunxi: h6: fix reset using r_wdog by Clément Péron · 6 years ago
  22. 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 5 years ago
  23. 067e0b9 sunxi: Allow booting from 128KB SD/eMMC offset by Andre Przywara · 6 years ago
  24. 7009134 sunxi: map DRAM part with 3G size by Icenowy Zheng · 6 years ago
  25. 7f51a40 sunxi: add UART0 setup for H6 by Icenowy Zheng · 6 years ago
  26. 10196c9 sunxi: use sun6i-style watchdog for H6 by Icenowy Zheng · 6 years ago
  27. 9508ecf ARM: sunxi: remove empty #ifdef/endif block by Chris Packham · 6 years ago
  28. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  29. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  30. d695d66 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · 7 years ago
  31. 8829076 arm: sunxi: Move spl_boot_device in a separate function by Maxime Ripard · 7 years ago
  32. a8f01cc sunxi: i2c: Add support for DM I2C by Jernej Skrabec · 7 years ago
  33. c199489 sunxi: add basic V3s support by Icenowy Zheng · 8 years ago
  34. 6c7ae2b sunxi: Fix watchdog reset function for R40 by Chen-Yu Tsai · 8 years ago
  35. 379feba sunxi: Add initial support for R40 by Chen-Yu Tsai · 8 years ago
  36. 7b82a22 sunxi: prepare for sharing MACH_SUN8I_H3 config symbol by Andre Przywara · 8 years ago
  37. ce6912e sunxi: provide ARMv8 mem_map for every ARM64 board by Andre Przywara · 8 years ago
  38. 85db583 sunxi: simplify ACTLR.SMP bit set #ifdef by Andre Przywara · 8 years ago
  39. 1afd0f6 sunxi: fix ACTLR.SMP assembly routine by Andre Przywara · 8 years ago
  40. eb77f5c sunxi: A64: enable SPL by Andre Przywara · 8 years ago
  41. 40ecf52 spl: sunxi: Drop spl_board_announce_boot_device() by Simon Glass · 8 years ago
  42. ebc4ef6 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  43. f28bad1 sunxi: Enable SMP mode for the boot CPU on sun9i (A80) by Philipp Tomsich · 8 years ago
  44. 2a2ee2a spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  45. 97d9df0 spl: Convert spl_board_load_image() to use linker list by Simon Glass · 8 years ago
  46. ecdfd69 spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  47. 66669fc Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  48. cd4b0c5 armv8: mmu: Add support of non-identical mapping by York Sun · 8 years ago
  49. ef36d9a sunxi: Use BROM stored boot_media value to determine our boot-source by Hans de Goede · 8 years ago
  50. 19e99fb sunxi: Support booting from SPI flash by Siarhei Siamashka · 8 years ago
  51. 2b1cdaf common: Pass the boot device into spl_boot_mode() by Marek Vasut · 8 years ago
  52. 28d6804 sunxi: Properly announce BOOT_DEVICE_BOARD as "FEL" by Bernhard Nortmann · 9 years ago
  53. d96ebc4 sunxi: Add support for Allwinner A64 SoCs by Siarhei Siamashka · 9 years ago
  54. e6e505b sunxi: Move cpu independent code to mach directory by Alexander Graf · 9 years ago[Renamed from arch/arm/cpu/armv7/sunxi/board.c]
  55. 5f8afd7 sunxi: Add conditional magic sram poke for A33 by Hans de Goede · 9 years ago
  56. fc8991c sunxi: Fix gmac not working due to cpu_eth_init no longer being called by Hans de Goede · 9 years ago
  57. 583fede sunxi: A23: Fix some revisions needing a different magic sram poke by Hans de Goede · 9 years ago
  58. 5823664 sunxi: Support Secure Memory Touch Arbiter (SMTA) in sun8i H3 by Chen-Yu Tsai · 9 years ago
  59. d5a3357 sunxi: Add support for UART0 in PB pin group on A83T by vishnupatekar · 9 years ago
  60. 1c27b7d sunxi: Add basic H3 support by Jens Kuske · 9 years ago
  61. a1e56cf spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · 9 years ago
  62. 36afd45 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
  63. f7d6b3c sunxi: board: Only try to use the MMC related functions if enabled by Maxime Ripard · 9 years ago
  64. 6d0bdfd sunxi: Switch to using malloc_simple for the spl by Hans de Goede · 9 years ago
  65. af654d1 sunxi: retrieve FEL-provided values to environment variables by Bernhard Nortmann · 9 years ago
  66. cb42d63 sunxi: Simplify spl board_init_f function by Hans de Goede · 9 years ago
  67. 9236984 sunxi: Enable non-secure access to RTC on sun6i (A31s) by Chen-Yu Tsai · 9 years ago
  68. a151403 sunxi: spl: Detect at runtime where SPL was read from by Daniel Kochmański · 9 years ago
  69. e506889 sunxi: Add support for UART0 in PB pin group on A33 by Chen-Yu Tsai · 9 years ago
  70. 6ad8c74 sunxi: hardware-feature-specific function index defines for PORT F UART0 by Chen-Yu Tsai · 9 years ago
  71. da9971d Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory" by Ian Campbell · 9 years ago
  72. fc17543 sun6i: cpu_reset: Do not return from cpu_reset() by Hans de Goede · 9 years ago
  73. 8aeed95 sunxi: Request macpwr gpio before using it by Hans de Goede · 9 years ago
  74. f76eba3 sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory by Daniel Kochmański · 9 years ago
  75. 1871a8c sun9i: Basic sun9i (A80) support by Hans de Goede · 10 years ago
  76. 93fc39a sunxi: Remove support for building "old-fashioned" fel binaries by Hans de Goede · 9 years ago
  77. 5cd83b11 sunxi: add support for UART2 on A23/A33 by Laurent Itti · 9 years ago
  78. d17e157 sunxi: emac: Remove non driver-model code by Hans de Goede · 9 years ago
  79. 939ed1c sunxi: emac: Add driver model support by Hans de Goede · 10 years ago
  80. 5e6bacd sunxi: s/sun8i/sun8i_a23/ by Hans de Goede · 10 years ago
  81. 44d8ae5 sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig bool by Hans de Goede · 10 years ago
  82. 92bcc6c sunxi: Also set Auxiliary Ctl SMP bit in SPL by Hans de Goede · 10 years ago
  83. 487b327 sunxi: GPIO pin mux hardware-feature-specific function index defines by Paul Kocialkowski · 10 years ago
  84. 840fe95 sunxi: Support the FEL boot mode in the regular u-boot build by Siarhei Siamashka · 10 years ago
  85. 942cb0b sunxi: Normalise FEL support by Simon Glass · 10 years ago
  86. b56f6e2 sunxi: Restore lowlevel_init usage by Hans de Goede · 10 years ago
  87. 2b7c0f3 sunxi: Drop use of lowlevel_init() by Simon Glass · 10 years ago
  88. f630974 sunxi: Move SPL s_init() code to board_init_f() by Simon Glass · 10 years ago
  89. 08fd147 sun8i: Add dram initialization support by Hans de Goede · 10 years ago
  90. 6dbfda8 sun6i: Poke magic sram controller register to avoid cache issues by Hans de Goede · 10 years ago
  91. ed41e62 sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I by Ian Campbell · 10 years ago
  92. c757a50 ARM: sunxi: Add support for using R_UART as console by Chen-Yu Tsai · 10 years ago
  93. 8ebe4f4 ARM: sunxi: Add basic A23 support by Chen-Yu Tsai · 10 years ago
  94. ff2b47f ARM: sunxi: Add support for uart0 on port F (mmc0) by Chen-Yu Tsai · 10 years ago
  95. 78c396a ARM: sunxi: Fix reset command on sun6i/sun8i by Chen-Yu Tsai · 10 years ago
  96. 7711539 ARM: sun6i: Setup the A31 UART0 muxing by Maxime Ripard · 10 years ago
  97. ea52094 ARM: sunxi: Use macro values for setting UART GPIO pull-ups by Chen-Yu Tsai · 10 years ago
  98. fc70300 sunxi: Add CONFIG_MACPWR option by Hans de Goede · 10 years ago
  99. ae5de5a sunxi: Fix reset hang on sun5i by Hans de Goede · 10 years ago
  100. 6620377 sunxi: Add i2c support by Hans de Goede · 10 years ago