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
/
cpu
/
start.S
Age
Commit message (
Expand
)
Author
2011-02-12
x86: Fix incorrect usage of relocation offset
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: Use Cache-As-RAM for initial stack
Graeme Russ
2011-02-12
x86: Move initial gd to fixed location
Graeme Russ
2011-02-12
x86: Call early_board_init when warm booting
Graeme Russ
2011-02-12
x86: Add processor flags header from linux
Graeme Russ
2011-02-12
x86: Fix mangled umlauts
Graeme Russ
2010-10-07
x86: Implement fully relocatable image
Graeme Russ
2010-10-07
x86: Set cold/warm boot flag
Graeme Russ
2010-10-07
x86: Place global data below stack before entering C
Graeme Russ
2010-10-07
x86: Dont clobber %eax after getting memory size
Graeme Russ
2010-10-07
x86: Don't clobber %ebx
Graeme Russ
2010-10-07
x86: Remove usage of %ebp as a return pointer
Graeme Russ
2010-10-07
x86: Move ECC initialisation outside RAM initialisation
Graeme Russ
2010-10-07
x86: Remove progress indication in low-level init
Graeme Russ
2010-10-07
x86: Change compiler options
Graeme Russ
2010-10-07
x86: Coding Style Cleanup
Graeme Russ
2010-10-07
x86: Move loading of GTD to C code
Graeme Russ
2010-05-06
x86: Move GDT to a safe location in RAM
Graeme Russ
2010-05-06
x86: Add RAM bootstrap functionality
Graeme Russ
2010-05-06
x86: Split sc520 memory sizing versus reporting
Graeme Russ
2010-04-13
i386: Move cpu/i386/* to arch/i386/cpu/*
Peter Tyser