aboutsummaryrefslogtreecommitdiffstats
path: root/board/sunxi/board.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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: Fix old GMAC pinmux setupAndre Przywara2022-03-261-0/+3
* sunxi: use boot source for determining environment locationAndre Przywara2022-03-101-8/+43
* 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: 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: Clean up inclusions of asm/arch/gpio.hSamuel Holland2021-10-111-1/+0
* board: sunxi: enable status LED earlyArnaud Ferraris2021-10-111-0/+6
* sunxi: Simplify MMC pinmux selectionSamuel Holland2021-10-111-72/+29
* 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
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-211-1/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* sunxi: add support for R_I2C on H616Jernej Skrabec2021-01-251-0/+4
* sunxi: Add support for AXP305 PMICJernej Skrabec2021-01-251-3/+7
* sunxi: Properly check for SATAPWR and MACPWRAndre Przywara2021-01-251-12/+22
* sunxi: board: add a config option to fixup a Bluetooth addressAndre Heider2021-01-111-0/+35
* sunxi: board: extract creating a unique sid into a helper functionAndre Heider2021-01-111-47/+58
* sunxi: board: Move USB ethernet initialization to board_late_init()Andy Shevchenko2021-01-111-0/+5
* sunxi: allow to use AXP20[39] attached to I2C0 on V3 seriesIcenowy Zheng2020-11-171-0/+4
* sunxi: board: Set fdtfile to match the DT chosen by SPLSamuel Holland2020-11-171-2/+11
* sunxi: board: Save the chosen DT name in the SPL headerSamuel Holland2020-11-171-1/+27
* sunxi: board: Add PinePhone DT selection logicSamuel Holland2020-11-171-0/+21
* sunxi: board: Simplify Pine A64 DT selection logicSamuel Holland2020-11-171-8/+4
* sunxi: board: Add a helper to get the SPL DT nameSamuel Holland2020-11-171-9/+19
* sunxi: board: Use a more descriptive variable nameSamuel Holland2020-11-171-6/+6
* board: sunxi: change trace level for phy errors managed by uclassPatrick Delaunay2020-09-081-1/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-2/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* sunxi: board: do MMC pinmux setup for DM_MMC buildsAndre Przywara2019-01-291-0/+15
* sunxi: board: Add i2c initialization for sun50iStefan Mavrodiev2019-01-181-0/+12
* Revert "sunxi: board: Print error after power initialization fails"From: Karl Palsson2018-12-301-10/+8
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-12-101-1/+1
|\
| * dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot2018-12-071-1/+1
* | lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2018-12-081-1/+1