aboutsummaryrefslogtreecommitdiff
path: root/board/armltd/vexpress64/vexpress64.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-27sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias 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-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-13dm: 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-07arm: juno: Enable DM_ETHAndre Przywara1-0/+2
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: 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 Przywara1-0/+57
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
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-07-15armv8: mmu: Add support of non-identical mappingYork Sun1-2/+4
2016-03-15vexpress64: Add MMU tablesAlexander Graf1-0/+21
2015-11-21vexpress64: use 2nd DRAM bank only on junoRyan Harkin1-0/+2
2015-11-21vexpress64: compile Juno PCIe conditionallyRyan Harkin1-0/+7
2015-10-19vexpress64: Juno: Add initialisation code for Juno R1 PCIe host bridge.Liviu Dudau1-0/+2
2015-10-19vexpress64: Juno: Declare all 8GB of RAM and make them visible to the kernel.Liviu Dudau1-0/+8
2015-04-23vexpress64: use DM for all vexpress64 boardsLinus Walleij1-1/+1
2015-04-03Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+13
2015-03-28vexpress64: remove board late init, use smhloadLinus Walleij1-96/+0
2015-03-27ARMv8: enable DM in vexpress64 boardDavid Feng1-0/+13
2015-03-09armv8/vexpress64: make multientry conditionalLinus Walleij1-6/+0
2015-03-05vexpress64: juno: support SMC9118 ethernetLinus Walleij1-0/+3
2014-07-03arm: Add support for semihosting for armv8 fastmodel targets.Darwin Rambo1-5/+96
2014-01-09arm64: board support of vexpress_aemv8aDavid Feng1-0/+56