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
/
i386
/
lib
/
board.c
Age
Commit message (
Expand
)
Author
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-09-23
Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature
Stefan Roese
2010-09-13
x86: Fix do_go_exec() - const argv[]
Graeme Russ
2010-08-04
Rename getenv_r() into getenv_f()
Wolfgang Denk
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-05-06
x86: Provide weak PC/AT compatibility setup function
Graeme Russ
2010-05-06
x86: Use CONFIG_SERIAL_MULTI
Graeme Russ
2010-05-06
x86: Pass relocation offset into Global Data
Graeme Russ
2010-05-06
x86: Fix do_go_exec()
Graeme Russ
2010-05-06
x86: #ifdef out getenv_IPaddr()
Graeme Russ
2010-04-13
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser