Commit Graph

391 Commits (30181266b74f10fd901b0fc01c974a1196f8829d)

Author SHA1 Message Date
Simon Glass 2b6051541b x86: ivybridge: Add early LPC init so that serial works 11 years ago
Simon Glass 6fb3b72e87 x86: pci: Allow configuration before relocation 11 years ago
Simon Glass 6e5b12b614 x86: ivybridge: Enable PCI in early init 11 years ago
Simon Glass 7430f10864 x86: Support use of PCI before relocation 11 years ago
Simon Glass d188b18f65 x86: Refactor PCI to permit alternate init 11 years ago
Simon Glass 70a09c6c3d x86: chromebook_link: Implement CAR support (cache as RAM) 11 years ago
Simon Glass d1cd045982 x86: Emit post codes in startup code for Chromebooks 11 years ago
Simon Glass fce7b27683 x86: Build a .rom file which can be flashed to an x86 machine 11 years ago
Simon Glass 8ef07571a0 x86: Add chromebook_link board 11 years ago
Simon Glass 5c1b685e46 x86: Allow timer calibration to work on ivybridge 11 years ago
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 003504b6fe x86: Remove unnecessary find_fdt(), prepare_fdt() functions 11 years ago
Simon Glass 21b9b14b49 x86: Add processor functions to halt and get stack pointer 11 years ago
Simon Glass 6cba6b9209 x86: Fix a warning with gcc 4.4.4 11 years ago
Bin Meng 258b1357c6 x86: Save TSC frequency in the global data 11 years ago
Bin Meng 80de049561 x86: Add quick TSC calibration via PIT 11 years ago
Bin Meng 076bb44b0e x86: Do TSC MSR calibration only for known/supported CPUs 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 bc48806161 x86: Remove REALMODE_BASE which is no longer used 11 years ago
Simon Glass 2c363cb003 x86: Correct a few progress message nits 11 years ago
Simon Glass 61643ae61a x86: bootm: Support booting a 64-bit raw kernel 11 years ago
Simon Glass 76539383ea x86: Move kernel boot function to arch/x86/lib/bootm.c 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 dc68584b42 x86: Bring in msr-index.h from linux 3.8 11 years ago
Simon Glass 7bddac947d x86: Move paging functions into cpu.c 11 years ago
Simon Glass 6bcb8ade30 x86: Use correct printf() format string for uintptr_t 11 years ago
Gabe Black 0d296cc2d3 Provide option to avoid defining a custom version of uintptr_t. 11 years ago
Simon Glass e98a03ca68 dm: x86: Convert coreboot serial to use driver model 11 years ago
Simon Glass d1259c9f5f dm: x86: dts: Add additional info to the serial port node 11 years ago
Simon Glass c15b0b86d1 dm: x86: Add a gpio header for coreboot 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
Simon Glass 9c284ffd93 dm: x86: Remove ebp assembler warning in zimage.c 11 years ago
Masahiro Yamada 45ccec8f29 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig 11 years ago
Masahiro Yamada dd43fa22de x86: set CONFIG_USE_PRIVATE_LIBGCC to y 11 years ago
Simon Glass 6ddc4fd822 x86: Add device tree information for Chrome OS EC 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
Simon Glass 97d1e0c850 x86: Allow cmdline setup in setup_zimage() to be optional 11 years ago
Simon Glass 0d0ba59ccd x86: Rewrite bootm.c to make it similar to ARM 11 years ago
Simon Glass 43e84bf866 x86: Enable LMB and RAMDISK_HIGH by default 11 years ago