- a776691 sunxi: spl: h616: fix booting from high MMC offset by Andre Przywara · 7 months ago
- 02780a1 sunxi: move #ifdef guards around tzpc_init() to header file by Andre Przywara · 12 months ago
- d785a06 sunxi: remove common.h inclusion by Andre Przywara · 11 months ago
- 1b2a3d0 Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 1 year, 1 month ago
- 95168d7 sunxi: add Allwinner R528/T113 SoC support by Andre Przywara · 2 years, 3 months ago
- 4a9e89a sunxi: introduce NCAT2 generation model by Andre Przywara · 2 years, 2 months ago
- 207ed0a pinctrl: sunxi: remove GPIO_EXTRA_HEADER by Andre Przywara · 2 years, 3 months ago
- e936db9 spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector() by Marek Vasut · 1 year, 1 month ago
- d768dd8 common: return type board_get_usable_ram_top by Heinrich Schuchardt · 1 year, 3 months ago
- 382b837 sunxi: eMMC: support TOC0 on boot partitions by Andre Przywara · 2 years ago
- 7f0938e sunxi: fel: drop redundant "control register" save/restore by Andre Przywara · 2 years, 4 months ago
- 6453149 sunxi: board: annotate #endif lines by Andre Przywara · 2 years ago
- 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
- 843ed98 suniv: add UART1 support by Andre Przywara · 2 years, 2 months ago
- 9a916b0 sunxi: fix SUNIV build when enabling D-Cache by Icenowy Zheng · 2 years, 1 month ago
- 049704f board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years, 3 months ago
- e26ece2 sunxi: board: Fix UART PortF pinmux setup by Andre Przywara · 2 years, 7 months ago
- b9a2e18 sunxi: eMMC: Improve automatic boot source detection by Andre Przywara · 3 years, 5 months ago
- 482c1cc sunxi: H3: fix non working console on uart2 by Angelo Dureghello · 3 years, 2 months ago
- 44de13d sunxi: Support SPL in both eGON and TOC0 images by Samuel Holland · 2 years, 8 months ago
- e943753 sunxi: Fix old GMAC pinmux setup by Andre Przywara · 2 years, 9 months ago
- a08b04b mach-sunxi: Add boot device detection for SUNIV/F1C100s by Jesse Taube · 2 years, 10 months ago
- cfe673c mach-sunxi: Add support for SUNIV architecture by Icenowy Zheng · 2 years, 10 months ago
- b8cd7f4 armv8: remove no longer needed lowlevel_init.S by Andre Przywara · 2 years, 10 months ago
- 534b82a sunxi: move early "SRAM setup" into separate file by Andre Przywara · 2 years, 10 months ago
- 2564fce sunxi: move Cortex SMPEN setting into start.S by Andre Przywara · 2 years, 10 months ago
- 5bc4cd0 sunxi: move non-essential code out of s_init() by Andre Przywara · 2 years, 10 months ago
- 6e19dc8 sunxi: Avoid duplicate reset_cpu with SYSRESET enabled by Samuel Holland · 3 years, 1 month ago
- ea261fd sunxi: Only initialize legacy I2C when enabled by Samuel Holland · 3 years, 2 months ago
- 4250846 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · 3 years, 2 months ago
- 975e7cf i2c: Rename SPL/TPL_I2C_SUPPORT to I2C by Simon Glass · 3 years, 5 months ago
- b874785 sunxi: H616: Enable full 4GB of DRAM by Andre Przywara · 3 years, 7 months ago
- 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
- 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
- 2147a16 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
- 7f4e294 sunxi: support boot console on uart1 for sun8i by Tobias Schramm · 3 years, 9 months ago
- c13d98b sunxi: add support for H616 uart0 by Jernej Skrabec · 3 years, 11 months ago
- c0b417b sunxi: support loading with SPL > 32KB by Andre Przywara · 3 years, 11 months ago
- 4472609 sunxi: Introduce common symbol for H6 like SoCs by Jernej Skrabec · 3 years, 11 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 7c841d8 sunxi: Automate loading from 128KB MMC offset by Andre Przywara · 4 years, 11 months ago
- ee98d76 sunxi: SPL: Factor out sunxi_get_boot_source() by Andre Przywara · 4 years, 11 months ago
- 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
- 5f19c93 sunxi: set PIO voltage to hardware-detected value on startup on H6 by Icenowy Zheng · 6 years ago
- 79764b5 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
- 26f8e0d arm: sunxi: h6: fix reset using r_wdog by Clément Péron · 6 years ago
- 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 6 years ago
- 067e0b9 sunxi: Allow booting from 128KB SD/eMMC offset by Andre Przywara · 6 years ago
- 7009134 sunxi: map DRAM part with 3G size by Icenowy Zheng · 6 years ago
- 7f51a40 sunxi: add UART0 setup for H6 by Icenowy Zheng · 6 years ago
- 10196c9 sunxi: use sun6i-style watchdog for H6 by Icenowy Zheng · 6 years ago
- 9508ecf ARM: sunxi: remove empty #ifdef/endif block by Chris Packham · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- d695d66 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · 7 years ago
- 8829076 arm: sunxi: Move spl_boot_device in a separate function by Maxime Ripard · 7 years ago
- a8f01cc sunxi: i2c: Add support for DM I2C by Jernej Skrabec · 8 years ago
- c199489 sunxi: add basic V3s support by Icenowy Zheng · 8 years ago
- 6c7ae2b sunxi: Fix watchdog reset function for R40 by Chen-Yu Tsai · 8 years ago
- 379feba sunxi: Add initial support for R40 by Chen-Yu Tsai · 8 years ago
- 7b82a22 sunxi: prepare for sharing MACH_SUN8I_H3 config symbol by Andre Przywara · 8 years ago
- ce6912e sunxi: provide ARMv8 mem_map for every ARM64 board by Andre Przywara · 8 years ago
- 85db583 sunxi: simplify ACTLR.SMP bit set #ifdef by Andre Przywara · 8 years ago
- 1afd0f6 sunxi: fix ACTLR.SMP assembly routine by Andre Przywara · 8 years ago
- eb77f5c sunxi: A64: enable SPL by Andre Przywara · 8 years ago
- 40ecf52 spl: sunxi: Drop spl_board_announce_boot_device() by Simon Glass · 8 years ago
- ebc4ef6 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
- f28bad1 sunxi: Enable SMP mode for the boot CPU on sun9i (A80) by Philipp Tomsich · 8 years ago
- 2a2ee2a spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
- 97d9df0 spl: Convert spl_board_load_image() to use linker list by Simon Glass · 8 years ago
- ecdfd69 spl: Convert boot_device into a struct by Simon Glass · 8 years ago
- 66669fc Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
- cd4b0c5 armv8: mmu: Add support of non-identical mapping by York Sun · 8 years ago
- ef36d9a sunxi: Use BROM stored boot_media value to determine our boot-source by Hans de Goede · 8 years ago
- 19e99fb sunxi: Support booting from SPI flash by Siarhei Siamashka · 8 years ago
- 2b1cdaf common: Pass the boot device into spl_boot_mode() by Marek Vasut · 9 years ago
- 28d6804 sunxi: Properly announce BOOT_DEVICE_BOARD as "FEL" by Bernhard Nortmann · 9 years ago
- d96ebc4 sunxi: Add support for Allwinner A64 SoCs by Siarhei Siamashka · 9 years ago
- e6e505b sunxi: Move cpu independent code to mach directory by Alexander Graf · 9 years ago[Renamed from arch/arm/cpu/armv7/sunxi/board.c]
- 5f8afd7 sunxi: Add conditional magic sram poke for A33 by Hans de Goede · 9 years ago
- fc8991c sunxi: Fix gmac not working due to cpu_eth_init no longer being called by Hans de Goede · 9 years ago
- 583fede sunxi: A23: Fix some revisions needing a different magic sram poke by Hans de Goede · 9 years ago
- 5823664 sunxi: Support Secure Memory Touch Arbiter (SMTA) in sun8i H3 by Chen-Yu Tsai · 9 years ago
- d5a3357 sunxi: Add support for UART0 in PB pin group on A83T by vishnupatekar · 9 years ago
- 1c27b7d sunxi: Add basic H3 support by Jens Kuske · 9 years ago
- a1e56cf spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · 9 years ago
- 36afd45 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
- f7d6b3c sunxi: board: Only try to use the MMC related functions if enabled by Maxime Ripard · 9 years ago
- 6d0bdfd sunxi: Switch to using malloc_simple for the spl by Hans de Goede · 9 years ago
- af654d1 sunxi: retrieve FEL-provided values to environment variables by Bernhard Nortmann · 9 years ago
- cb42d63 sunxi: Simplify spl board_init_f function by Hans de Goede · 9 years ago
- 9236984 sunxi: Enable non-secure access to RTC on sun6i (A31s) by Chen-Yu Tsai · 9 years ago
- a151403 sunxi: spl: Detect at runtime where SPL was read from by Daniel Kochmański · 9 years ago
- e506889 sunxi: Add support for UART0 in PB pin group on A33 by Chen-Yu Tsai · 9 years ago
- 6ad8c74 sunxi: hardware-feature-specific function index defines for PORT F UART0 by Chen-Yu Tsai · 9 years ago
- da9971d Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory" by Ian Campbell · 9 years ago
- fc17543 sun6i: cpu_reset: Do not return from cpu_reset() by Hans de Goede · 9 years ago
- 8aeed95 sunxi: Request macpwr gpio before using it by Hans de Goede · 9 years ago