summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark
Commit message (Expand)AuthorAgeFilesLines
...
* soc/intel/quark: Prepare for FSP2.0 supportLee Leahy2016-08-0311-233/+318
* soc/intel/quark: Initialize MTRRs in bootblockLee Leahy2016-08-032-0/+38
* soc/intel/quark: Remove use of EDK-II macros and data typesLee Leahy2016-08-035-28/+31
* soc/intel/quark: Make ramstage relocatableLee Leahy2016-08-031-0/+1
* soc/intel/quark: Enable use of hard resetLee Leahy2016-08-011-0/+2
* soc/intel/quark: Fix car_stage_entry routine name.Lee Leahy2016-08-013-3/+3
* src/soc: Capitalize CPU, ACPI, RAM and ROMElyes HAOUAS2016-07-311-1/+1
* Remove extra newlines from the end of all coreboot files.Martin Roth2016-07-311-1/+0
* cpu/x86: Support CPUs without rdmsr/wrmsr instructionsLee Leahy2016-07-275-95/+97
* soc/intel/quark: Fix legacy GPIO readsLee Leahy2016-07-201-0/+1
* soc/intel/quark: use common Intel ACPI hardware definitionsAaron Durbin2016-07-152-7/+3
* soc/intel/quark/bootblock: Remove clear_smi_and_wake_eventsJonathan Neuschäfer2016-07-141-9/+0
* soc/intel/quark: Set CBMEM top from HW registerLee Leahy2016-07-121-2/+14
* soc/intel/quark: Add host bridge access supportLee Leahy2016-07-122-0/+51
* soc/intel/quark: Pass in the memory initialization parametersLee Leahy2016-07-082-9/+171
* soc/intel/quark: Remove use of PDAT.bin fileLee Leahy2016-07-083-49/+0
* PCI: Use PCI_DEVFN macro instead of DEV_FUNCWerner Zeh2016-07-061-2/+3
* soc/intel/quark: Add C bootblockLee Leahy2016-06-1210-284/+283
* soc/intel/quark: Pass serial port address to FSPLee Leahy2016-06-091-5/+18
* quark: Enable HSUART0 as consoleLee Leahy2016-05-314-14/+29
* soc/intel/quark: Move UART init into romstage.cLee Leahy2016-05-314-45/+9
* soc/intel/quark: Split I2C out from driverLee Leahy2016-05-313-152/+178
* soc/intel/quark: Set temporary I2C base addressLee Leahy2016-05-312-2/+4
* soc/intel/quark: Conditionally define BIT namesLee Leahy2016-05-311-0/+2
* soc/intel/quark: Fix reg_script displayLee Leahy2016-05-311-9/+9
* soc/intel/quark: Clear SMI interrupts and wake eventsLee Leahy2016-05-315-6/+97
* soc/intel/quark: Rename pmc.c to lpc.cLee Leahy2016-05-312-1/+1
* soc/intel/quark: Add PCIe reset supportLee Leahy2016-05-317-4/+196
* soc/intel/quark: Add USB device port supportLee Leahy2016-05-252-3/+33
* soc/intel/quark: Add EHCI errataLee Leahy2016-05-231-0/+13
* soc/intel/quark: Rename usb.c to ehci.cLee Leahy2016-05-232-1/+1
* soc/intel/quark: Switch reference from uart_dev to uart_bdfLee Leahy2016-05-231-4/+4
* soc/intel/quark: Add I2C supportLee Leahy2016-05-186-26/+369
* soc/intel/quark: Fix spelling errorLee Leahy2016-05-171-1/+1
* soc/intel/quark: Perform GPIO initializationLee Leahy2016-05-172-2/+31
* soc/intel/quark: Add GPIO register accessLee Leahy2016-05-173-0/+126
* soc/intel/quark: Add LPC symbolsLee Leahy2016-05-171-5/+4
* soc/intel/quark: Reformat include/soc/pci_devs.hLee Leahy2016-05-171-6/+9
* soc/intel/quark: Add Ioh.h from EDK-IILee Leahy2016-05-171-0/+254
* soc/intel/quark/include/soc: Update the Intel licenseLee Leahy2016-05-112-8/+6
* drivers/uart: Use uart_platform_refclk for all UART modelsLee Leahy2016-05-091-0/+1
* soc/intel/quark: Identify the console UARTLee Leahy2016-05-091-0/+7
* soc/intel/quark: Add script time delay supportLee Leahy2016-05-052-0/+16
* soc/intel/quark: Add temperature sensor supportLee Leahy2016-05-053-0/+197
* soc/intel/quark: Add USB PHY initializationLee Leahy2016-05-048-33/+271
* soc/intel/quark: Add IntelQNCConfig.h from EDK-IILee Leahy2016-05-031-0/+73
* soc/intel/quark: Remove UPD parametersLee Leahy2016-05-022-35/+1
* soc/intel/quark: Fix MTRR readsLee Leahy2016-04-221-1/+0
* soc/intel/quark: Fix uninitialized variable d_variantLee Leahy2016-04-221-0/+1
* soc/intel/quark: Disable the ROM shadowLee Leahy2016-03-214-14/+52