summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sunxi/board.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass1-1/+1
2021-07-10sunxi: H616: Enable full 4GB of DRAMAndre Przywara1-1/+10
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún1-1/+1
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-1/+1
2021-02-20sunxi: support boot console on uart1 for sun8iTobias Schramm1-0/+5
2021-01-26sunxi: add support for H616 uart0Jernej Skrabec1-0/+4
2021-01-26sunxi: support loading with SPL > 32KBAndre Przywara1-2/+16
2021-01-26sunxi: Introduce common symbol for H6 like SoCsJernej Skrabec1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-26sunxi: Automate loading from 128KB MMC offsetAndre Przywara1-0/+20
2020-01-26sunxi: SPL: Factor out sunxi_get_boot_source()Andre Przywara1-5/+13
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-10-25sunxi: set PIO voltage to hardware-detected value on startup on H6Icenowy Zheng1-0/+9
2019-05-20Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-2/+7
2019-05-20arm: sunxi: h6: fix reset using r_wdogClément Péron1-2/+7
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2019-04-10sunxi: Allow booting from 128KB SD/eMMC offsetAndre Przywara1-0/+2
2018-10-29sunxi: map DRAM part with 3G sizeIcenowy Zheng1-1/+1
2018-07-31sunxi: add UART0 setup for H6Icenowy Zheng1-0/+4
2018-07-31sunxi: use sun6i-style watchdog for H6Icenowy Zheng1-1/+1
2018-06-18ARM: sunxi: remove empty #ifdef/endif blockChris Packham1-3/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-1/+0
2018-02-08spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski1-6/+0
2017-10-03arm: sunxi: Move spl_boot_device in a separate functionMaxime Ripard1-3/+8
2017-04-28sunxi: i2c: Add support for DM I2CJernej Skrabec1-0/+2
2017-04-21sunxi: add basic V3s supportIcenowy Zheng1-0/+4
2017-04-20sunxi: Fix watchdog reset function for R40Chen-Yu Tsai1-3/+2
2017-04-20sunxi: Add initial support for R40Chen-Yu Tsai1-3/+7
2017-04-05sunxi: prepare for sharing MACH_SUN8I_H3 config symbolAndre Przywara1-1/+1
2017-04-05sunxi: provide ARMv8 mem_map for every ARM64 boardAndre Przywara1-1/+1
2017-04-05sunxi: simplify ACTLR.SMP bit set #ifdefAndre Przywara1-4/+1
2017-04-05sunxi: fix ACTLR.SMP assembly routineAndre Przywara1-1/+2
2017-01-04sunxi: A64: enable SPLAndre Przywara1-1/+1
2016-12-09spl: sunxi: Drop spl_board_announce_boot_device()Simon Glass1-9/+0
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-1/+1
2016-10-30sunxi: Enable SMP mode for the boot CPU on sun9i (A80)Philipp Tomsich1-1/+2
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-1/+2
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass1-1/+4
2016-10-06spl: Convert boot_device into a structSimon Glass1-1/+1
2016-07-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-2/+4
2016-07-15armv8: mmu: Add support of non-identical mappingYork Sun1-2/+4
2016-07-15sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede1-23/+11
2016-07-15sunxi: Support booting from SPI flashSiarhei Siamashka1-0/+5
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut1-1/+1
2016-05-25sunxi: Properly announce BOOT_DEVICE_BOARD as "FEL"Bernhard Nortmann1-0/+9
2016-04-01sunxi: Add support for Allwinner A64 SoCsSiarhei Siamashka1-1/+29