summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/u-boot-arm.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-01arm64: Save esr in pt_regsSean Anderson1-6/+1
2020-01-17common: Move reset_misc() function to arch headerSimon Glass1-0/+2
2020-01-17common: arm: Move s_init() to an ARM-specific headerSimon Glass1-0/+2
2018-10-10arm: remove duplicated prototypes in u-boot.arm.hPatrick Delaunay1-3/+0
2018-10-10arm: remove prototype for get_timer_maskedPatrick Delaunay1-3/+0
2018-10-10arm: remove prototype for udelay_maskedPatrick Delaunay1-1/+0
2018-10-10arm: remove prototype for reset_timer_maskedPatrick Delaunay1-1/+0
2018-10-10arm: remove prototype for arch_interrupt_initPatrick Delaunay1-1/+0
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-05arm: Add declarations to avoid needing to include headersSimon Glass1-0/+2
2017-06-05arm: Make u-boot-arm.h a private headerSimon Glass1-0/+4
2017-04-05Move dram_init_banksize() to a common headerSimon Glass1-1/+0
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+1
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf1-0/+1
2015-02-09common: Move dram_init() declaration to common locationMichal Simek1-1/+0
2014-10-25arm: vectors: provide protypes from vectors.SJeroen Hofstee1-0/+15
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-14arm: Refactor bootm to reduce #ifdefsSimon Glass1-2/+0
2013-03-16arm: Use sections header to obtain link symbolsSimon Glass1-4/+0
2012-07-07ARM: introduce arch_early_init_r()Fabio Estevam1-0/+1
2011-12-09arm: Move CP15 init out of cpu_init_crit()Simon Glass1-0/+3
2011-08-01Unify timer_init() and cpu_init() prototypesWolfgang Denk1-3/+0
2011-08-01ARM: fix error: conflicting types for 'setenv'seedshope1-8/+0
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang1-0/+1
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk1-6/+0
2010-10-13arm: implement ELF relocationsAlbert Aribaud1-7/+7
2010-09-19ARM: add relocation supportHeiko Schocher1-1/+13
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser1-0/+70