summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sunxi
AgeCommit message (Expand)AuthorFilesLines
2023-01-23sunxi: eMMC: support TOC0 on boot partitionsAndre Przywara1-2/+9
2023-01-21sunxi: remove CONFIG_MMC?_CD_PINAndre Przywara1-27/+0
2023-01-21sunxi: fel: drop redundant "control register" save/restoreAndre Przywara1-1/+0
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini2-6/+6
2022-12-15sunxi: board: annotate #endif linesAndre Przywara2-6/+6
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini3-17/+17
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2-2/+2
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-3/+3
2022-10-19suniv: add UART1 supportAndre Przywara1-0/+4
2022-10-19suniv: move SKIP_LOWLEVEL_INIT_ONLY into KconfigAndre Przywara1-0/+2
2022-10-19sunxi: Kconfig: introduce SUNXI_MINIMUM_DRAM_MBAndre Przywara1-0/+12
2022-10-19sunxi: fix SUNIV build when enabling D-CacheIcenowy Zheng1-1/+1
2022-10-18sunxi: SPL SPI: Add SPI boot support for the Allwinner H616 SoCAndre Przywara2-13/+16
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-2/+2
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár1-1/+1
2022-07-19sunxi: Move INITIAL_USB_SCAN_DELAY to driver KconfigSamuel Holland1-9/+0
2022-07-18sunxi: lcd: Move range from kconfig description to definition.Michal Suchanek1-1/+2
2022-06-29spl: Move SPL_LDSCRIPT defaults to one placeTom Rini1-4/+0
2022-05-24sunxi: Remove obsolete Kconfig selectionsSamuel Holland1-3/+0
2022-05-24sunxi: board: Fix UART PortF pinmux setupAndre Przywara1-6/+7
2022-05-23ARM: dts: sunxi: A13/A31/A23/A33: Sync from Linux v5.18-rc1Samuel Holland1-1/+1
2022-04-05sunxi: eMMC: Improve automatic boot source detectionAndre Przywara1-0/+83
2022-04-05sunxi: clock: H6: Adjust PLL LDO before clock setupJernej Skrabec1-0/+7
2022-04-05sunxi: clock: H6/H616: Add resistor calibrationJernej Skrabec1-2/+7
2022-04-05sunxi: prcm: Add a few registersJernej Skrabec3-6/+13
2022-04-05sunxi: H3: fix non working console on uart2Angelo Dureghello1-0/+4
2022-04-05sunxi: Support building a SPL as a TOC0 imageSamuel Holland1-0/+2
2022-04-05sunxi: Support SPL in both eGON and TOC0 imagesSamuel Holland2-11/+32
2022-04-05sunxi: Remove options and setup code for I2C2-I2C4Samuel Holland1-22/+0
2022-03-26sunxi: Fix old GMAC pinmux setupAndre Przywara1-1/+0
2022-03-12Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini1-3/+0
2022-03-10sunxi: Kconfig: Fix up SPI configurationAndre Przywara1-3/+0
2022-03-03mach-sunxi: Enable SPI boot for SUNIV and licheepi nanoJesse Taube1-1/+1
2022-03-03mach-sunxi: Add SPL SPI boot for SUNIVJesse Taube1-7/+17
2022-03-03mach-sunxi: Add boot device detection for SUNIV/F1C100sJesse Taube1-27/+37
2022-02-04mach-sunxi: Add support for SUNIV architectureIcenowy Zheng5-31/+105
2022-02-04sunxi: Add F1C100s DRAM initial supportIcenowy Zheng3-0/+426
2022-02-04mach-sunxi: Move timer code to mach folderJesse Taube2-0/+120
2022-02-04armv8: remove no longer needed lowlevel_init.SAndre Przywara1-4/+0
2022-02-04sunxi: move early "SRAM setup" into separate fileAndre Przywara1-32/+6
2022-02-04sunxi: move Cortex SMPEN setting into start.SAndre Przywara2-11/+4
2022-02-04sunxi: move non-essential code out of s_init()Andre Przywara1-13/+12
2022-01-30sunxi: Fix H616 DRAM read calibration for dual rankJernej Skrabec1-1/+1
2022-01-30sunxi: fix H616 DRAM ODT supportJernej Skrabec1-1/+1
2022-01-30sunxi: Add option to prevent booting on power plug-inChris Morgan1-0/+10
2022-01-30sunxi: gpio: Fix up pointer arithmeticAndre Przywara1-4/+4
2022-01-30sunxi: gpio: Add per-bank drive and pull settersSamuel Holland1-4/+16
2022-01-30sunxi: gpio: Return void from setter functionsSamuel Holland1-6/+2
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-1/+1
2021-11-04sunxi: Avoid duplicate reset_cpu with SYSRESET enabledSamuel Holland1-0/+2