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
/
include
Age
Commit message (
Expand
)
Author
2011-02-12
x86: Split board_init_f() into init_fnc_t compatible functions
Graeme Russ
2011-02-12
x86: Move call to dram_init_f into board_init_f
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
sc520: Define MMCR address in include file
Graeme Russ
2011-02-12
x86: Make cpu init functions weak
Graeme Russ
2011-02-12
x86: Add processor flags header from linux
Graeme Russ
2011-02-12
x86: Move Global Descriptor Table defines to processor.h
Graeme Russ
2011-02-12
x86: Fix definition of global_data struct for asm-offsets.c
Graeme Russ
2010-10-29
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
Wolfgang Denk
2010-10-26
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
Wolfgang Denk
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: Fix %ss and %esp in register structure for interrupts
Graeme Russ
2010-10-07
x86: Change compiler options
Graeme Russ
2010-10-07
x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards
Graeme Russ
2010-09-19
arm: get rid of bi_env
Heiko Schocher
2010-09-19
New implementation for internal handling of environment variables.
Wolfgang Denk
2010-09-19
Make getenv() work before relocation.
Wolfgang Denk
2010-05-26
Coding style cleanup, update CHANGELOG.
Wolfgang Denk
2010-05-06
sc520: Board Specific PCI Init
Graeme Russ
2010-05-06
sc520: Move PCI defines to PCI include file
Graeme Russ
2010-05-06
sc520: Allow boards to override udelay
Graeme Russ
2010-05-06
x86: Fix support for booting bzImage
Graeme Russ
2010-05-06
x86: Provide weak PC/AT compatibility setup function
Graeme Russ
2010-05-06
x86: Add unaligned.h
Graeme Russ
2010-04-13
i386: Move cpu/i386/* to arch/i386/cpu/*
Peter Tyser
2010-04-13
Move architecture-specific includes to arch/$ARCH/include/asm
Peter Tyser