aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu
AgeCommit message (Expand)AuthorFilesLines
2022-01-20arm: mvebu: spl: Fix 100 column exceedsMarek Behún1-2/+4
2022-01-20arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possibleMarek Behún1-15/+8
2022-01-20arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_tMarek Behún1-17/+17
2022-01-20arm: mvebu: spl: Print srcaddr in error messageMarek Behún1-1/+2
2022-01-20arm: mvebu: Check for kwbimage data checksumPali Rohár1-0/+27
2022-01-20arm: mvebu: Check that kwbimage blockid matches boot modePali Rohár1-9/+26
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-0/+1
2022-01-20arm: mvebu: Check that kwbimage offset and blocksize are validPali Rohár1-0/+12
2022-01-14arm: mvebu: Enable BootROM output on A38xPali Rohár2-0/+10
2022-01-14arm: mvebu: Correctly set LOAD_ADDRESS for U-Boot SPL binary in kwbimagePali Rohár2-3/+6
2022-01-14arm: mvebu: Set CPU for U-Boot SPL binary in kwbimagePali Rohár2-0/+11
2022-01-14arm: mvebu: Generate kwbimage.cfg with $(call cmd, ...)Pali Rohár1-2/+5
2022-01-14arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.cPali Rohár4-104/+0
2022-01-14arm: mvebu: Implement simple mvebu-reset driver for enabling/disabling PCIe p...Pali Rohár2-0/+106
2022-01-14pci: pci_mvebu: Fix PCIe MEM and IO resources assignment and mbus mappingPali Rohár1-2/+3
2022-01-14arm: mvebu: Convert board_pex_config() to CONFIG_SPL_BOARD_INITPali Rohár2-8/+0
2021-12-27Convert CONFIG_SYS_KWD_CONFIG to KconfigTom Rini1-9/+0
2021-12-19arm: mvebu: Use printf for printing fatal errorsPali Rohár1-2/+2
2021-12-19arm: mvebu: Remove commented example codePali Rohár1-13/+0
2021-12-19arm: mvebu: a38x: serdes: improve USB3 electrical configurationStefan Eichenberger2-8/+33
2021-12-19arm: mvebu: a38x: serdes: fix serdes config for USB3Stefan Eichenberger1-1/+1
2021-12-19arm: mvebu: axp/high_speed_env_lib: Switch to DM_I2C APIStefan Roese1-4/+13
2021-10-31arm: mvebu: Fix booting from SATAPali Rohár1-2/+2
2021-10-28arm: mvebu: Fix comments about kwbimage structuresPali Rohár1-1/+1
2021-10-28arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3Pali Rohár1-1/+1
2021-10-28arm: mvebu: Remove dummy BIN header arguments for SPL binaryPali Rohár1-1/+1
2021-10-28arm: mvebu: Add documentation for save_boot_params() functionPali Rohár1-0/+9
2021-10-21arm: mvebu: Add missing "if SPL"Tom Rini1-1/+1
2021-10-21arm: mvebu: turris_omnia: Move CONFIG_SPL_DRIVERS_MISC to KconfigMarek Behún1-0/+1
2021-10-21arm: mvebu: turris_omnia: Move SPL's SYS_MALLOC_SIMPLE to KconfigMarek Behún1-0/+1
2021-10-08arm: mvebu: Select SPL_SKIP_LOWLEVEL_INIT on ARMADA_32BITStefan Roese1-0/+1
2021-10-08arm: mvebu: a38x: serdes: Update comment about PCIE*_ENABLE_* definesPali Rohár1-1/+1
2021-10-08arm: mvebu: a38x: serdes: Remove unused PCIe macros and functionsPali Rohár2-188/+0
2021-10-08arm: mvebu: a38x: serdes: Don't configure PCIe cards in SerDes init codePali Rohár1-127/+1
2021-10-08arm: mvebu: a38x: serdes: Don't overwrite PCI device IDPali Rohár1-27/+0
2021-10-08arm: mvebu: a38x: serdes: Don't set PCIe Common Clock ConfigurationPali Rohár1-15/+0
2021-10-08arm: mvebu: a38x: serdes: Don't overwrite read-only SAR PCIe registersPali Rohár3-47/+19
2021-10-08arm: mvebu: a38x: serdes: Add comments for hws_pex_config() codePali Rohár1-1/+13
2021-10-08arm: mvebu: a38x: serdes: Remove duplicate macro SOC_CTRL_REGPali Rohár2-6/+2
2021-10-08arm: mvebu: a38x: serdes: Add comments and use macros in PCIe codePali Rohár1-12/+25
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-2/+0
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini4-69/+72
2021-09-04sata: Rename SATA_SUPPORT to SATASimon Glass2-6/+6
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass1-1/+1
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass2-7/+8
2021-09-01Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini4-69/+72
2021-09-01arm: mvebu: Move get_boot_device() to cpu.c and make visibleMarek Behún3-68/+71
2021-09-01arm: mvebu: axp: Properly check for Armada XP in mach/soc.hPali Rohár1-1/+1
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek1-3/+0
2021-08-31Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini1-4/+0