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
/
cpu
/
arm926ejs
/
spear
Age
Commit message (
Expand
)
Author
2018-10-10
arm: remove prototype for get_timer_masked
Patrick Delaunay
2018-10-10
arm: remove prototype for udelay_masked
Patrick Delaunay
2018-09-25
arm: spear: enable SSP1, 2 and 3 clocks when SPI controller driver is built
Quentin Schulz
2018-09-10
arm: spear: enable GPIO3 and 4 clocks when the GPIO controller driver is built
Quentin Schulz
2018-09-10
ARM: CPU: arm926ejs: Consolidate cache routines to common file
Adam Ford
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-08
net: Move enetaddr env access code to env config instead of net config
Alex Kiernan
2017-08-26
arch/arm/cpu/arm926ejs/spear/cpu.c: guard do_switch_ecc() with CONFIG_NAND_FSMC
Thomas Petazzoni
2017-08-26
board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/
Thomas Petazzoni
2017-08-13
arm: spear: do not return random value from stack
xypron.glpk@gmx.de
2016-09-16
spear: Use upper case for CONFIG options
Simon Glass
2015-09-11
arm: spear: Add command to switch between 1-bit HW ECC and SW BCH4
Stefan Roese
2015-08-28
arm: spear: Enable caches on SPEAr
Stefan Roese
2015-08-28
arm: spear: Move to common SPL infrastructure
Stefan Roese
2015-08-19
usb: spear: Add support for both SPEAr600 EHCI controllers
Stefan Roese
2015-04-18
Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig
Simon Glass
2014-10-29
i2c: designware: Convert driver to multibus/multiadapter framework
Stefan Roese
2014-05-15
arm: move exception handling out of start.S files
Albert ARIBAUD
2014-02-26
arm: make _end compiler-generated
Albert ARIBAUD
2013-12-07
arm: keep all sections in ELF file
Albert ARIBAUD
2013-10-31
arm926ejs: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-14
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-21
remove all references to .dynsym
Albert ARIBAUD
2013-05-01
lib: consolidate hang()
Andreas Bießmann
2013-04-12
Merge branch 'u-boot/master' into 'u-boot-arm/master'
Albert ARIBAUD
2013-04-12
arm: Make all linker scripts compatible with per-symbol sections
Benoît Thébaudeau
2013-04-01
Consolidate bool type
York Sun
2013-03-18
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2013-03-15
Replace __bss_end__ with __bss_end
Simon Glass
2013-03-12
Remove linker lists (LGAs) from SPL linker scripts
Albert ARIBAUD
2013-02-01
arm: Move lastinc to arch_global_data
Simon Glass
2013-02-01
arm: Move tbl to arch_global_data
Simon Glass
2012-10-22
common: Discard the __u_boot_cmd section
Marek Vasut
2012-10-22
common: Add .u_boot_list into all linker files
Marek Vasut
2012-07-07
SPL: ARM: spear: Add SPL support for SPEAr600 platform
Stefan Roese
2012-07-07
SPEAr: explicitly select clk src for UART
Shiraz Hashim
2012-07-07
SPEAr: Add basic arch related support for SPEAr SoCs
Vipin KUMAR
2011-10-15
punt unused clean/distclean targets
Mike Frysinger
2011-07-26
Timer: Remove reset_timer_masked()
Graeme Russ
2011-07-26
Timer: Remove reset_timer() for non-Nios2 arches
Graeme Russ
2011-07-26
Timer: Remove set_timer completely
Graeme Russ
2011-02-02
arm926ejs: timer: Replace bss variable by gdr
Heiko Schocher
2010-11-17
Switch from archive libraries to partial linking
Sebastien Carlier
2010-04-13
arm: Move cpu/$CPU to arch/arm/cpu/$CPU
Peter Tyser