summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/baytrail
AgeCommit message (Expand)AuthorFilesLines
2016-07-12x86: baytrail: Introduce ACPI global NVSBin Meng1-0/+26
2016-07-12x86: baytrail: Introduce a Kconfig option for the internal UARTBin Meng1-0/+11
2016-05-30x86: baytrail: acpi: Fix I/O APIC ID in the MADT tableBin Meng1-1/+1
2016-05-23x86: Unify reserve_arch() for all x86 boardsBin Meng1-8/+0
2016-05-23x86: baytrail: Generate ACPI FADT/MADT tablesBin Meng2-0/+164
2016-01-28x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese1-3/+7
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-2/+9
2016-01-13x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng1-1/+7
2016-01-13x86: fsp: Rename update_fsp_upd() and change its signatureBin Meng1-2/+3
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-10-21x86: baytrail: Issue full system reset in reset_cpu()Bin Meng1-0/+6
2015-10-21x86: baytrail: Save mrc cache to spi flashBin Meng1-0/+19
2015-08-26x86: baytrail: Remove the fsp_init_phase_pci() callBin Meng1-7/+1
2015-08-14x86: baytrail: Support running as an EFI payloadSimon Glass1-0/+2
2015-08-14x86: baytrail: Tidy up interrupt and FSP initSimon Glass1-1/+8
2015-08-14x86: Allow pirq_init() to return an errorSimon Glass1-3/+1
2015-08-14x86: baytrail: Configure FSP UPD from device treeAndrew Bradford1-30/+132
2015-08-05x86: baytrail: Support operation as an EFI payloadSimon Glass3-1/+5
2015-08-05x86: bayleybay: Configure PCI IRQBin Meng1-0/+8
2015-07-15dm: x86: minnowmax: Move PCI to use driver modelSimon Glass2-47/+0
2015-07-15x86: Move MP initialization codes into a common placeBin Meng1-69/+29
2015-07-15x86: dm: Clean up cpu driversBin Meng1-12/+3
2015-06-04x86: baytrail: pci region 3 is not always mapped to end of ramAndrew Bradford1-1/+1
2015-05-01x86: Add a CPU driver for baytrailSimon Glass2-0/+206
2015-04-30x86: Remove unwanted MMC debuggingSimon Glass1-1/+0
2015-04-17x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass1-2/+3
2015-02-06x86: Add support for Intel Minnowboard MaxSimon Glass6-0/+336