summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/queensbay
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2019-10-08x86: Rename some FSP functions to have an fsp_ prefixSimon Glass1-1/+1
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass2-2/+2
2018-06-13x86: irq: Remove chipset specific irq router driversBin Meng3-65/+40
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-12/+5
2017-12-13ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen1-0/+1
2017-08-16env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass1-1/+0
2017-08-01x86: Switch all boards to use DM SCSIBin Meng1-0/+1
2017-08-01x86: Convert MMC to driver modelSimon Glass2-21/+1
2017-08-01x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng1-0/+1
2017-08-01x86: kconfig: Move USB to platform KconfigBin Meng1-0/+2
2017-08-01x86: queensbay: kconfig: Imply platform specific driversBin Meng1-0/+11
2017-08-01x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng1-0/+1
2017-06-27Revert "x86: Convert MMC to driver model"Bin Meng2-1/+21
2017-05-17x86: Convert MMC to driver modelSimon Glass2-21/+1
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese1-2/+2
2016-09-24x86: squash lines for immediate returnMasahiro Yamada1-7/+1
2016-02-05x86: tnc: Remove IGD and SDVO devices from driver modelBin Meng1-0/+36
2016-02-05x86: tnc: Use DM PCI API in disable_igd()Bin Meng1-3/+19
2016-02-05x86: tnc: Change disable_igd() to have a return valueBin Meng1-3/+7
2016-02-05x86: irq: Convert to use DM PCI APIBin Meng1-1/+1
2016-02-05x86: tnc: Drop unprotect_spi_flash()Bin Meng1-16/+0
2016-01-24dm: x86: queensbay: Add an interrupt driverSimon Glass3-38/+66
2016-01-24dm: x86: Set up interrupt routing from interrupt_init()Simon Glass1-1/+1
2016-01-15Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini1-7/+7
2016-01-13x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng1-1/+7
2016-01-13x86: queensbay: Remove invalid comments in update_fsp_configs()Bin Meng1-6/+0
2016-01-13x86: fsp: Rename update_fsp_upd() and change its signatureBin Meng1-1/+1
2016-01-12dm: Convert PCI MMC over to use DM PCI APISimon Glass1-2/+2
2015-12-01x86: Convert to use driver model timerBin Meng1-3/+0
2015-11-13x86: queensbay: Really disable IGDBin Meng1-6/+20
2015-10-21x86: Allow disabling IGD on Intel QueensbayBin Meng2-0/+27
2015-08-26x86: queensbay: Move unprotect_spi_flash() to arch_misc_init()Bin Meng1-2/+2
2015-08-14x86: Allow pirq_init() to return an errorSimon Glass1-3/+1
2015-07-28x86: Convert to use driver model pci on queensbay/crownbayBin Meng3-52/+0
2015-07-15x86: queensbay: Change CPU_ADDR_BITS to 32Bin Meng1-0/+4
2015-07-15x86: queensbay: Change PCIe root ports' interrupt routingBin Meng1-6/+7
2015-06-04x86: Refactor PIRQ routing supportBin Meng3-244/+39
2015-04-30x86: queensbay: Implement PIRQ routingBin Meng3-2/+252
2015-04-30x86: queensbay: Avoid using PCH prefixBin Meng1-2/+2
2015-04-17x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass1-2/+2
2015-02-06x86: Allow FSP Kconfig settings for all x86Simon Glass1-38/+0
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass3-72/+3
2015-02-06x86: Make CAR and DRAM FSP code commonSimon Glass3-206/+1
2015-02-06x86: Move common FSP code into a common locationSimon Glass6-413/+5
2015-01-13x86: fsp: Drop get_hob_type() and get_hob_length()Bin Meng2-7/+7
2015-01-13x86: Simplify the fsp hob access functionsBin Meng2-62/+72
2014-12-19x86: Clean up the FSP support codesBin Meng3-144/+129
2014-12-19x86: crownbay: Add SDHCI supportBin Meng2-1/+48
2014-12-19x86: crownbay: Add SPI flash supportBin Meng1-1/+25