summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge
AgeCommit message (Expand)Author
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-02-06x86: ivybridge: Provide a dummy SDRAM init for 64-bitSimon Glass
2017-02-06x86: ivybridge: Skip SATA init in SPLSimon Glass
2017-02-06x86: ivybridge: Allow 32-bit init to move to SPLSimon Glass
2017-02-06x86: ivybridge: Fix types for 64-bit compilationSimon Glass
2017-02-06x86: ivybridge: Add more debugging for failuresSimon Glass
2017-02-06x86: ivybridge: Declare global data where it is usedSimon Glass
2016-10-19cpu: Add get_vendor callbackAlexander Graf
2016-10-11x86: ivybridge: Tidy up enable_clock_gating() for 64-bitSimon Glass
2016-10-11x86: ivybridge: Fix PCH power setupSimon Glass
2016-10-11dm: x86: Move link to use driver model for videoSimon Glass
2016-09-23x86: squash lines for immediate returnMasahiro Yamada
2016-08-30x86: Add debugging when cpu_common_init() failsSimon Glass
2016-07-12Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2016-07-12x86: link: Correct a failure in DRAM initSimon Glass
2016-07-11x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass
2016-05-23x86: Call lapic_setup() in interrupt_init()Bin Meng
2016-05-23x86: Unify reserve_arch() for all x86 boardsBin Meng
2016-05-23x86: Drop asm/acpi.hBin Meng
2016-05-17dm: Rename disk uclass to ahciSimon Glass
2016-03-17x86: ivybridge: Convert to use the common SDRAM codeSimon Glass
2016-03-17x86: Move common PCH code into a common placeSimon Glass
2016-03-17x86: ivybridge: Show microcode version for each coreSimon Glass
2016-03-17x86: Move common MRC Kconfig options to the common fileSimon Glass
2016-03-17x86: Move Intel Management Engine code to a common placeSimon Glass
2016-03-17x86: Move common CPU code to its own placeSimon Glass
2016-03-17x86: Move common LPC code to its own placeSimon Glass
2016-03-17x86: Add the root-complex block to common intel registersSimon Glass
2016-03-17x86: Create a common header for Intel register accessSimon Glass
2016-03-17x86: Move microcode code to a common locationSimon Glass
2016-03-17x86: Move cache-as-RAM code into a common locationSimon Glass
2016-03-17x86: Add some more common MSR indexesSimon Glass
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-02-21x86: Add Intel Cougar Canyon 2 boardBin Meng
2016-02-21x86: ivybridge: bd82x6x: Support FSP enabled configurationBin Meng
2016-02-21x86: ivybridge: Add FSP supportBin Meng
2016-02-05x86: pch: Implement get_gpio_base opBin Meng
2016-02-05dm: pch: Rename get_sbase op to get_spi_baseBin Meng
2016-02-05dm: pch: Remove pch_get_version opBin Meng
2016-01-24x86: ivybridge: Use syscon for the GMA deviceSimon Glass
2016-01-24x86: Set up a shared syscon numbering schemaSimon Glass
2016-01-24x86: ivybridge: Drop the SMM-locking codeSimon Glass
2016-01-24x86: ivybridge: Drop XHCI supportSimon Glass
2016-01-24x86: ivybridge: Drop special EHCI initSimon Glass
2016-01-24x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass
2016-01-24x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass
2016-01-24x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass
2016-01-24x86: ivybridge: Convert report_platform to DM PCI APISimon Glass