Commit Graph

922 Commits (b9f9339b7e69b7f81b3b57dcf7f1b51a0bf4a7e2)

Author SHA1 Message Date
Simon Glass 709b1902d2 x86: ivybridge: Set up the thermal target correctly 10 years ago
Simon Glass 9d156b5725 x86: ivybridge: Move CPU init code into the driver 10 years ago
Simon Glass bba22a97a7 x86: ivybridge: Use common CPU init code 10 years ago
Simon Glass 9fd11c7a8c x86: ivybridge: Move GPIO init to the LPC init() method 10 years ago
Simon Glass fcd30cdfa8 x86: ivybridge: Move sandybridge init to the lpc probe() method 10 years ago
Simon Glass 17e0a9ab08 x86: ivybridge: Move graphics init much later 10 years ago
Simon Glass f633efa30f x86: ivybridge: Probe the LPC in CPU init 10 years ago
Simon Glass 2b27d20529 x86: ivybridge: Rename lpc_init() to lpc_init_extra() 10 years ago
Simon Glass 977a591893 x86: ivybridge: Move LPC and PCH init into northbridge probe() 10 years ago
Simon Glass 655925a9c5 x86: ivybridge: Move northbridge init into the probe() method 10 years ago
Simon Glass e40a6e3f10 x86: ivybridge: Add a driver for the bd82x6x northbridge 10 years ago
Simon Glass 5544757ce9 dm: x86: Add a northbridge uclass 10 years ago
Simon Glass 858361b174 x86: ivybridge: Rename bd82x6x_init() 10 years ago
Simon Glass fe40bd4d8f x86: ivybridge: Move more init to the probe() function 10 years ago
Simon Glass 788cd90864 x86: ivybridge: Move lpc_early_init() to probe() 10 years ago
Simon Glass 4acc83d437 x86: ivybridge: Set up the LPC device using driver model 10 years ago
Simon Glass 0bdce0751b dm: x86: Drop the weak cpu_irq_init() function 10 years ago
Simon Glass 0ac8b1f437 dm: x86: queensbay: Add an interrupt driver 10 years ago
Simon Glass 117bfc7fbe dm: x86: quark: Add an interrupt driver 10 years ago
Simon Glass b565d66d2c x86: Use the IRQ device when setting up the mptable 10 years ago
Simon Glass d3b884b294 dm: x86: Add a common PIRQ init function 10 years ago
Simon Glass 12d6929e1f dm: x86: Set up interrupt routing from interrupt_init() 10 years ago
Simon Glass e76187a355 dm: x86: Create a driver for x86 interrupts 10 years ago
Simon Glass f2b85ab5e6 dm: x86: spi: Convert ICH SPI driver to driver model PCI API 10 years ago
Simon Glass ca831f4933 dm: Expand the uclass for Platform Controller Hubs (PCH) 10 years ago
Bin Meng 6071cd62d5 x86: quark: Fix boot breakage 10 years ago
Tom Rini 5b8031ccb4 Add more SPDX-License-Identifier tags 10 years ago
Albert ARIBAUD ecc306639e Fix board init code to respect the C runtime environment 10 years ago
Miao Yan 3c30fd6ae2 x86: qemu: remove cpu node in device tree 10 years ago
Miao Yan de752c5e73 x86: qemu: fix cpu device in smp boot 10 years ago
Miao Yan b28cecdfb8 x86: use actual CPU number for allocating memory 10 years ago
Miao Yan 24fb49073e x86: fix a typo in function name 10 years ago
Miao Yan 5a694056fe x86: qemu: add a cpu uclass driver for qemu target 10 years ago
Miao Yan f60df20aa9 x86: qemu: add fw_cfg support 10 years ago
Bin Meng 87968de31d x86: ivybridge: Add macros for LPC decode ranges 10 years ago
Bin Meng 59fb7fbd49 x86: fsp: Always use hex numbers in the hob command output 10 years ago
Bin Meng fa331fad1e x86: ivybridge: Do not require HAVE_INTEL_ME 10 years ago
Bin Meng 33fb6c0100 x86: ivybridge: Add microcode blobs for all the steppings 10 years ago
Bin Meng 214feec1c5 x86: fsp: Set up init runtime buffer in update_fsp_configs() 10 years ago
Bin Meng 4ce022d396 x86: fsp: Move struct fspinit_rtbuf definition to chipset header 10 years ago
Bin Meng e293502280 x86: queensbay: Remove invalid comments in update_fsp_configs() 10 years ago
Bin Meng 3340f2cc0b x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option 10 years ago
Bin Meng 81f84aa6c9 x86: fsp: Rename update_fsp_upd() and change its signature 10 years ago
Bin Meng cb379a34c4 x86: fsp: Rename shared_data to fsp_config_data 10 years ago
Bin Meng 57ac74ff04 x86: fsp: Add boot_mode as a member of struct shared_data 10 years ago
Bin Meng f0285fbe4e x86: fsp: Avoid cast stack_top in struct shared_data 10 years ago
Bin Meng aa02446406 x86: fsp: Simplify fsp_continue() 10 years ago
Simon Glass 4abe8e40a7 dm: Convert PCI MMC over to use DM PCI API 10 years ago
Simon Glass 8beb0bda9c dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API 10 years ago
Simon Glass 3f4e1e8efc dm: pci: video: Convert video and pci_rom to use DM PCI API 10 years ago