]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - arch/x86/cpu
sniper: Serial number support, obtained from die ID
[karo-tx-uboot.git] / arch / x86 / cpu /
2015-09-10 Simon Glassx86: Enable debug UART for Minnowmax
2015-09-10 Simon Glassx86: qemu: Support operation as an EFI payload
2015-09-10 Simon Glassx86: baytrail: Support operation as an EFI payload
2015-09-10 Simon Glassx86: Handle running as EFI payload
2015-09-10 Simon Glassx86: Add support for passing tables into U-Boot
2015-09-10 Simon Glassx86: Add a way to call 32-bit code from 64-bit mode
2015-09-10 Simon Glassx86: Add relocation and link script for a 64-bit EFI...
2015-09-10 Ben Stoltzx86: Add support for U-Boot as an EFI application
2015-09-10 Simon Glassx86: Tidy up a few minor issues with interrupts
2015-09-10 Simon Glassx86: Add some missing global_data declarations in files...
2015-09-10 Simon Glassx86: Tidy up the 64-bit calling code
2015-09-10 Simon Glassx86: Tidy up global_data flags
2015-09-10 Simon Glassx86: Use CR0 constants in CPU init
2015-09-10 Simon Glassx86: Add various minor tidy-ups to the 32-bit startup...
2015-09-10 Bin Mengx86: bayleybay: Configure PCI IRQ
2015-09-09 Bin Mengx86: qemu: Turn on PCIe ECAM address range decoding...
2015-09-09 Bin Mengx86: qemu: Enable writing MP table
2015-09-09 Bin Mengx86: Allow cpu-x86 driver to be probed for UP
2015-09-09 Bin Mengx86: qemu: Enable I/O APIC chip select on PIIX3
2015-09-09 Bin Mengx86: Convert to use driver model pci on queensbay/crownbay
2015-09-09 Bin Mengx86: pci: Do not assign irq 0 to pci device
2015-09-09 Bin Mengx86: pci: Assign pci irqs to all functions
2015-09-09 Bin Mengx86: Enable DM RTC support for all x86 boards
2015-09-09 Bin Mengx86: Change pci option rom area MTRR setting to cacheable
2015-09-09 Bin Mengx86: Simplify architecture defined exception handling...
2015-09-09 Bin Mengx86: Display correct CS/EIP/EFLAGS when there is an...
2015-09-09 Masahiro YamadaKill unneeded #include <linux/kconfig.h>
2015-09-09 Simon Glassdm: x86: baytrail: Correct PCI region 3 when driver...
2015-09-09 Simon Glassdm: x86: minnowmax: Move PCI to use driver model
2015-09-09 Simon Glassx86: pci: Tidy up the generic x86 PCI driver
2015-09-09 Bin Mengx86: queensbay: Change CPU_ADDR_BITS to 32
2015-09-09 Bin Mengx86: Setup fixed range MTRRs for legacy regions
2015-09-09 Bin Mengx86: queensbay: Change PCIe root ports' interrupt routing
2015-09-09 Bin Mengx86: Remove inline for lapic access routines
2015-09-09 Bin Mengx86: Add I/O APIC register access routines
2015-09-09 Bin Mengx86: Reduce PIRQ routing table size
2015-09-09 Bin Mengx86: Ignore function number when writing PIRQ routing...
2015-09-09 Bin Mengx86: Write correct bus number for the irq router
2015-09-09 Bin Mengx86: Clean up lapic codes
2015-09-09 Bin Mengx86: Move lapic_setup() call into init_bsp()
2015-09-09 Bin Mengx86: Move MP initialization codes into a common place
2015-09-09 Bin Mengx86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS
2015-09-09 Bin Mengx86: dm: Clean up cpu drivers
2015-09-09 Bin Mengx86: fsp: Move FspInitEntry call to board_init_f()
2015-09-09 Bin Mengx86: fsp: Load GDT before calling FspInitEntry
2015-09-09 Bin Mengx86: Add Kconfig options to be used by arch/x86/cpu...
2015-09-08 Andrew Bradfordx86: baytrail: pci region 3 is not always mapped to...
2015-09-08 Bin Mengx86: qemu: Implement PIRQ routing
2015-09-08 Bin Mengx86: coreboot: Control I/O port 0xb2 writing via device...
2015-09-08 Bin Mengx86: coreboot: Fix cosmetic issues
2015-09-08 Bin Mengx86: qemu: Adjust VGA initialization
2015-09-08 Bin Mengx86: qemu: Enable legacy IDE I/O ports decode
2015-09-08 Bin Mengx86: qemu: Turn on legacy segments decode
2015-09-08 Bin Mengx86: Do sanity test on pirq table before writing
2015-09-08 Bin Mengx86: quark: Implement PIRQ routing
2015-09-08 Bin Mengx86: Refactor PIRQ routing support
2015-09-08 Bin Mengx86: qemu: Add graphics support
2015-09-08 Bin Mengx86: Support QEMU x86 targets
2015-09-08 Simon Glassx86: Add a CPU driver for baytrail
2015-09-08 Simon Glassx86: Allow CPUs to be set up after relocation
2015-09-08 Simon Glassx86: Add multi-processor init
2015-09-08 Simon Glassx86: Provide access to the IDT
2015-09-08 Simon Glassx86: Store the GDT pointer in global_data
2015-09-08 Simon Glassx86: Disable -Werror
2015-09-08 Simon Glassx86: Remove unwanted MMC debugging
2015-09-08 Simon Glassx86: quark: Use reset_cpu()
2015-09-08 Simon Glassx86: ivybridge: Use reset_cpu()
2015-09-08 Simon Glassx86: Implement reset_cpu() correctly for modern CPUs
2015-09-08 Simon Glassx86: link: Add PCH driver to support SPI Flash
2015-09-08 Bin Mengx86: quark: Turn on legacy segments decode
2015-09-08 Bin Mengx86: queensbay: Implement PIRQ routing
2015-09-08 Bin Mengx86: Write configuration tables in last_stage_init()
2015-09-08 Bin Mengx86: Add a function to assign IRQ numbers to PCI device
2015-09-08 Bin Mengx86: queensbay: Avoid using PCH prefix
2015-09-08 Simon GlassKconfig: Move CONFIG_BOOTSTAGE to Kconfig
2015-09-08 Simon Glassx86: chromebook_link: dts: Add PCH and LPC devices
2015-09-08 Simon Glassdm: x86: Add a uclass for a Platform Controller Hub
2015-09-08 Simon Glassdm: x86: spi: Convert ICH SPI driver to driver model
2015-09-08 Simon Glassdm: x86: pci: Convert chromebook_link to use driver...
2015-09-08 Simon Glassdm: x86: pci: Convert coreboot to use driver model...
2015-09-08 Simon Glassdm: x86: pci: Add a PCI driver for driver model
2015-09-08 Simon Glassx86: Split up arch_cpu_init()
2015-09-08 Simon Glassx86: Add a x86_ prefix to the x86-specific PCI functions
2015-09-08 Simon Glassx86: Support machines with >4GB of RAM
2015-09-01 Bin Mengx86: quark: Enable on-chip ethernet controllers
2015-09-01 Tom Riniarch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOO...
2015-09-01 Bin Mengx86: quark: MRC codes clean up
2015-09-01 Rob Herringremove unnecessary version.h includes
2015-09-01 Bin Mengx86: Add SD/MMC support to quark/galileo
2015-09-01 Bin Mengx86: Add SPI support to quark/galileo
2015-09-01 Bin Mengx86: quark: Initialize non-standard BARs
2015-09-01 Bin Mengx86: quark: Call MRC in dram_init()
2015-09-01 Bin Mengx86: quark: Enable the Memory Reference Code build
2015-09-01 Bin Mengx86: quark: Add System Memory Controller support
2015-09-01 Bin Mengx86: quark: Add utility codes needed for MRC
2015-09-01 Bin Mengx86: quark: Add Memory Reference Code (MRC) main routines
2015-09-01 Bin Mengx86: quark: Bypass TSC calibration
2015-09-01 Bin Mengx86: Enable the Intel quark/galileo build
2015-09-01 Bin Mengx86: Add basic Intel Quark processor support
2015-09-01 Bin Mengx86: quark: Add Cache-As-RAM initialization
next