summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/baytrail
Commit message (Expand)AuthorAgeFilesLines
* cpu/x86: Flip SMM_TSEG defaultKyösti Mälkki2019-07-091-1/+0
* arch/x86: Adjust size of postcar stackKyösti Mälkki2019-07-041-3/+1
* soc/intel/baytrail: set default VBIOS filename and PCI IDMatt DeVillier2019-06-021-0/+10
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* sb/intel/*: Delete early_spiPatrick Rudolph2019-05-293-62/+0
* soc/{baytrail/braswell/broadwell}: fix flashconsole on platformMatt DeVillier2019-05-221-0/+2
* vboot: refactor OPROM codeJoel Kitching2019-04-301-1/+1
* soc/intel/baytrail: Correct array bounds checkJacob Garber2019-04-081-1/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-2/+0
* vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more casesJulius Werner2019-04-011-0/+1
* soc/intel/{baytrail,braswell}: Make use of generic set_subsystem()Kyösti Mälkki2019-03-221-11/+1
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-13/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-204-4/+2
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-161-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-089-19/+19
* src: Drop unused include <arch/acpi.h>Elyes HAOUAS2019-03-061-1/+0
* soc/intel: Use simple PCI config accessKyösti Mälkki2019-03-061-16/+4
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0412-7/+13
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-0412-12/+0
* arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS2019-03-041-9/+9
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-0118-0/+18
* intel/spi: Switch to native PCI config accessorsKyösti Mälkki2019-02-281-31/+3
* intel/spi: Fix use of __SIMPLE_DEVICE__Kyösti Mälkki2019-02-281-1/+1
* security/vboot: Add measured boot modePhilipp Deppenwiese2019-02-251-0/+1
* soc/intel/baytrail: Don't use CAR_GLOBALArthur Heymans2019-02-131-4/+3
* postcar: Make more use of postcar_frame_add_romcache()Nico Huber2019-02-121-2/+1
* soc/intel/baytrail: Use non-evict CAR setupArthur Heymans2019-02-113-218/+2
* soc/intel/baytrail/romstage: Remove unneeded white spaceElyes HAOUAS2019-01-231-2/+2
* cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCKKyösti Mälkki2019-01-083-18/+25
* arch/x86: Unify bootblock MMX register usageKyösti Mälkki2019-01-081-8/+4
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-064-4/+4
* arch/x86: Use a common timestamp.inc with romcc bootblocksKyösti Mälkki2018-12-302-37/+0
* cpu/intel/car: Drop remains of setup_stack_and_mtrrs()Kyösti Mälkki2018-12-301-7/+0
* soc/intel: Drop romstage_after_car()Kyösti Mälkki2018-12-282-8/+0
* soc/intel/*: Select SUPPORT_CPU_UCODE_IN_CBFS only onceArthur Heymans2018-12-241-1/+0
* cpu/intel/common: decouple IA32_FEATURE_CONTROL lock from set_vmx()Matt DeVillier2018-12-201-1/+1
* soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-192-2/+0
* soc/baytrail: add vmx support via CPU_INTEL_COMMONMatt DeVillier2018-12-183-0/+6
* soc/intel/baytrail: Implement POSTCAR stageArthur Heymans2018-12-054-90/+15
* soc/intel/baytrail: Use postcar_frame functions to set up frameArthur Heymans2018-12-051-64/+19
* soc/intel/baytrail: Improve CAR setupArthur Heymans2018-12-051-26/+49
* elog: make elog's SMM handler code follow everything elsePatrick Georgi2018-12-051-2/+2
* cpu/intel/common: Use a common acpi/cpu.asl fileArthur Heymans2018-11-301-36/+0
* soc/intel/baytrail: Rework acpi/cpu.aslArthur Heymans2018-11-302-45/+16
* soc/intel/{baytrail,broadwell}: Correct Chromeos RAM reservationFrans Hendriks2018-11-281-1/+2
* src/soc/intel/baytrail/southcluster.c: Replace fixed values by definesFrans Hendriks2018-11-231-2/+3
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-163-3/+0
* src: Get rid of duplicated includesElyes HAOUAS2018-11-162-2/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-124-4/+1