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
/
mach-sunxi
/
board.c
Age
Commit message (
Expand
)
Author
2018-10-29
sunxi: map DRAM part with 3G size
Icenowy Zheng
2018-07-31
sunxi: add UART0 setup for H6
Icenowy Zheng
2018-07-31
sunxi: use sun6i-style watchdog for H6
Icenowy Zheng
2018-06-18
ARM: sunxi: remove empty #ifdef/endif block
Chris Packham
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-02-07
spl: eMMC/SD: Provide one __weak spl_boot_mode() function
Lukasz Majewski
2017-10-03
arm: sunxi: Move spl_boot_device in a separate function
Maxime Ripard
2017-04-28
sunxi: i2c: Add support for DM I2C
Jernej Skrabec
2017-04-21
sunxi: add basic V3s support
Icenowy Zheng
2017-04-20
sunxi: Fix watchdog reset function for R40
Chen-Yu Tsai
2017-04-20
sunxi: Add initial support for R40
Chen-Yu Tsai
2017-04-05
sunxi: prepare for sharing MACH_SUN8I_H3 config symbol
Andre Przywara
2017-04-05
sunxi: provide ARMv8 mem_map for every ARM64 board
Andre Przywara
2017-04-05
sunxi: simplify ACTLR.SMP bit set #ifdef
Andre Przywara
2017-04-05
sunxi: fix ACTLR.SMP assembly routine
Andre Przywara
2017-01-04
sunxi: A64: enable SPL
Andre Przywara
2016-12-09
spl: sunxi: Drop spl_board_announce_boot_device()
Simon Glass
2016-12-09
spl: Add a name to the SPL load-image methods
Simon Glass
2016-10-30
sunxi: Enable SMP mode for the boot CPU on sun9i (A80)
Philipp Tomsich
2016-10-06
spl: Pass spl_image as a parameter to load_image() methods
Simon Glass
2016-10-06
spl: Convert spl_board_load_image() to use linker list
Simon Glass
2016-10-06
spl: Convert boot_device into a struct
Simon Glass
2016-07-19
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2016-07-15
armv8: mmu: Add support of non-identical mapping
York Sun
2016-07-15
sunxi: Use BROM stored boot_media value to determine our boot-source
Hans de Goede
2016-07-15
sunxi: Support booting from SPI flash
Siarhei Siamashka
2016-06-26
common: Pass the boot device into spl_boot_mode()
Marek Vasut
2016-05-25
sunxi: Properly announce BOOT_DEVICE_BOARD as "FEL"
Bernhard Nortmann
2016-04-01
sunxi: Add support for Allwinner A64 SoCs
Siarhei Siamashka
2016-04-01
sunxi: Move cpu independent code to mach directory
Alexander Graf