summaryrefslogtreecommitdiffstats
path: root/board/armltd
Commit message (Expand)AuthorAgeFilesLines
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-023-3/+3
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-024-0/+4
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-053-3/+3
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-133-6/+6
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-133-3/+3
* arm: vexpress: don't reset flags in board_init to avoid losing previous onesArnaud Aujon Chevallier2020-11-191-1/+0
* board: armltd: Add support for Total Compute platformUsama Arif2020-08-244-0/+92
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-174-5/+5
* arm: juno: Enable PCIAndre Przywara2020-07-071-5/+9
* arm: juno: Enable DM_ETHAndre Przywara2020-07-071-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-183-1/+4
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop bootstage.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop net.h from common headerSimon Glass2020-05-183-0/+3
* arm: juno: Use PSCI based resetAndre Przywara2020-05-071-3/+1
* arm: juno: Enable OF_CONTROLAndre Przywara2020-05-072-0/+64
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-172-0/+2
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-171-0/+1
* common: Move get_tbclk() to time.hSimon Glass2020-01-171-1/+1
* common: Move pci_init_board() out of common.hSimon Glass2019-12-021-0/+1
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* arm: powerpc: Tidy up code style for cache functionsSimon Glass2019-12-021-1/+1
* common: Move some SMP functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* Revert "vexpress64: fvp dram: add DRAM configuration"Ryan Harkin2019-08-312-6/+1
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* vexpress64: fix a typo of SPDX-License-IdentifierMasahiro Yamada2019-06-211-2/+1
* Drop CONFIG_INIT_CRITICALBin Meng2018-11-261-3/+1
* arm: remove prototype for get_timer_maskedPatrick Delaunay2018-10-101-22/+23
* arm: remove prototype for udelay_maskedPatrick Delaunay2018-10-101-6/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0713-29/+13
* vexpress: fix syntax error in armv7_boot_nonsec_default()Heinrich Schuchardt2018-04-131-1/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* vexpress: Sign up as maintainerLinus Walleij2018-02-191-6/+2
* mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototypePatrice Chotard2017-11-171-1/+2
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* arm: Add explicit include of <asm/mach-types.h>Simon Glass2017-06-052-0/+2
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-012-2/+2
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-052-2/+6
* vexpress64: Juno: Change PCI buss addresses for IO to start from zero.Liviu Dudau2016-11-291-1/+1
* vexpress: disable cci ace slave ports when booting in non-sec/hyp modeSudeep Holla2016-10-071-0/+52
* vexpress: Check TC2 firmware support before defaulting to nonsec bootingJon Medhurst \(Tixy\)2016-08-152-0/+34
* armv8: mmu: Add support of non-identical mappingYork Sun2016-07-151-2/+4
* vexpress64: Add MMU tablesAlexander Graf2016-03-151-0/+21
* vexpress64: use 2nd DRAM bank only on junoRyan Harkin2015-11-211-0/+2
* vexpress64: compile Juno PCIe conditionallyRyan Harkin2015-11-213-3/+9
* Juno: don't print PCI debug information by defaultAndre Przywara2015-11-211-1/+1
* vexpress64: Juno: Add initialisation code for Juno R1 PCIe host bridge.Liviu Dudau2015-10-194-1/+206