Commit Graph

697 Commits (f2b85ab5e6a91e29c1d64304be371753d75ed172)

Author SHA1 Message Date
Simon Glass f2b85ab5e6 dm: x86: spi: Convert ICH SPI driver to driver model PCI API 9 years ago
Simon Glass ca831f4933 dm: Expand the uclass for Platform Controller Hubs (PCH) 9 years ago
Bin Meng 6071cd62d5 x86: quark: Fix boot breakage 9 years ago
Tom Rini 5b8031ccb4 Add more SPDX-License-Identifier tags 9 years ago
Albert ARIBAUD ecc306639e Fix board init code to respect the C runtime environment 9 years ago
Miao Yan 3c30fd6ae2 x86: qemu: remove cpu node in device tree 9 years ago
Miao Yan de752c5e73 x86: qemu: fix cpu device in smp boot 9 years ago
Miao Yan b28cecdfb8 x86: use actual CPU number for allocating memory 9 years ago
Miao Yan 24fb49073e x86: fix a typo in function name 9 years ago
Miao Yan 5a694056fe x86: qemu: add a cpu uclass driver for qemu target 9 years ago
Miao Yan f60df20aa9 x86: qemu: add fw_cfg support 9 years ago
Bin Meng 87968de31d x86: ivybridge: Add macros for LPC decode ranges 9 years ago
Bin Meng 59fb7fbd49 x86: fsp: Always use hex numbers in the hob command output 9 years ago
Bin Meng fa331fad1e x86: ivybridge: Do not require HAVE_INTEL_ME 9 years ago
Bin Meng 33fb6c0100 x86: ivybridge: Add microcode blobs for all the steppings 9 years ago
Bin Meng 214feec1c5 x86: fsp: Set up init runtime buffer in update_fsp_configs() 9 years ago
Bin Meng 4ce022d396 x86: fsp: Move struct fspinit_rtbuf definition to chipset header 9 years ago
Bin Meng e293502280 x86: queensbay: Remove invalid comments in update_fsp_configs() 9 years ago
Bin Meng 3340f2cc0b x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option 9 years ago
Bin Meng 81f84aa6c9 x86: fsp: Rename update_fsp_upd() and change its signature 9 years ago
Bin Meng cb379a34c4 x86: fsp: Rename shared_data to fsp_config_data 9 years ago
Bin Meng 57ac74ff04 x86: fsp: Add boot_mode as a member of struct shared_data 9 years ago
Bin Meng f0285fbe4e x86: fsp: Avoid cast stack_top in struct shared_data 9 years ago
Bin Meng aa02446406 x86: fsp: Simplify fsp_continue() 9 years ago
Simon Glass 4abe8e40a7 dm: Convert PCI MMC over to use DM PCI API 9 years ago
Simon Glass 8beb0bda9c dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API 9 years ago
Simon Glass 3f4e1e8efc dm: pci: video: Convert video and pci_rom to use DM PCI API 9 years ago
Simon Glass 7d8e4042f1 dm: Convert bios_interrupts to use DM PCI API 9 years ago
Simon Glass 9bf727fcc4 dm: x86: ivybridge: Convert graphics init to use DM PCI API 9 years ago
Bin Meng 789fa275b3 x86: Remove HAVE_ACPI_RESUME 9 years ago
Bin Meng d475d59020 x86: Remove CPU_INTEL_SOCKET_RPGA989 9 years ago
Bin Meng efe2d80cca x86: Clean up ivybridge/chrome Kconfig options 9 years ago
Bin Meng 9bf76c21e0 x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGE 9 years ago
Bin Meng 4932443d26 x86: Move i8254_init() to x86_cpu_init_f() 9 years ago
Bin Meng c5c5c201fe x86: Fix PCI UART compatible string for crownbay and galileo 9 years ago
Simon Glass 3ba5f74a54 dm: pci: Disable PCI compatibility functions by default 9 years ago
Bin Meng 7030f27ef3 x86: tsc: Move tsc_timer.c to drivers/timer 9 years ago
Bin Meng 1d4c83c248 x86: tsc: Remove legacy timer codes 9 years ago
Bin Meng 80af39842e x86: Convert to use driver model timer 9 years ago
Bin Meng 4e51fc2351 x86: tsc: Add driver model timer support 9 years ago
Bin Meng 2f80fc5035 x86: tsc: Use notrace from <linux/compiler.h> 9 years ago
Bin Meng 0f3176ed68 x86: Remove MIN_PORT80_KCLOCKS_DELAY 9 years ago
Thomas Chou 81cd63a991 ns16550: unify serial_x86 9 years ago
Bin Meng b6ff6ce60c x86: qemu: Convert to use driver model keyboard 9 years ago
Bin Meng 60fe101873 x86: crownbay: Convert to use driver model keyboard 9 years ago
Simon Glass 6b44ae6b06 x86: Add an i8042 device for boards that have it 9 years ago
Bin Meng 902ca5bdf3 x86: Remove legacy pci codes 9 years ago
Bin Meng aedefb6f79 x86: qemu: Convert to use driver model pci 9 years ago
Bin Meng 487485956b x86: qemu: Move chipset-specific codes from pci.c to qemu.c 9 years ago
Bin Meng 20cbafa6fa x86: qemu: Remove call to vgabios execution 9 years ago