summaryrefslogtreecommitdiff
path: root/board/sunxi/board.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-28mtd: nand: sunxi: Convert to the driver modelSamuel Holland1-4/+1
2022-12-15sunxi: board: annotate #endif linesAndre Przywara1-6/+5
2022-12-15sunxi: remove bogus mmc_pinmux_setup() prototypeAndre Przywara1-4/+0
2022-12-15sunxi: remove unused CONFIG_MMC_SUNXI_SLOTAndre Przywara1-2/+7
2022-06-26sunxi: fix initial environment loading without MMCSamuel Holland1-20/+29
2022-05-24sunxi: Skip MMC0 init when its pinmux conflicts with UART0Samuel Holland1-12/+10
2022-04-21arm: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is validPeng Fan1-3/+3
2022-04-05sunxi: Remove non-DM MMC pin setupSamuel Holland1-11/+0
2022-04-05sunxi: Remove options and setup code for I2C2-I2C4Samuel Holland1-48/+0
2022-03-26sunxi: Fix old GMAC pinmux setupAndre Przywara1-0/+3
2022-03-10sunxi: use boot source for determining environment locationAndre Przywara1-8/+43
2022-02-04sunxi: board: Add support for SUNIVIcenowy Zheng1-2/+2
2022-01-30sunxi: Add option to prevent booting on power plug-inChris Morgan1-0/+11
2022-01-30sunxi: call fdt_fixup_ethernet again to set macaddr for more aliasesIcenowy Zheng1-2/+4
2021-12-28Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini1-1/+2
2021-12-09sunxi: Remove misleading USB-OTG charger messageAndre Przywara1-7/+1
2021-10-12sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland1-43/+1
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland1-1/+0
2021-10-11board: sunxi: enable status LED earlyArnaud Ferraris1-0/+6
2021-10-11sunxi: Simplify MMC pinmux selectionSamuel Holland1-72/+29
2021-08-30Convert CONFIG_SYS_I2C_SOFT et al to KconfigTom Rini1-1/+1
2021-08-01sunxi: Select environment MMC based on boot deviceSamuel Holland1-0/+14
2021-07-10sunxi: board: Add H616 MMC2 pinsAndre Przywara1-0/+13
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-26sunxi: add support for R_I2C on H616Jernej Skrabec1-0/+4
2021-01-26sunxi: Add support for AXP305 PMICJernej Skrabec1-3/+7
2021-01-26sunxi: Properly check for SATAPWR and MACPWRAndre Przywara1-12/+22
2021-01-12sunxi: board: add a config option to fixup a Bluetooth addressAndre Heider1-0/+35
2021-01-12sunxi: board: extract creating a unique sid into a helper functionAndre Heider1-47/+58
2021-01-12sunxi: board: Move USB ethernet initialization to board_late_init()Andy Shevchenko1-0/+5
2020-11-17sunxi: allow to use AXP20[39] attached to I2C0 on V3 seriesIcenowy Zheng1-0/+4
2020-11-17sunxi: board: Set fdtfile to match the DT chosen by SPLSamuel Holland1-2/+11
2020-11-17sunxi: board: Save the chosen DT name in the SPL headerSamuel Holland1-1/+27
2020-11-17sunxi: board: Add PinePhone DT selection logicSamuel Holland1-0/+21
2020-11-17sunxi: board: Simplify Pine A64 DT selection logicSamuel Holland1-8/+4
2020-11-17sunxi: board: Add a helper to get the SPL DT nameSamuel Holland1-9/+19
2020-11-17sunxi: board: Use a more descriptive variable nameSamuel Holland1-6/+6
2020-09-08board: sunxi: change trace level for phy errors managed by uclassPatrick Delaunay1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-01-29sunxi: board: do MMC pinmux setup for DM_MMC buildsAndre Przywara1-0/+15
2019-01-18sunxi: board: Add i2c initialization for sun50iStefan Mavrodiev1-0/+12