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
2014-10-28
x86: Add support for starting 64-bit kernel
Simon Glass
2014-10-28
x86: Display basic CPU information on boot
Simon Glass
2014-10-28
x86: Move paging functions into cpu.c
Simon Glass
2014-10-23
dm: x86: Support pre-reloc malloc()
Simon Glass
2014-10-23
dm: x86: Zero global data before board_init_f()
Simon Glass
2014-10-22
x86: Fix GDT limit in start16.S
Bin Meng
2014-10-22
x86: Fix rom version build with CONFIG_X86_RESET_VECTOR
Bin Meng
2014-07-30
kconfig: delete redundant CONFIG_${ARCH} definition
Masahiro Yamada
2014-06-23
x86: Enable 32-bit build using x86_64 multilib toolchain
Vasili Galka
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: Remove old broken timer implementation
Simon Glass
2013-05-13
x86: Add TSC timer
Simon Glass
2013-05-13
x86: Rationalise kernel booting logic and bootstage
Simon Glass
2013-05-13
x86: Implement panic output for coreboot
Simon Glass
2013-05-13
x86: Declare global_data pointer when it is used
Simon Glass
2013-05-13
x86: Remove unused portion of link script
Simon Glass
2013-04-15
x86: Fix DRAM bank size init with generic board
Simon Glass
2013-03-18
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2013-03-15
x86: Use sections header to obtain link symbols
Simon Glass
2013-03-12
Refactor linker-generated arrays
Albert ARIBAUD
2013-03-04
x86: Rearrange the output input to remove BSS
Simon Glass
2013-03-04
x86: Add an __end symbol to signal the end of the U-Boot binary
Simon Glass
2013-03-04
x86: Permit bootstage and timer data to be used prior to relocation
Simon Glass
2013-03-04
x86: Add basic cache operations
Simon Glass
2013-03-04
x86: Add function to get top of usable ram
Simon Glass
2013-02-14
x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR
Simon Glass
2013-02-14
x86: Remove sc520 cpu
Simon Glass
2013-02-01
x86: Move gd_addr into arch_global_data
Simon Glass
2013-02-01
x86: Set up the global data pointer in C instead of asm
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: Provide tick counter and frequency reference for Intel core architecture
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: Add back cold- and warm-boot flags
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: Add basic cache operations
Stefan Reinauer
2012-12-06
x86: Fill in the dram info using the e820 map on coreboot/x86
Gabe Black
[next]