summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
* tegra124: add custom uartGabe Black2014-08-294-2/+192
* exynos: Fix the name of the chip_operations structures.Gabe Black2014-08-292-4/+4
* arm: libpayload: Make cache invalidation take pointers instead of integersJulius Werner2014-08-292-2/+2
* soc/intel/baytrail/Kconfig: Remove empty line at top filePaul Menzel2014-08-281-1/+0
* tegra124: Add a custom bootblock implementation.Gabe Black2014-08-284-3/+117
* armv7: Move Exynos from 'cpu' to 'soc'.Hung-Te Lin2014-08-26101-0/+22819
* ARM: Overhaul the ARM Makefile.Gabe Black2014-08-223-1/+4
* tegra124: Implement the tegra i2c driver.Gabe Black2014-08-195-0/+415
* tegra124: Implement driver code for the pinmux, pingroup controls, and GPIOs.Gabe Black2014-08-1911-0/+859
* tegra124: Pick addresses to load the rom and ram stages.Gabe Black2014-08-191-0/+8
* tegra: Change how tegra124 and tegra include files from each other.Gabe Black2014-08-184-69/+66
* 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