index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
cpu
/
pxa
Commit message (
Expand
)
Author
Age
Files
Lines
*
pxa: add support for D- and I- caches
Vasily Khoruzhick
2016-03-27
3
-0
/
+73
*
pxa: start.S: enable SRAM clock
Vasily Khoruzhick
2016-03-27
1
-1
/
+9
*
ARM: start.S: fix typo
Yuichiro Goto
2016-02-29
1
-1
/
+1
*
arm: pxa: clean-up include file order
Marcel Ziswiler
2015-08-24
2
-3
/
+3
*
arm: pxa: use common timer functions
Andrew Ruder
2015-08-24
1
-68
/
+1
*
pxa: Fix boot hang by avoiding vector relocation
Andrew Ruder
2015-08-24
2
-0
/
+24
*
ARM: move -march=* and -mtune= options to arch/arm/Makefile
Masahiro Yamada
2015-03-27
1
-2
/
+0
*
remove unnecessary version.h includes
Rob Herring
2015-03-24
1
-1
/
+0
*
arm: pxa: introducing cpuinfo display for marvell pxa270m
Marcel Ziswiler
2015-03-05
1
-2
/
+15
*
arm: move exception handling out of start.S files
Albert ARIBAUD
2014-05-15
1
-244
/
+1
*
arm: remove unused _end_vect and _vectors_end symbols
Albert ARIBAUD
2014-05-15
1
-2
/
+0
*
arm: pxa: move SP check from start.S to cpuinfo.c
Albert ARIBAUD
2014-05-15
2
-6
/
+6
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-02-26
1
-27
/
+0
|
\
|
*
arm: remove unneeded symbol offsets and _TEXT_BASE
Albert ARIBAUD
2014-02-26
1
-27
/
+0
*
|
kbuild: rename OBJCFLAGS to OBJCOPYFLAGS
Masahiro Yamada
2014-02-25
1
-1
/
+1
|
/
*
ARM: merge commonly-defined PLATFORM_RELFLAGS
Masahiro Yamada
2014-01-24
1
-7
/
+0
*
ARM: pxa: Fix OneNAND SPL builds
Marek Vasut
2014-01-13
1
-0
/
+13
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-01-10
1
-0
/
+1
|
\
|
*
ARM: pxa: prevent PXA270 occasional reboot freezes
Sergei Ianovich
2013-12-18
1
-0
/
+1
*
|
ARM:PXA: Correct tick_to_time / us_to_tick to use lldiv
Tom Rini
2013-12-13
1
-2
/
+2
|
/
*
ARM: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-31
1
-30
/
+6
*
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-10-14
1
-1
/
+1
*
ARM: refactor compiler options in config.mk
Masahiro Yamada
2013-09-23
1
-2
/
+0
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
7
-116
/
+7
*
pxa: use -mcpu=xscale compiler option
Mike Dunn
2013-06-22
1
-1
/
+1
*
pxa: turn icache off in cpu_init_crit()
Mike Dunn
2013-06-22
1
-2
/
+1
*
arm: pxa: config option for PXA270 turbo mode
Sergey Yanovich
2013-06-12
1
-1
/
+1
*
arm: factorize relocate_code routine
Albert ARIBAUD
2013-05-30
1
-81
/
+11
*
arm: do not compile relocate_code() for SPL builds
Albert ARIBAUD
2013-05-30
1
-6
/
+2
*
pxa: Add weak attribute to reset_cpu() function
Łukasz Dałek
2013-05-05
1
-1
/
+1
*
BUGFIX: arm: data abort in get_bad_stack_swi
Tetsuyuki Kobayashi
2013-04-13
1
-1
/
+2
*
Merge branch 'u-boot/master' into 'u-boot-arm/master'
Albert ARIBAUD
2013-04-12
2
-653
/
+0
|
\
|
*
lcd, pxafb: move the pxafb to drivers/video
Jeroen Hofstee
2013-03-21
2
-651
/
+0
|
*
common/lcd.c: cleanup use of global variables
Wolfgang Denk
2013-03-21
1
-2
/
+0
*
|
arm: Remove unused relocate_code() parameters
Benoît Thébaudeau
2013-04-12
1
-4
/
+2
*
|
arm: relocate_code(): Use __image_copy_end for end of relocation
Benoît Thébaudeau
2013-04-12
1
-1
/
+5
*
|
arm: relocate_code(): Remove useless relocation offset computation
Benoît Thébaudeau
2013-04-12
1
-5
/
+3
*
|
arm: relocate_code() is no longer noreturn
Benoît Thébaudeau
2013-04-12
1
-3
/
+1
*
|
arm: start.S: Fix _TEXT_BASE for SPL
Benoît Thébaudeau
2013-04-12
1
-1
/
+1
|
/
*
Replace __bss_end__ with __bss_end
Simon Glass
2013-03-15
1
-1
/
+1
*
arm: Move lastinc to arch_global_data
Simon Glass
2013-02-01
1
-1
/
+1
*
arm: Move tbl to arch_global_data
Simon Glass
2013-02-01
1
-1
/
+1
*
pxa: Save lr register in relocate_code function
Łukasz Dałek
2013-01-14
1
-0
/
+2
*
arm: move C runtime setup code in crt0.S
Albert ARIBAUD
2013-01-08
1
-52
/
+11
*
pxa: Add code to examine cpu model and revision
Lukasz Dalek
2012-10-15
1
-2
/
+9
*
arm: Fixed the offset for the no relocation.
Zhong Hongbo
2012-10-04
1
-0
/
+1
*
arm: Fix to mistake clean the memory space
Zhong Hongbo
2012-07-20
1
-3
/
+5
*
arm: Use common .lds file where possible
Simon Glass
2012-03-30
1
-86
/
+0
*
PXA: Fix missing get_tbclk() breaking vpac boards
Marek Vasut
2012-03-26
1
-0
/
+5
*
usb: replace wait_ms() with mdelay()
Mike Frysinger
2012-03-19
1
-1
/
+1
[next]