aboutsummaryrefslogtreecommitdiff
path: root/board/armltd
AgeCommit message (Expand)AuthorFilesLines
2022-04-08arm: integrator: Migrate platform-specific options and cleanup armcoremodule.hTom Rini2-6/+2
2022-04-01vexpress64: Add ARMv8R-64 board variantPeter Hoyes2-5/+22
2022-04-01vexpress64: pick DRAM size from DTAndre Przywara1-10/+2
2022-04-01vexpress64: generalise page table generationAndre Przywara1-6/+18
2022-04-01vexpress64: move hardware setting from defconfig to KconfigAndre Przywara1-3/+38
2022-04-01vexpress64: fvp: enable OF_CONTROLAndre Przywara2-3/+13
2022-04-01vexpress64: Kconfig: move board definitions out of arch/armAndre Przywara1-1/+19
2022-03-25pci: Add defines for normal and subtractive PCI bridgesPali Rohár1-1/+1
2022-01-12vexpress64: Remove unused macro XR3PCI_ECAM_OFFSETPali Rohár1-4/+0
2022-01-04vexpress64: Enable VIRTIO_NET network driverPeter Hoyes1-0/+7
2022-01-04vexpress64: Enable OF_CONTROL and OF_BOARD for VExpress64Peter Hoyes3-1/+39
2022-01-04vexpress64: Refactor header file to make it easier to add new FVPsPeter Hoyes1-1/+1
2021-10-27sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias Apalodimas1-2/+5
2021-10-19arm: total_compute: increase DRAM to 8GBUsama Arif1-0/+3
2021-09-24ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU.Kristian Amlie4-0/+191
2021-09-03Revert most of the series for adding vexpress_aemv8r supportWIP/03Sep2021-nextTom Rini3-30/+2
2021-09-02vexpress64: Add BASER_FVP vexpress board variantPeter Hoyes3-2/+30
2021-07-06ARM: integrator: Drop PCI supportLinus Walleij4-651/+0
2021-04-10arm: Remove vexpress_ca15_tc2 boardTom Rini5-343/+0
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler3-3/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass4-0/+4
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass3-3/+3
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass3-6/+6
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass3-3/+3
2020-11-19arm: vexpress: don't reset flags in board_init to avoid losing previous onesArnaud Aujon Chevallier1-1/+0
2020-08-24board: armltd: Add support for Total Compute platformUsama Arif4-0/+92
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada4-5/+5
2020-07-07arm: juno: Enable PCIAndre Przywara1-5/+9
2020-07-07arm: juno: Enable DM_ETHAndre Przywara1-0/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass3-1/+4
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop bootstage.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop net.h from common headerSimon Glass3-0/+3
2020-05-07arm: juno: Use PSCI based resetAndre Przywara1-3/+1
2020-05-07arm: juno: Enable OF_CONTROLAndre Przywara2-0/+64
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass2-0/+2
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2020-01-17common: Move get_tbclk() to time.hSimon Glass1-1/+1
2019-12-02common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-02arm: powerpc: Tidy up code style for cache functionsSimon Glass1-1/+1
2019-12-02common: Move some SMP functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-08-31Revert "vexpress64: fvp dram: add DRAM configuration"Ryan Harkin2-6/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-06-21vexpress64: fix a typo of SPDX-License-IdentifierMasahiro Yamada1-2/+1
2018-11-26Drop CONFIG_INIT_CRITICALBin Meng1-3/+1
2018-10-10arm: remove prototype for get_timer_maskedPatrick Delaunay1-22/+23