aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu
Commit message (Expand)AuthorAgeFilesLines
* arm: mvebu: Add support for specifying VHV_Enable GPIOPali Rohár2022-10-062-3/+54
* arm: mvebu: Add support for programming LD0 and LD1 eFusePali Rohár2022-10-062-0/+47
* arm: mvebu: Remove timer.cStefan Roese2022-10-063-48/+0
* board_f: Fix types for board_get_usable_ram_top()Pali Rohár2022-09-231-1/+1
* arm: mvebu: Use CONFIG_TIMER on all MVEBU & KIRKWOOD platformsStefan Roese2022-09-201-5/+0
* Merge branch 'master' into nextTom Rini2022-09-196-27/+50
|\
| * arm: mvebu: Fix moving internal registersPali Rohár2022-09-132-13/+27
| * arm: mvebu: Enable L2 cache also on Armada 38xPali Rohár2022-09-131-7/+15
| * arm: mvebu: lowlevel.S: Use CR_M from asm/system.hPali Rohár2022-09-131-1/+2
| * arm: mvebu: Guard non-AXP code by checking for AXPPali Rohár2022-09-131-1/+1
| * arm: mvebu: Fix function enable_cachesPali Rohár2022-09-131-1/+1
| * arm: mvebu: Mark constant data with const keywordPali Rohár2022-09-135-5/+5
* | Convert CONFIG_SYS_L2_PL310 to KconfigPhilip Oberfichtner2022-09-012-2/+1
|/
* arm: kirkwood: make it CONFIG_TIMER awareMichael Walle2022-08-231-0/+3
* arm: mvebu: mbus: Fix mbus driver to work also after U-Boot relocationPali Rohár2022-08-232-103/+67
* arm: mvebu: Define env_sf_get_env_addr() for all Armada boards in SPLPali Rohár2022-08-231-0/+13
* arm: mvebu: spl: Always fallback to BootROM boot methodPali Rohár2022-08-091-0/+7
* arm: mvebu: Avoid reading MVEBU_REG_PCIE_DEVID register too many timesPali Rohár2022-07-213-62/+32
* treewide: Fix Marek's name and change my e-mail addressMarek Behún2022-07-213-3/+3
* arm64: mvebu: handle non-zero base address for RAMChris Packham2022-07-211-4/+3
* arm: mvebu: Use MVEBU_SPL_BOOT_DEVICE instead of SPL_BOOT_DEVICEChris Packham2022-06-061-4/+6
* Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini2022-06-061-3/+0
* mvebu: Use CONFIG_SPL_STACK + 4 directly for bootparam locationTom Rini2022-06-062-5/+5
* arm: mvebu: Move internal registers in arch_very_early_init() functionPali Rohár2022-05-164-31/+29
* arm: mvebu: Remove unused ARMADA_64BITChris Packham2022-05-161-4/+0
* arm: mvebu: a37xx: Add support for writing Security OTP valuesPali Rohár2022-04-211-2/+48
* arm: mvebu: Enable CONFIG_SPL_SYS_NO_VECTOR_TABLE for 32-bit mvebuPali Rohár2022-04-211-0/+1
* arm: mvebu: Add support for reading LD0 and LD1 eFusePali Rohár2022-04-212-0/+33
* arm: mvebu: a37xx: Add support for reading Security OTP valuesPali Rohár2022-04-211-2/+37
* arm: mvebu: a37xx: Extend mbox_do_cmd() codePali Rohár2022-04-212-3/+36
* arm: mvebu: a37xx: Move generic mbox code to arch/arm/mach-mvebuPali Rohár2022-04-213-1/+91
* arm: mvebu: a37xx: Add support for reading NB and SB fuse OTP valuePali Rohár2022-04-214-0/+141
* controlcenterdc: Migrate CUSTOMER_BOARD_SUPPORT to KconfigTom Rini2022-04-081-0/+4
* mvebu: Move BOOTROM_ERR_REG out of CONFIG namespaceTom Rini2022-04-082-2/+2
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2022-04-051-1/+1
|\
| * spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara2022-04-041-1/+1
* | db-mv784mp-gp: Rename CONFIG_DB_784MP_GP to CONFIG_TARGET_DB_MV784MP_GPTom Rini2022-04-011-1/+1
* | Convert CONFIG_NET_RETRY_COUNT to KconfigTom Rini2022-03-181-7/+0
* | Convert CONFIG_ARP_TIMEOUT to KconfigTom Rini2022-03-181-1/+0
* | Merge tag 'v2022.04-rc4' into nextTom Rini2022-03-141-26/+55
|\|
| * arm: a37xx: pci: Fix a3700_fdt_fix_pcie_regions() function againPali Rohár2022-03-041-26/+55
* | Convert CONFIG_BOARD_ECC_SUPPORT to KconfigTom Rini2022-03-031-0/+5
|/
* arm: mvebu: spl: Add option to reset the board on DDR training failureMarek Behún2022-02-172-1/+19
* arm: mvebu: a37xx: Fix comment with name of the functionPali Rohár2022-02-171-1/+1
* arm: mvebu: a37xx: Map CCI-400 and AP BootROM address spacePali Rohár2022-02-171-1/+22
* arm: mvebu: a37xx: Fix calling build_mem_map()Pali Rohár2022-02-171-2/+2
* arm: mvebu: spl: Fix 100 column exceedsMarek Behún2022-01-201-2/+4
* arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possibleMarek Behún2022-01-201-15/+8
* arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_tMarek Behún2022-01-201-17/+17
* arm: mvebu: spl: Print srcaddr in error messageMarek Behún2022-01-201-1/+2