summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
* tegra124: fix Kconfig ARCH settingsIsaac Christensen2014-08-151-1/+3
* Move baytrail-specific config to baytrail.Vladimir Serbinenko2014-08-151-0/+17
* Tegra,Tegra124: proposed layout for file hierarchy with exampleRonald G. Minnich2014-08-135-0/+630
* tegra124: Implement the monotonic timer by reading the 1us timer register.Gabe Black2014-08-121-0/+3
* tegra124: Add stack related config options to the Kconfig.Gabe Black2014-08-121-0/+12
* tegra124: Add some make rules which will wrap the bootblock in the BCT.Gabe Black2014-08-121-0/+31
* soc/intel/fsp_baytrail: set up for including irqroute.h twiceMartin Roth2014-08-111-0/+8
* tegra124: Add a stub implementation of the tegra124 SOC.Gabe Black2014-08-0510-0/+181
* fsp_baytrail/.../gpio.h: Add GPIO_NC1 for GPIOS on func 1Martin Roth2014-08-011-4/+5
* src/.../Kconfig: various small fixes to textsDaniele Forsi2014-07-232-2/+2
* soc,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-172-2/+0
* soc,ASL: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-177-7/+0
* SPI: Split writes using spi_crop_chunk()Kyösti Mälkki2014-07-142-2/+12
* soc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-0812-12/+0
* spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black2014-07-052-20/+10
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-054-6/+4
* baytrail_fsp: Fix the mmconf KconfigMartin Roth2014-06-231-3/+1
* fsp_baytrail: Minor Kconfig updatesMartin Roth2014-06-231-2/+2
* intel boards: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-213-12/+3
* fsp_baytrail: Add the default FSP locationMartin Roth2014-06-181-0/+10
* fsp_baytrail: Add Baytrail B0/B1 "Super SKU" microcodeMartin Roth2014-06-182-2/+3
* ACPI: Remove CBMEM TOC from GNVSKyösti Mälkki2014-06-182-2/+2
* fsp_baytrail: remove version from default vbios pathMartin Roth2014-06-131-1/+1
* fsp_baytrail: Fix CONFIG_ENABLE_FSP_FAST_BOOTMartin Roth2014-06-131-1/+1
* cpu/intel/fsp_model_206ax: change realpath to readlinkMartin Roth2014-05-301-1/+1
* fsp_baytrail: Add the FSP version of Intel's Bay Trail-I chipMartin Roth2014-05-2974-0/+10664
* build: separate CPPFLAGS from CFLAGSPatrick Georgi2014-05-171-1/+1
* build: CPPFLAGS is more common than INCLUDESPatrick Georgi2014-05-171-1/+1
* baytrail: Add SOC thermal settingsDuncan Laurie2014-05-154-1/+74
* baytrail: Enable PCIe common clock and ASPMDuncan Laurie2014-05-151-0/+2
* baytrail: enable graphics turboAaron Durbin2014-05-151-0/+4
* baytrail: use CPU_INTEL_TURBO_NOT_PACKAGE_SCOPEDAaron Durbin2014-05-152-1/+9
* baytrail: Add ACPI Device for XHCIDuncan Laurie2014-05-152-0/+39
* baytrail: nvm: use proper types for checking eraseAaron Durbin2014-05-151-2/+3
* baytrail: mrc_cache: check region erased before erasingAaron Durbin2014-05-151-3/+6
* baytrail: add C0 microcode updateAaron Durbin2014-05-132-0/+12801
* baytrail: reboot with EC in S0 with no MRC cache and EC in RWAaron Durbin2014-05-131-0/+8
* baytrail: dptf: Add disable trip point methodsDuncan Laurie2014-05-132-101/+68
* baytrail: Updates for DPTF ACPI frameworkDuncan Laurie2014-05-133-58/+146
* baytrail: don't SMI on tco timer firingAaron Durbin2014-05-131-2/+2
* baytrail: clear the pmc wake status registersAaron Durbin2014-05-133-0/+16
* baytrail: log reset, power, and wake events in elogAaron Durbin2014-05-132-0/+119
* baytrail: snapshot power state in romstageAaron Durbin2014-05-132-23/+119
* baytrail: add cpuid for C0Aaron Durbin2014-05-131-0/+1
* baytrail: align with intel recommendationsAaron Durbin2014-05-121-1/+0
* baytrail: add way to load reference code from vboot areaAaron Durbin2014-05-121-10/+50
* baytrail: Expose IOSF as ACPI objectDuncan Laurie2014-05-121-0/+21
* baytrail: Put devices in ACPI mode after setupDuncan Laurie2014-05-122-4/+4
* baytrail: Add header include wrapper and offset defineDuncan Laurie2014-05-121-0/+8
* baytrail: cache reference code for S3 resumeAaron Durbin2014-05-101-8/+101