summaryrefslogtreecommitdiff
path: root/board/armltd
AgeCommit message (Expand)AuthorFilesLines
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-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass3-6/+6
2020-12-14dm: 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-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 Glass3-1/+4
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop bootstage.h from common headerSimon Glass2-0/+2
2020-05-19common: 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-03common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03arm: powerpc: Tidy up code style for cache functionsSimon Glass1-1/+1
2019-12-03common: Move some SMP functions out of common.hSimon Glass1-0/+1
2019-12-03common: 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
2018-10-10arm: remove prototype for udelay_maskedPatrick Delaunay1-6/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini13-29/+13
2018-04-14vexpress: fix syntax error in armv7_boot_nonsec_default()Heinrich Schuchardt1-1/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-02-19vexpress: Sign up as maintainerLinus Walleij1-6/+2
2017-11-17mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototypePatrice Chotard1-1/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-06-05arm: Add explicit include of <asm/mach-types.h>Simon Glass2-0/+2
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass2-2/+2
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass2-2/+6
2016-11-29vexpress64: Juno: Change PCI buss addresses for IO to start from zero.Liviu Dudau1-1/+1
2016-10-07vexpress: disable cci ace slave ports when booting in non-sec/hyp modeSudeep Holla1-0/+52
2016-08-16vexpress: Check TC2 firmware support before defaulting to nonsec bootingJon Medhurst \(Tixy\)2-0/+34
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