aboutsummaryrefslogtreecommitdiffstats
path: root/board/sunxi
Commit message (Expand)AuthorAgeFilesLines
* arm: sunxi: Remove <common.h> and add needed includesTom Rini2024-05-065-5/+0
* sunxi: remove unneeded i2c_init_board() call for U-Boot properAndre Przywara2024-04-221-8/+1
* sunxi: H616: Add OrangePi Zero 2W board supportAndre Przywara2024-03-031-0/+5
* board/sunxi/MAINTAINERS: Add new defconfigsTom Rini2024-01-291-0/+10
* sunxi: H616: Add OrangePi Zero 3 board supportAndre Przywara2023-12-061-0/+5
* power: pmic: sunxi: add AXP313 SPL driverAndre Przywara2023-11-121-1/+2
* arm: dts: icnova-a20-adb4006: Add board supportLudwig Kormann2023-11-121-0/+5
* arm: sunxi: Correct warning in board_fit_config_name_matchTom Rini2023-11-121-1/+2
* sunxi: board: simplify early PMIC setup conditionsAndre Przywara2023-11-121-18/+14
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2023-10-233-26/+15
|\
| * sunxi: R528: add SMHC2 pin pull ups supportOkhunjon Sobirjonov2023-10-221-0/+7
| * pinctrl: sunxi: remove GPIO_EXTRA_HEADERAndre Przywara2023-10-222-1/+2
| * sunxi: remove CONFIG_MACPWRAndre Przywara2023-10-221-11/+1
| * sunxi: remove CONFIG_SATAPWRAndre Przywara2023-10-221-15/+1
|/
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-241-0/+1
* crc32: Drop duplicates crc header includesIlya Lukin2023-08-081-1/+0
* sunxi: Add MAINTAINERS entry for Lctech Pi F1C200sTom Rini2023-07-251-0/+5
* mtd: nand: sunxi: Convert to the driver modelSamuel Holland2023-04-281-4/+1
* sunxi: board: annotate #endif linesAndre Przywara2022-12-141-6/+5
* sunxi: remove bogus mmc_pinmux_setup() prototypeAndre Przywara2022-12-141-4/+0
* sunxi: remove unused CONFIG_MMC_SUNXI_SLOTAndre Przywara2022-12-141-2/+7
* sunxi: defconfig: Add X96 Mate TV boxAndre Przywara2022-10-191-0/+5
* sunxi: fix initial environment loading without MMCSamuel Holland2022-06-261-20/+29
* sunxi: Skip MMC0 init when its pinmux conflicts with UART0Samuel Holland2022-05-241-12/+10
* arm: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is validWIP/2022-04-21-further-cleanupsPeng Fan2022-04-211-3/+3
* sunxi: Support building a SPL as a TOC0 imageSamuel Holland2022-04-041-0/+24
* sunxi: Remove non-DM MMC pin setupSamuel Holland2022-04-041-11/+0
* sunxi: Remove options and setup code for I2C2-I2C4Samuel Holland2022-04-041-48/+0
* sunxi: Remove non-DM GMAC pin setupSamuel Holland2022-04-041-55/+0
* sunxi: Fix old GMAC pinmux setupAndre Przywara2022-03-261-0/+3
* sunxi: use boot source for determining environment locationAndre Przywara2022-03-101-8/+43
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/03Feb2022Tom Rini2022-02-032-2/+7
|\
| * sunxi: board: Add support for SUNIVIcenowy Zheng2022-02-041-2/+2
|/
* sunxi: Add option to prevent booting on power plug-inChris Morgan2022-01-301-0/+11
* sunxi: dram_sun4i/5i: use DRAM_MEMORY_TYPE_DDR3 instead of magic number 3Giulio Benetti2022-01-302-2/+2
* sunxi: call fdt_fixup_ethernet again to set macaddr for more aliasesIcenowy Zheng2022-01-301-2/+4
* Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini2021-12-271-1/+2
* sunxi: Remove misleading USB-OTG charger messageAndre Przywara2021-12-081-7/+1
* sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland2021-10-121-43/+1
* sunxi: Add support for FriendlyARM NanoPi R1S H5Chukun Pan2021-10-111-0/+5
* sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland2021-10-112-2/+0
* board: sunxi: enable status LED earlyArnaud Ferraris2021-10-111-0/+6
* sunxi: Simplify MMC pinmux selectionSamuel Holland2021-10-111-72/+29
* configs: add PineTab defconfigArnaud Ferraris2021-10-111-0/+5
* Convert CONFIG_SYS_I2C_SOFT et al to KconfigTom Rini2021-08-301-1/+1
* sunxi: Select environment MMC based on boot deviceSamuel Holland2021-08-011-0/+14
* sunxi: board: Add H616 MMC2 pinsAndre Przywara2021-07-101-0/+13
* sunxi: h3: Add initial ZeroPi supportYu-Tung Chang2021-07-101-0/+6
* arm: sunxi: add support for DIP detection to CHIP boardKory Maincent2021-05-132-0/+101
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-211-1/+1