Commit Graph

202 Commits (30181266b74f10fd901b0fc01c974a1196f8829d)

Author SHA1 Message Date
Masahiro Yamada a5eb04db1a x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory 11 years ago
Simon Glass 727c1a9871 x86: Replace fill_processor_name() with cpu_get_name() 11 years ago
Simon Glass 6cba6b9209 x86: Fix a warning with gcc 4.4.4 11 years ago
Bin Meng 52f952bf5e x86: Do CPU identification in the early phase 11 years ago
Simon Glass f67cd51e65 x86: Save the BIST value on reset 11 years ago
Simon Glass e1ffd81797 x86: Fix up some missing prototypes 11 years ago
Simon Glass 8b37c7694f x86: Use the standard arch_cpu_init() function 11 years ago
Simon Glass 07387d1769 x86: Use the standard dram_init() function 11 years ago
Simon Glass 76f90f3020 x86: Tidy up global descriptor table setup 11 years ago
Simon Glass 3c00695ee1 x86: Invalidate TLB as early as possible 11 years ago
Simon Glass 85d87328ea x86: Remove board_init16() call which is not used 11 years ago
Simon Glass 200182a748 x86: Add support for starting 64-bit kernel 11 years ago
Simon Glass 92cc94a1fe x86: Display basic CPU information on boot 11 years ago
Simon Glass 7bddac947d x86: Move paging functions into cpu.c 11 years ago
Simon Glass 5dbcaa2128 dm: x86: Support pre-reloc malloc() 11 years ago
Simon Glass fbd7282426 dm: x86: Zero global data before board_init_f() 11 years ago
Bin Meng 35d4fed320 x86: Fix GDT limit in start16.S 11 years ago
Bin Meng fb00601ed6 x86: Fix rom version build with CONFIG_X86_RESET_VECTOR 11 years ago
Masahiro Yamada 90f984e397 kconfig: delete redundant CONFIG_${ARCH} definition 11 years ago
Vasili Galka dbb7234b2a x86: Enable 32-bit build using x86_64 multilib toolchain 11 years ago
Masahiro Yamada 254d68b601 kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib 11 years ago
Masahiro Yamada 3954b739b3 x86: convert makefiles to Kbuild style 12 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 12 years ago
Wolfgang Denk cb3761ea99 SPDX-License-Identifier: convert BSD-3-Clause files 12 years ago
Stephen Warren 065202803d config: don't define CONFIG_ARCH_DEVICE_TREE 12 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Simon Glass 8f0278eab4 x86: Add coreboot timestamps 12 years ago
Simon Glass 5397d8058c x86: Support adding coreboot timestanps to bootstage 12 years ago
Simon Glass 29756d4447 x86: Remove old broken timer implementation 12 years ago
Simon Glass e761ecdbb8 x86: Add TSC timer 12 years ago
Simon Glass 7949703a95 x86: Rationalise kernel booting logic and bootstage 12 years ago
Simon Glass c78a62acdf x86: Implement panic output for coreboot 12 years ago
Simon Glass 7282d834cd x86: Declare global_data pointer when it is used 12 years ago
Simon Glass 20a8b41d50 x86: Remove unused portion of link script 12 years ago
Simon Glass 8b42dfc3b6 x86: Fix DRAM bank size init with generic board 12 years ago
Simon Glass 86cfb6bdec x86: Use sections header to obtain link symbols 12 years ago
Albert ARIBAUD ef123c5253 Refactor linker-generated arrays 12 years ago
Simon Glass f82d15ead1 x86: Rearrange the output input to remove BSS 12 years ago
Simon Glass 4b491b8dde x86: Add an __end symbol to signal the end of the U-Boot binary 12 years ago
Simon Glass bc2df1afb9 x86: Permit bootstage and timer data to be used prior to relocation 12 years ago
Simon Glass 8937140957 x86: Add basic cache operations 12 years ago
Simon Glass 5e98947f9b x86: Add function to get top of usable ram 12 years ago
Simon Glass 588a13f742 x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR 13 years ago
Simon Glass 1f3a581495 x86: Remove sc520 cpu 13 years ago
Simon Glass 5a35e6c48e x86: Move gd_addr into arch_global_data 13 years ago
Simon Glass 0cecc3b679 x86: Set up the global data pointer in C instead of asm 13 years ago
Stefan Reinauer c94663170b x86: drop unused code in coreboot.c 13 years ago
Stefan Reinauer 2b9d2252aa x86: Remove coreboot_ from file name 13 years ago
Vadim Bendebury 1350f1cce1 x86: Provide a way to throttle port80 accesses 13 years ago
Vadim Bendebury 7c71034d3c x86: Provide tick counter and frequency reference for Intel core architecture 13 years ago