Commit Graph

232 Commits (210fbee901b13d8e21568fc3e00932f3e082c178)

Author SHA1 Message Date
Simon Glass 42fde30500 x86: Add support for passing tables into U-Boot 10 years ago
Simon Glass 96a8d409a7 efi: Add 64-bit payload support 10 years ago
Simon Glass 6f92ed8f1a x86: Add a way to call 32-bit code from 64-bit mode 10 years ago
Simon Glass 7dfe8bdeef x86: Add an enum for some commonly-used GDT bits 10 years ago
Ben Stoltz 3dcdd17b43 x86: Add support for U-Boot as an EFI application 10 years ago
Simon Glass ed3b4d3736 x86: Add asm/elf.h for x86-specific ELF definitions 10 years ago
Simon Glass 867a6ac86d efi: Add start-up library code 10 years ago
Simon Glass 8f3b9694b2 x86: Allow use of global_data with EFI 10 years ago
Simon Glass 0d9edd2dfb x86: Drop unused copy_fdt_to_ram() 10 years ago
Simon Glass 83ec7de3bc x86: Tidy up global_data flags 10 years ago
Bin Meng 3e79a4ab26 x86: baytrail: Update UPD setting for FSP Gold4 release 10 years ago
Bin Meng 9830d2ebb4 x86: qemu: Turn on PCIe ECAM address range decoding on Q35 10 years ago
Bin Meng e7cd070da6 x86: qemu: Enable I/O APIC chip select on PIIX3 10 years ago
Bin Meng abab912813 x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APIC 10 years ago
Bin Meng 31a2dc6955 x86: pci: Assign pci irqs to all functions 10 years ago
Bin Meng 8ba25eec86 x86: Change pci option rom area MTRR setting to cacheable 10 years ago
Bin Meng 013cf483c9 x86: Display correct CS/EIP/EFLAGS when there is an error code 10 years ago
Masahiro Yamada 5f7e310467 x86: delete unneeded declarations of disable_irq() and enable_irq() 10 years ago
Bin Meng a452002259 x86: Configure VESA parameters before loading Linux kernel 10 years ago
Bin Meng 43dd22f5fc x86: Setup fixed range MTRRs for legacy regions 10 years ago
Bin Meng 07545d861c x86: Generate a valid MultiProcessor (MP) table 10 years ago
Bin Meng 7f5df8d42d x86: Add MultiProcessor (MP) table APIs 10 years ago
Bin Meng a2d73fdba6 x86: Remove inline for lapic access routines 10 years ago
Bin Meng 3d23287828 x86: Add I/O APIC register access routines 10 years ago
Bin Meng ba9091f55d x86: Clean up ioapic header file 10 years ago
Bin Meng 63d54a6705 x86: Clean up lapic codes 10 years ago
Bin Meng 6e6f4ce4f8 x86: Move MP initialization codes into a common place 10 years ago
Bin Meng be3f06bcc4 x86: dm: Clean up cpu drivers 10 years ago
Bin Meng aefaff8ed8 x86: fsp: Move FspInitEntry call to board_init_f() 10 years ago
Bin Meng 002610f620 x86: fsp: Load GDT before calling FspInitEntry 10 years ago
Gabriel Huau 5318f18d2c x86: gpio: add pinctrl support from the device tree 10 years ago
Bin Meng 65cdd9be3e x86: coreboot: Fix cosmetic issues 10 years ago
Bin Meng 4be2f42bbc x86: qemu: Adjust VGA initialization 10 years ago
Bin Meng 0fcb7acf67 x86: qemu: Enable legacy IDE I/O ports decode 10 years ago
Bin Meng cc7debc719 x86: qemu: Turn on legacy segments decode 10 years ago
Bin Meng 05b98ec346 x86: quark: Implement PIRQ routing 10 years ago
Bin Meng 9c7dea602e x86: Refactor PIRQ routing support 10 years ago
Bin Meng a65b25d148 x86: Support QEMU x86 targets 10 years ago
Simon Glass ede9709316 x86: Add a CPU driver for baytrail 10 years ago
Simon Glass bcb0c61e1a x86: Allow CPUs to be set up after relocation 10 years ago
Simon Glass 86196c65ac x86: Add functions to set and clear bits on MSRs 10 years ago
Simon Glass 45b5a37836 x86: Add multi-processor init 10 years ago
Simon Glass 6f41e0e7bc x86: Provide access to the IDT 10 years ago
Simon Glass 52845296be x86: Store the GDT pointer in global_data 10 years ago
Simon Glass 837a136fc7 x86: Add an mfence macro 10 years ago
Simon Glass 1a06d2a310 x86: Add defines for fixed MTRRs 10 years ago
Simon Glass b551173b73 x86: Add atomic operations 10 years ago
Simon Glass 6388e35725 x86: Add support for the Simple Firmware Interface (SFI) 10 years ago
Simon Glass ff6a8f3c06 x86: Implement reset_cpu() correctly for modern CPUs 10 years ago
Bin Meng f82a7840f1 x86: quark: Turn on legacy segments decode 10 years ago