Commit Graph

27176 Commits (8b923a56dc0eb9f1ce9d616ae93bd0f63857f315)
 

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 eddbad224b x86: Add msr read/write functions that use a structure 10 years ago
Simon Glass 3f70a6f577 x86: Add clr/setbits functions 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 fce7b27683 x86: Build a .rom file which can be flashed to an x86 machine 10 years ago
Simon Glass 8ef07571a0 x86: Add chromebook_link board 10 years ago
Simon Glass c03c951b06 x86: ifdtool: Allow creation of an empty ROM 10 years ago
Simon Glass 5c1b685e46 x86: Allow timer calibration to work on ivybridge 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 003504b6fe x86: Remove unnecessary find_fdt(), prepare_fdt() functions 10 years ago
Simon Glass 21b9b14b49 x86: Add processor functions to halt and get stack pointer 10 years ago
Simon Glass 880a3cc438 x86: config: Move common x86 configs to a common file 10 years ago
Simon Glass cd392fe8a0 x86: Add ifdtool for working with Intel Flash Descriptor ROM images 10 years ago
Simon Glass e5901c94e3 dm: gpio: Add a function to read an ID from a list of GPIOs 10 years ago
Simon Glass 469a579df2 dm: serial: Move current serial port pointer to global_data 10 years ago
Simon Glass a9f04d49e5 fdt: Add a function to decode a variable-sized u32 array 10 years ago
Simon Glass 768e0f52f2 Move early malloc() to before arch_cpu_init() 10 years ago
Simon Glass 6cba6b9209 x86: Fix a warning with gcc 4.4.4 10 years ago
Bin Meng 258b1357c6 x86: Save TSC frequency in the global data 10 years ago
Bin Meng 80de049561 x86: Add quick TSC calibration via PIT 10 years ago
Bin Meng 076bb44b0e x86: Do TSC MSR calibration only for known/supported CPUs 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 bc48806161 x86: Remove REALMODE_BASE which is no longer used 10 years ago
Simon Glass 933cdbb479 fdt: Try to use fdt_address_cells()/fdt_size_cells() 10 years ago
Simon Glass 2640387148 fdt: Add a function to decode a named memory region 10 years ago
Simon Glass 41f09bbe59 fdt: Change fdt_pack_reg() to static and fix types 10 years ago
Simon Glass c654b5172a fdt: Add ft_system_setup() function for system device tree additions 10 years ago
Simon Glass 6f4dbc21e4 fdt: Tidy up error handling in image_setup_libfdt() 10 years ago
Simon Glass f3cc44f984 fdt: Enhance flashmap function to deal with region properties 10 years ago
Simon Glass 76489832b2 fdt: Use the correct return types for fdtdec_decode_region() 10 years ago
Simon Glass a9e8e29101 fdt: Export the fdt_find_or_add_subnode() function 10 years ago
Simon Glass 4ba98dc269 fdt: Report failure of ft_board_setup() 10 years ago
Simon Glass e895a4b06f fdt: Allow ft_board_setup() to report failure 10 years ago
Masahiro Yamada 111396ccb9 linux/kernel.h: add typechecking to roundup macro 10 years ago