Commit Graph

143 Commits (67b24970cef90b6d230e370cce9db8c29b2f4d74)

Author SHA1 Message Date
Simon Glass 6388e35725 x86: Add support for the Simple Firmware Interface (SFI) 10 years ago
Simon Glass 410b10f1e3 x86: fsp: Use reset_cpu() 10 years ago
Bin Meng cc4c8aca1d x86: Correct the typo in write_tables() 10 years ago
Bin Meng 283a08e52a x86: Check PIRQ routing table sanity in the F segment 10 years ago
Bin Meng b5b6b01960 x86: Support platform PIRQ routing 10 years ago
Bin Meng 5e2400e8f8 x86: Write configuration tables in last_stage_init() 10 years ago
Bin Meng 54c6001bba x86: Install a default e820 table in the __weak install_e820_map() 10 years ago
Bin Meng 5098d73e86 x86: Remove the old VGA driver 10 years ago
Simon Glass a274e9cac5 dm: x86: Add a uclass for an Low Pin Count (LPC) device 10 years ago
Simon Glass 452f548753 dm: x86: Add a uclass for a Platform Controller Hub 10 years ago
Simon Glass ba4575626e dm: x86: spi: Convert ICH SPI driver to driver model 10 years ago
Simon Glass a219daeafe dm: x86: pci: Add a PCI driver for driver model 10 years ago
Simon Glass 31f57c2873 x86: Add a x86_ prefix to the x86-specific PCI functions 10 years ago
Bin Meng 3c8ae536ec x86: Define macros for pci configuration space access 10 years ago
Simon Glass 447f8b018e x86: Allow a UART to be set up before the FSP is ready 10 years ago
Simon Glass f0809f9a38 x86: Remove unnecessary casts and fix comment typos 10 years ago
Simon Glass 91785f70b9 x86: mmc: Move common FSP functions into a common file 10 years ago
Simon Glass 7b02bf3c7d x86: Make CAR and DRAM FSP code common 10 years ago
Simon Glass 82196cf34f x86: Adjust the FSP types slightly 10 years ago
Simon Glass 1021af4ded x86: Move common FSP code into a common location 10 years ago
Bin Meng 3b621ccabd x86: Test mtrr support flag before accessing mtrr msr 10 years ago
Sebastien Ronsse 07570e7097 x86: Fix out of bounds irq handlers access 10 years ago
Bin Meng 3ba6a0f4f6 x86: Allow a hardcoded TSC frequency provided by Kconfig 10 years ago
Bin Meng b2439aecd3 x86: fsp: Drop get_hob_type() and get_hob_length() 10 years ago
Simon Glass cb3b2e62ca x86: Add an 'mtrr' command to list and adjust MTRRs 10 years ago
Simon Glass db55bd7dad x86: Commit the current MTRRs before relocation 10 years ago
Simon Glass f4a6f0aed0 x86: Tidy up VESA mode numbers 10 years ago
Simon Glass 818f602112 x86: Use cache, don't clear the display in video BIOS 10 years ago
Bin Meng 949dbc12db x86: Simplify the fsp hob access functions 10 years ago
Bin Meng 255fd5caa5 x86: Clean up the FSP support codes 10 years ago
Masahiro Yamada e6126a5872 x86: move arch-specific asmlinkage to <asm/linkage.h> 10 years ago
Bin Meng ba7b38a529 x86: Add a simple command to show FSP HOB information 10 years ago
Bin Meng bceb9f0fc8 x86: Support Intel FSP initialization path in start.S 10 years ago
Bin Meng fe0c33a5ac x86: Clean up asm-offsets 10 years ago
Masahiro Yamada afc366f01b Replace <compiler.h> with <linux/compiler.h> 10 years ago
Simon Glass 0ca2426bea x86: Add support for running option ROMs natively 10 years ago
Bin Meng 1dae2e0eb6 x86: Refactor interrupt_init() 10 years ago
Bin Meng 4372a9eca5 x86: Call cpu_init_interrupts() from interrupt_init() 10 years ago
Simon Glass a0bd851ece x86: Set up edge triggering on interrupt 9 10 years ago
Simon Glass 512e581c86 x86: Panic if there is no relocation data 10 years ago
Simon Glass 65dd74a674 x86: ivybridge: Implement SDRAM init 10 years ago
Simon Glass 5c1b685e46 x86: Allow timer calibration to work on ivybridge 10 years ago
Simon Glass 003504b6fe x86: Remove unnecessary find_fdt(), prepare_fdt() functions 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
Simon Glass 2c363cb003 x86: Correct a few progress message nits 10 years ago
Simon Glass 61643ae61a x86: bootm: Support booting a 64-bit raw kernel 10 years ago
Simon Glass 76539383ea x86: Move kernel boot function to arch/x86/lib/bootm.c 10 years ago
Simon Glass 7bddac947d x86: Move paging functions into cpu.c 10 years ago