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
/
coreboot
Age
Commit message (
Expand
)
Author
2014-11-21
x86: Use the standard dram_init() function
Simon Glass
2014-03-28
kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib
Masahiro Yamada
2013-11-01
x86: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-14
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-08-19
SPDX-License-Identifier: convert BSD-3-Clause files
Wolfgang Denk
2013-08-02
config: don't define CONFIG_ARCH_DEVICE_TREE
Stephen Warren
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-05-13
x86: Add coreboot timestamps
Simon Glass
2013-05-13
x86: Support adding coreboot timestanps to bootstage
Simon Glass
2013-05-13
x86: Add TSC timer
Simon Glass
2013-05-13
x86: Implement panic output for coreboot
Simon Glass
2013-04-15
x86: Fix DRAM bank size init with generic board
Simon Glass
2013-03-15
x86: Use sections header to obtain link symbols
Simon Glass
2013-03-04
x86: Permit bootstage and timer data to be used prior to relocation
Simon Glass
2013-03-04
x86: Add function to get top of usable ram
Simon Glass
2012-12-06
x86: drop unused code in coreboot.c
Stefan Reinauer
2012-12-06
x86: Remove coreboot_ from file name
Stefan Reinauer
2012-12-06
x86: Provide a way to throttle port80 accesses
Vadim Bendebury
2012-12-06
x86: Issue SMI to finalize Coreboot in final stage
Duncan Laurie
2012-12-06
x86: Fix MTRR clear to detect which MTRR to use
Duncan Laurie
2012-12-06
x86: Emit port 80 post codes in show_boot_progress()
Stefan Reinauer
2012-12-06
x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctly
Gabe Black
2012-12-06
x86: Override calculate_relocation_address to use the e820 map
Gabe Black
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: 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: 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
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