index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
cpu
/
armv7
/
sunxi
/
board.c
Age
Commit message (
Expand
)
Author
2015-10-20
sunxi: board: Only try to use the MMC related functions if enabled
Maxime Ripard
2015-10-20
sunxi: Switch to using malloc_simple for the spl
Hans de Goede
2015-09-29
sunxi: retrieve FEL-provided values to environment variables
Bernhard Nortmann
2015-09-29
sunxi: Simplify spl board_init_f function
Hans de Goede
2015-08-31
sunxi: Enable non-secure access to RTC on sun6i (A31s)
Chen-Yu Tsai
2015-07-24
sunxi: spl: Detect at runtime where SPL was read from
Daniel Kochmański
2015-07-05
sunxi: Add support for UART0 in PB pin group on A33
Chen-Yu Tsai
2015-07-05
sunxi: hardware-feature-specific function index defines for PORT F UART0
Chen-Yu Tsai
2015-06-28
Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal N...
Ian Campbell
2015-06-17
sun6i: cpu_reset: Do not return from cpu_reset()
Hans de Goede
2015-06-10
sunxi: Request macpwr gpio before using it
Hans de Goede
2015-05-29
sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory
Daniel Kochmański
2015-05-29
sun9i: Basic sun9i (A80) support
Hans de Goede
2015-05-29
sunxi: Remove support for building "old-fashioned" fel binaries
Hans de Goede
2015-05-19
sunxi: add support for UART2 on A23/A33
Laurent Itti
2015-05-04
sunxi: emac: Remove non driver-model code
Hans de Goede
2015-05-04
sunxi: emac: Add driver model support
Hans de Goede
2015-05-04
sunxi: s/sun8i/sun8i_a23/
Hans de Goede
2015-05-04
sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig bool
Hans de Goede
2015-05-04
sunxi: Also set Auxiliary Ctl SMP bit in SPL
Hans de Goede
2015-04-15
sunxi: GPIO pin mux hardware-feature-specific function index defines
Paul Kocialkowski
2015-02-16
sunxi: Support the FEL boot mode in the regular u-boot build
Siarhei Siamashka
2015-02-16
sunxi: Normalise FEL support
Simon Glass
2015-01-21
sunxi: Restore lowlevel_init usage
Hans de Goede
2015-01-16
sunxi: Drop use of lowlevel_init()
Simon Glass
2015-01-16
sunxi: Move SPL s_init() code to board_init_f()
Simon Glass
2015-01-14
sun8i: Add dram initialization support
Hans de Goede
2014-11-13
sun6i: Poke magic sram controller register to avoid cache issues
Hans de Goede
2014-11-05
sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I
Ian Campbell
2014-10-24
ARM: sunxi: Add support for using R_UART as console
Chen-Yu Tsai
2014-10-24
ARM: sunxi: Add basic A23 support
Chen-Yu Tsai
2014-10-24
ARM: sunxi: Add support for uart0 on port F (mmc0)
Chen-Yu Tsai
2014-10-24
ARM: sunxi: Fix reset command on sun6i/sun8i
Chen-Yu Tsai
2014-10-24
ARM: sun6i: Setup the A31 UART0 muxing
Maxime Ripard
2014-10-24
ARM: sunxi: Use macro values for setting UART GPIO pull-ups
Chen-Yu Tsai
2014-07-31
sunxi: Add CONFIG_MACPWR option
Hans de Goede
2014-07-18
sunxi: Fix reset hang on sun5i
Hans de Goede
2014-07-18
sunxi: Add i2c support
Hans de Goede
2014-07-08
sunxi: Avoid unused variable warning.
Ian Campbell
2014-07-06
sunxi: Add emac glue, enable emac on the cubieboard
Hans de Goede
2014-07-06
sunxi: Add sun5i support
Hans de Goede
2014-07-06
sunxi: Implement reset_cpu
Hans de Goede
2014-05-25
sunxi: add gmac Ethernet support
Ian Campbell
2014-05-25
sunxi: add sun7i cpu, board and start of day support
Ian Campbell