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
/
x86
/
cpu
Age
Commit message (
Expand
)
Author
2012-12-06
x86: Ignore memory >4GB when parsing Coreboot tables
Duncan Laurie
2012-12-06
x86: Clean up MTRR 7 right before jumping to the kernel
Stefan Reinauer
2012-12-06
x86: Add basic cache operations
Stefan Reinauer
2012-12-06
x86: Fill in the dram info using the e820 map on coreboot/x86
Gabe Black
2012-12-06
x86: Enable coreboot timestamp facility support in u-boot.
Vadim Bendebury
2012-11-30
x86: Add a dummy implementation for timer_get_us
Gabe Black
2012-11-30
x86: Add a default implementation for cleanup_before_linux()
Gabe Black
2012-11-30
x86: coreboot: Decode additional coreboot sysinfo tags
Simon Glass
2012-11-30
x86: coreboot: Drop sysinfo.c
Stefan Reinauer
2012-11-28
x86: coreboot: Implement recursively scanning PCI busses
Gabe Black
2012-11-28
x86: coreboot: Tell u-boot about PCI bus 0 when initializing
Gabe Black
2012-11-28
x86: coreboot: Move non-board specific files to coreboot arch directory
Stefan Reinauer
2012-11-28
x86: Allow excluding reset vector code from u-boot
Gabe Black
2012-11-28
x86: Put global data on the stack
Graeme Russ
2012-11-28
x86: Forward declare gd_t
Graeme Russ
2012-10-22
common: Discard the __u_boot_cmd section
Marek Vasut
2012-10-22
common: Add .u_boot_list into all linker files
Marek Vasut
2012-03-06
sc520: fix build warning about unused temp var
Mike Frysinger
2012-01-04
x86: Tweak IDT and GDT for alignment and readability
Graeme Russ
2012-01-04
x86: Create weak init_cache() and default enable_caches() functions
Graeme Russ
2012-01-04
x86: Use fs for global data
Graeme Russ
2012-01-04
x86: Simplify Flash-to-RAM code execution transition
Graeme Russ
2012-01-04
x86: Rework Global Descriptor Table loading
Graeme Russ
2012-01-04
x86: Remove GDR related magic numbers
Graeme Russ
2011-12-19
x86: Add infrastructure to extract an e820 table from the coreboot tables
Gabe Black
2011-12-19
x86: Import code from coreboot's libpayload to parse the coreboot table
Gabe Black
2011-12-19
x86: Initial commit for running as a coreboot payload
Gabe Black
2011-11-29
x86: Fix a few recently added bugs
Gabe Black
2011-11-29
x86: Misc cleanups
Graeme Russ
2011-11-29
x86: Misc PCI touchups
Graeme Russ
2011-11-29
x86: Ensure IDT and GDT remain 16-byte aligned post relocation
Graeme Russ
2011-11-29
x86: Add multiboot header
Graeme Russ
2011-11-29
sc520: Create arch asm-offsets
Graeme Russ
2011-11-29
x86: Punt cold- and warm-boot flags
Graeme Russ
2011-11-29
cosmetic: checkpatch cleanup of arch/x86/cpu/sc520/*.c
Graeme Russ
2011-11-29
cosmetic: checkpatch cleanup of arch/x86/cpu/*.c
Graeme Russ
2011-11-29
x86: Call hang() on unrecoverable exception
Graeme Russ
2011-11-02
x86: Rename include/asm/ic to include/asm/arch-sc520
Graeme Russ
2011-11-02
x86: turn off cache: set control register properly
Ondrej Kupka
2011-08-04
Convert ISO-8859 files to UTF-8
Albert ARIBAUD
2011-07-28
cleanup: Fix typos and misspellings in various files.
Mike Williams
2011-05-19
Minor coding style cleanup.
Wolfgang Denk
2011-04-13
sc520: Move reset to stand-alone file
Graeme Russ
2011-04-13
x86: Rename i386 to x86
Graeme Russ