index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
i386
/
lib
Age
Commit message (
Expand
)
Author
2011-02-12
x86: Convert board_init_f to use an init_sequence
Graeme Russ
2011-02-12
x86: Rearrange function calls in board_init_f
Graeme Russ
2011-02-12
x86: Split board_init_f() into init_fnc_t compatible functions
Graeme Russ
2011-02-12
x86: Fix incorrect usage of relocation offset
Graeme Russ
2011-02-12
x86: Move console initialisation into board_init_f
Graeme Russ
2011-02-12
x86: Move test for cold boot into init functions
Graeme Russ
2011-02-12
x86: Move call to dram_init_f into board_init_f
Graeme Russ
2011-02-12
x86: Defer setup of final stack
Graeme Russ
2011-02-12
sc520: Move RAM sizing code from asm to C
Graeme Russ
2011-02-12
x86: Move initial gd to fixed location
Graeme Russ
2011-02-12
x86: Fix mangled umlauts
Graeme Russ
2011-02-12
x86: Parametize values used in linker script
Graeme Russ
2010-11-17
Switch from archive libraries to partial linking
Sebastien Carlier
2010-10-18
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
Wolfgang Denk
2010-10-07
x86: Implement fully relocatable image
Graeme Russ
2010-10-07
x86: Use loops instead of memcpy/memset in board_init_f
Graeme Russ
2010-10-07
x86: Rearrange linker script
Graeme Russ
2010-10-07
x86: Rename linker script symbols
Graeme Russ
2010-10-07
x86: Place global data below stack before entering C
Graeme Russ
2010-10-07
x86: zboot update
Graeme Russ
2010-09-23
Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature
Stefan Roese
2010-09-12
x86: Fix do_go_exec() - const argv[]
Graeme Russ
2010-08-03
Rename getenv_r() into getenv_f()
Wolfgang Denk
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-05-05
x86: Fix support for booting bzImage
Graeme Russ
2010-05-05
x86: Provide weak PC/AT compatibility setup function
Graeme Russ
2010-05-05
x86: Use CONFIG_SERIAL_MULTI
Graeme Russ
2010-05-05
x86: Fix copying of Real-Mode code into RAM
Graeme Russ
2010-05-05
x86: Pass relocation offset into Global Data
Graeme Russ
2010-05-05
x86: Fix do_go_exec()
Graeme Russ
2010-05-05
x86: #ifdef out getenv_IPaddr()
Graeme Russ
2010-04-13
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser