Age | Commit message (Expand) | Author |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | common: Drop init.h from common header | Simon Glass |
2020-05-18 | common: Drop net.h from common header | Simon Glass |
2020-01-26 | sunxi: Automate loading from 128KB MMC offset | Andre Przywara |
2020-01-26 | sunxi: SPL: Factor out sunxi_get_boot_source() | Andre Przywara |
2019-12-02 | common: Move some cache and MMU functions out of common.h | Simon Glass |
2019-10-25 | sunxi: set PIO voltage to hardware-detected value on startup on H6 | Icenowy Zheng |
2019-05-20 | Merge branch 'master' of git://git.denx.de/u-boot-sunxi | Tom Rini |
2019-05-20 | arm: sunxi: h6: fix reset using r_wdog | Clément Péron |
2019-05-18 | CONFIG_SPL_SYS_[DI]CACHE_OFF: add | Trevor Woerner |
2019-04-10 | sunxi: Allow booting from 128KB SD/eMMC offset | Andre Przywara |
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 |