summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/braswell
Commit message (Expand)AuthorAgeFilesLines
* lib/bootblock: Add simplified entry with basetimeKyösti Mälkki2019-08-261-1/+1
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-261-1/+1
* src: Remove variable length arraysJacob Garber2019-08-201-4/+5
* devicetree: Remove duplicate chip_ops declarationsKyösti Mälkki2019-08-201-2/+0
* soc/intel: Rename some SMM support functionsKyösti Mälkki2019-08-155-17/+15
* soc/intel: Drop spurious includesKyösti Mälkki2019-08-152-2/+0
* cpu/x86/smm: Define single smm_subregion()Kyösti Mälkki2019-08-151-38/+0
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-132-0/+2
* soc/intel/{APL, BSW, SKL}: Remove unused CPU_ADDR_BITS kconfigSubrata Banik2019-08-081-4/+0
* arch/x86: Handle smm_subregion() failureKyösti Mälkki2019-08-081-0/+2
* arch/x86: Change smm_subregion() prototypeKyösti Mälkki2019-08-083-14/+11
* lib/stage_cache: Refactor Kconfig optionsKyösti Mälkki2019-08-081-1/+0
* intel/braswell: Drop config IED_REGION_SIZEKyösti Mälkki2019-08-071-4/+0
* cpu/x86/smm: Promote smm_subregion()Kyösti Mälkki2019-08-073-3/+2
* soc/intel: Obsolete mmap_region_granularity()Kyösti Mälkki2019-08-071-7/+0
* soc/intel: Use config_of()Kyösti Mälkki2019-07-189-15/+12
* soc/intel/braswell/acpi/lpc.asl: Allocate used ROM size onlyFrans Hendriks2019-07-101-3/+13
* arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-1/+0
* cpu/x86: Flip SMM_TSEG defaultKyösti Mälkki2019-07-091-1/+0
* soc/intel/braswell/smbus.c: Add support for i2c mode block writeFrans Hendriks2019-06-203-0/+59
* {drivers,soc/intel/braswell}: Implement C_ENVIRONMENT_BOOTBLOCK supportFrans Hendriks2019-06-127-141/+117
* soc/intel/braswell: Use common cpu/intel/car codeArthur Heymans2019-06-041-0/+1
* soc/intel/braswell/acpi/globalnvs.asl: Remove redundant use of OffsetFrans Hendriks2019-05-291-2/+0
* sb/intel/*: Delete early_spiPatrick Rudolph2019-05-293-65/+0
* soc/intel/braswell: Don't use CAR_GLOBALArthur Heymans2019-05-291-23/+18
* soc/{baytrail/braswell/broadwell}: fix flashconsole on platformMatt DeVillier2019-05-221-0/+2
* soc/intel/fsp1.1: Implement postcar stageArthur Heymans2019-05-211-0/+2
* soc/intel/braswell/pmutil.c: Use GEN_PMCON1 for RTC statusFrans Hendriks2019-05-201-7/+6
* soc/intel/braswell: Remove unused include <timestamp.h>Elyes HAOUAS2019-05-131-1/+0
* soc/intel/braswell: Add tsc_freq.c and pmutil.c in verstageFrans Hendriks2019-05-131-0/+3
* soc/intel/braswell/smbus: Enable early SMBus in romstageMichał Żygowski2019-05-102-0/+30
* intel/fsp1_1: Drop remnants of `pei_data`Nico Huber2019-05-073-78/+0
* soc/intel/bsw: Move memory init values into `romstage.h`Nico Huber2019-05-072-3/+4
* intel/fsp1_1: Move MRC cache pointers into `romstage_params`Nico Huber2019-05-071-9/+0
* intel/fsp1_1: Drop `boot_mode` from `pei_data`Nico Huber2019-05-071-3/+0
* soc/intel/braswell/Makefile.inc: Remove commented-out lineFrans Hendriks2019-05-061-2/+0
* {soc, southbridge} : Correct typo in commentFrans Hendriks2019-05-031-1/+1
* soc/intel/braswell: add default option to use public FSPMatt DeVillier2019-05-034-31/+15
* vboot: refactor OPROM codeJoel Kitching2019-04-301-1/+1
* soc/intel/braswell: Move LPE ACPI code to mainboardFrans Hendriks2019-04-291-3/+0
* soc/{amd,intel}/chip: Use local include for chip.hElyes HAOUAS2019-04-263-3/+6
* soc/intel/braswell/acpi/lpss.asl: Remove SPI1 and PWM asl codeFrans Hendriks2019-04-231-109/+1
* {src,util}: Correct typo in comment and debug stringFrans Hendriks2019-04-081-1/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* soc/intel/braswell: Correct serial IRQ supportFrans Hendriks2019-04-043-10/+38
* vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more casesJulius Werner2019-04-011-0/+1
* src: Use include <reset.h> when appropriateElyes HAOUAS2019-03-291-1/+0
* soc/intel/{baytrail,braswell}: Make use of generic set_subsystem()Kyösti Mälkki2019-03-221-13/+1
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-15/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-203-2/+2