index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
include
/
asm
/
u-boot-arm.h
Age
Commit message (
Expand
)
Author
2018-10-10
arm: remove duplicated prototypes in u-boot.arm.h
Patrick Delaunay
2018-10-10
arm: remove prototype for get_timer_masked
Patrick Delaunay
2018-10-10
arm: remove prototype for udelay_masked
Patrick Delaunay
2018-10-10
arm: remove prototype for reset_timer_masked
Patrick Delaunay
2018-10-10
arm: remove prototype for arch_interrupt_init
Patrick Delaunay
2018-06-03
Define board_quiesce_devices() in a shared location
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-06-05
arm: Add declarations to avoid needing to include headers
Simon Glass
2017-06-05
arm: Make u-boot-arm.h a private header
Simon Glass
2017-04-05
Move dram_init_banksize() to a common header
Simon Glass
2017-04-05
board_f: Drop setup_dram_config() wrapper
Simon Glass
2016-11-17
ls2080: Exit dpaa only right before exiting U-Boot
Alexander Graf
2015-02-09
common: Move dram_init() declaration to common location
Michal Simek
2014-10-25
arm: vectors: provide protypes from vectors.S
Jeroen Hofstee
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-05-14
arm: Refactor bootm to reduce #ifdefs
Simon Glass
2013-03-15
arm: Use sections header to obtain link symbols
Simon Glass
2012-07-07
ARM: introduce arch_early_init_r()
Fabio Estevam
2011-12-09
arm: Move CP15 init out of cpu_init_crit()
Simon Glass
2011-08-01
Unify timer_init() and cpu_init() prototypes
Wolfgang Denk
2011-08-01
ARM: fix error: conflicting types for 'setenv'
seedshope
2011-03-27
arm: fix incorrect monitor protection region in FLASH
Po-Yu Chuang
2010-10-29
Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC
Wolfgang Denk
2010-10-13
arm: implement ELF relocations
Albert Aribaud
2010-09-19
ARM: add relocation support
Heiko Schocher
2010-04-13
Move architecture-specific includes to arch/$ARCH/include/asm
Peter Tyser