aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-sunxi/board.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-05sunxi: eMMC: Improve automatic boot source detectionAndre Przywara1-0/+83
2022-04-04sunxi: H3: fix non working console on uart2Angelo Dureghello1-0/+4
2022-04-04sunxi: Support SPL in both eGON and TOC0 imagesSamuel Holland1-9/+30
2022-03-26sunxi: Fix old GMAC pinmux setupAndre Przywara1-1/+0
2022-03-03mach-sunxi: Add boot device detection for SUNIV/F1C100sJesse Taube1-27/+37
2022-02-04mach-sunxi: Add support for SUNIV architectureIcenowy Zheng1-1/+32
2022-02-04armv8: remove no longer needed lowlevel_init.SAndre Przywara1-4/+0
2022-02-04sunxi: move early "SRAM setup" into separate fileAndre Przywara1-32/+6
2022-02-04sunxi: move Cortex SMPEN setting into start.SAndre Przywara1-9/+0
2022-02-04sunxi: move non-essential code out of s_init()Andre Przywara1-13/+12
2021-11-04sunxi: Avoid duplicate reset_cpu with SYSRESET enabledSamuel Holland1-0/+2
2021-10-12sunxi: Only initialize legacy I2C when enabledSamuel Holland1-1/+1
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland1-1/+0
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-19sunxi: support boot console on uart1 for sun8iTobias Schramm1-0/+5
2021-01-25sunxi: add support for H616 uart0Jernej Skrabec1-0/+4
2021-01-25sunxi: support loading with SPL > 32KBAndre Przywara1-2/+16
2021-01-25sunxi: Introduce common symbol for H6 like SoCsJernej Skrabec1-2/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: 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-02common: 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-07spl: 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