summaryrefslogtreecommitdiff
path: root/board/armltd/vexpress64
AgeCommit message (Expand)AuthorFilesLines
2023-04-25vexpress64: Enable VIRTIO_MMIO and RTC_PL031 in the base modelPeter Hoyes1-0/+5
2023-04-25vexpress64: Use OF_HAS_PRIOR_STAGE for BASE_FVP variantPeter Hoyes1-1/+1
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_PL011_CLOCK to CFGTom Rini1-1/+1
2022-12-08global: Remove extraneous DM_ETH imply/selectTom Rini1-1/+0
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-2/+2
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-2/+2
2022-09-29vexpress64: also consider DTB pointer in x1Andre Przywara2-5/+24
2022-08-12net: Remove smc91111 ethernet driverTom Rini1-3/+0
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-05vexpress64: Enable VIRTIO_NET network driverPeter Hoyes1-0/+7
2022-01-05vexpress64: Enable OF_CONTROL and OF_BOARD for VExpress64Peter Hoyes3-1/+39
2022-01-05vexpress64: Refactor header file to make it easier to add new FVPsPeter Hoyes1-1/+1
2021-10-27sandbox: Remove OF_HOSTFILEIlias Apalodimas1-2/+5
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-07-08arm: juno: Enable PCIAndre Przywara1-5/+9
2020-07-08arm: juno: Enable DM_ETHAndre Przywara1-0/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
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 reset_cpu() to the CPU headerSimon Glass1-0/+1
2019-08-31Revert "vexpress64: fvp dram: add DRAM configuration"Ryan Harkin2-6/+1
2019-06-21vexpress64: fix a typo of SPDX-License-IdentifierMasahiro Yamada1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-5/+2
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2016-11-29vexpress64: Juno: Change PCI buss addresses for IO to start from zero.Liviu Dudau1-1/+1
2016-07-15armv8: mmu: Add support of non-identical mappingYork Sun1-2/+4
2016-03-15vexpress64: Add MMU tablesAlexander Graf1-0/+21
2015-11-22vexpress64: use 2nd DRAM bank only on junoRyan Harkin1-0/+2
2015-11-22vexpress64: compile Juno PCIe conditionallyRyan Harkin3-3/+9
2015-11-22Juno: don't print PCI debug information by defaultAndre Przywara1-1/+1
2015-10-20vexpress64: Juno: Add initialisation code for Juno R1 PCIe host bridge.Liviu Dudau4-1/+206
2015-10-20vexpress64: Juno: Declare all 8GB of RAM and make them visible to the kernel.Liviu Dudau1-0/+8
2015-10-12vexpress64: fvp dram: add DRAM configurationRyan Harkin2-1/+6