Commit Graph

345 Commits (76b391cdee022b2fe2ad5627ec8ee7ebab046c1c)

Author SHA1 Message Date
Simon Glass c8896ee481 x86: baytrail: Support running as an EFI payload 10 years ago
Simon Glass 46f8efee70 x86: baytrail: Tidy up interrupt and FSP init 10 years ago
Simon Glass 7e4be120e8 x86: Allow pirq_init() to return an error 10 years ago
Simon Glass 9e3ff9c2b4 x86: Tidy up the PIRQ routing code a little 10 years ago
Andrew Bradford f3b84a3032 x86: baytrail: Configure FSP UPD from device tree 10 years ago
Simon Glass bbbe55f6f2 x86: Enable debug UART for Minnowmax 10 years ago
Simon Glass eeae510007 x86: qemu: Support operation as an EFI payload 10 years ago
Simon Glass b4302582f3 x86: baytrail: Support operation as an EFI payload 10 years ago
Simon Glass e49cceac61 x86: Handle running as EFI payload 10 years ago
Simon Glass 42fde30500 x86: Add support for passing tables into U-Boot 10 years ago
Simon Glass 6f92ed8f1a x86: Add a way to call 32-bit code from 64-bit mode 10 years ago
Simon Glass 465a67cf52 x86: Add relocation and link script for a 64-bit EFI application 10 years ago
Ben Stoltz 3dcdd17b43 x86: Add support for U-Boot as an EFI application 10 years ago
Simon Glass 8aba36d896 x86: Tidy up a few minor issues with interrupts 10 years ago
Simon Glass 8b097916fa x86: Add some missing global_data declarations in files that use gd 10 years ago
Simon Glass 0bc74ab3e6 x86: Tidy up the 64-bit calling code 10 years ago
Simon Glass 83ec7de3bc x86: Tidy up global_data flags 10 years ago
Simon Glass b6c9a20556 x86: Use CR0 constants in CPU init 10 years ago
Simon Glass da3a95d60b x86: Add various minor tidy-ups to the 32-bit startup code 10 years ago
Bin Meng fe3fbd3024 x86: bayleybay: Configure PCI IRQ 10 years ago
Bin Meng 9830d2ebb4 x86: qemu: Turn on PCIe ECAM address range decoding on Q35 10 years ago
Bin Meng a8ebf283e9 x86: qemu: Enable writing MP table 10 years ago
Bin Meng c77b8912d8 x86: Allow cpu-x86 driver to be probed for UP 10 years ago
Bin Meng e7cd070da6 x86: qemu: Enable I/O APIC chip select on PIIX3 10 years ago
Bin Meng a277194341 x86: Convert to use driver model pci on queensbay/crownbay 10 years ago
Bin Meng 6fc0e8a1fa x86: pci: Do not assign irq 0 to pci device 10 years ago
Bin Meng 31a2dc6955 x86: pci: Assign pci irqs to all functions 10 years ago
Bin Meng 93f8a31186 x86: Enable DM RTC support for all x86 boards 10 years ago
Bin Meng 8ba25eec86 x86: Change pci option rom area MTRR setting to cacheable 10 years ago
Bin Meng 3ccd49cab4 x86: Simplify architecture defined exception handling in irq_llsr() 10 years ago
Bin Meng 013cf483c9 x86: Display correct CS/EIP/EFLAGS when there is an error code 10 years ago
Masahiro Yamada b0c8f4a797 Kill unneeded #include <linux/kconfig.h> 10 years ago
Simon Glass b9da5086b8 dm: x86: baytrail: Correct PCI region 3 when driver model is used 10 years ago
Simon Glass b71f9dca89 dm: x86: minnowmax: Move PCI to use driver model 10 years ago
Simon Glass 945cae79e1 x86: pci: Tidy up the generic x86 PCI driver 10 years ago
Bin Meng 92587b364b x86: queensbay: Change CPU_ADDR_BITS to 32 10 years ago
Bin Meng 43dd22f5fc x86: Setup fixed range MTRRs for legacy regions 10 years ago
Bin Meng cdb6babec6 x86: queensbay: Change PCIe root ports' interrupt routing 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 df81749db7 x86: Reduce PIRQ routing table size 10 years ago
Bin Meng 8c38e4d0b8 x86: Ignore function number when writing PIRQ routing table 10 years ago
Bin Meng 9c235436a3 x86: Write correct bus number for the irq router 10 years ago
Bin Meng 63d54a6705 x86: Clean up lapic codes 10 years ago
Bin Meng 61788e468e x86: Move lapic_setup() call into init_bsp() 10 years ago
Bin Meng 6e6f4ce4f8 x86: Move MP initialization codes into a common place 10 years ago
Bin Meng 946c2b5259 x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS 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