Commit Graph

263 Commits (71cbe0d681d4288d090a404273ce6b0c1c14b617)

Author SHA1 Message Date
Simon Glass 94060ff278 x86: ivybridge: Check BIST value on boot 10 years ago
Simon Glass f5fbbe9579 x86: ivybridge: Perform initial CPU setup 10 years ago
Simon Glass 378a8634ad x86: Tidy up coreboot header usage 10 years ago
Simon Glass 2b6051541b x86: ivybridge: Add early LPC init so that serial works 10 years ago
Simon Glass 6fb3b72e87 x86: pci: Allow configuration before relocation 10 years ago
Simon Glass 6e5b12b614 x86: ivybridge: Enable PCI in early init 10 years ago
Simon Glass 7430f10864 x86: Support use of PCI before relocation 10 years ago
Simon Glass d188b18f65 x86: Refactor PCI to permit alternate init 10 years ago
Simon Glass 70a09c6c3d x86: chromebook_link: Implement CAR support (cache as RAM) 10 years ago
Simon Glass d1cd045982 x86: Emit post codes in startup code for Chromebooks 10 years ago
Simon Glass 8ef07571a0 x86: Add chromebook_link board 10 years ago
Masahiro Yamada a5eb04db1a x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory 10 years ago
Simon Glass 727c1a9871 x86: Replace fill_processor_name() with cpu_get_name() 10 years ago
Simon Glass 6cba6b9209 x86: Fix a warning with gcc 4.4.4 10 years ago
Bin Meng 52f952bf5e x86: Do CPU identification in the early phase 10 years ago
Simon Glass f67cd51e65 x86: Save the BIST value on reset 10 years ago
Simon Glass e1ffd81797 x86: Fix up some missing prototypes 10 years ago
Simon Glass 8b37c7694f x86: Use the standard arch_cpu_init() function 10 years ago
Simon Glass 07387d1769 x86: Use the standard dram_init() function 10 years ago
Simon Glass 76f90f3020 x86: Tidy up global descriptor table setup 10 years ago
Simon Glass 3c00695ee1 x86: Invalidate TLB as early as possible 10 years ago
Simon Glass 85d87328ea x86: Remove board_init16() call which is not used 10 years ago
Simon Glass 200182a748 x86: Add support for starting 64-bit kernel 10 years ago
Simon Glass 92cc94a1fe x86: Display basic CPU information on boot 10 years ago
Simon Glass 7bddac947d x86: Move paging functions into cpu.c 10 years ago
Simon Glass 5dbcaa2128 dm: x86: Support pre-reloc malloc() 10 years ago
Simon Glass fbd7282426 dm: x86: Zero global data before board_init_f() 10 years ago
Bin Meng 35d4fed320 x86: Fix GDT limit in start16.S 10 years ago
Bin Meng fb00601ed6 x86: Fix rom version build with CONFIG_X86_RESET_VECTOR 10 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 11 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
Wolfgang Denk cb3761ea99 SPDX-License-Identifier: convert BSD-3-Clause files 11 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