summaryrefslogtreecommitdiff
path: root/src/soc/intel/quark
AgeCommit message (Expand)Author
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-08{security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-05-01src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS
2020-04-13acpi: Bump FADT to revision 6Patrick Rudolph
2020-04-06soc/intel/quark: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-18soc: Remove copyright noticesPatrick Georgi
2020-02-04soc/intel: Add get_pmbaseEugene Myers
2019-12-20{nb,soc}: Replace min/max() with MIN/MAX()Elyes HAOUAS
2019-12-19src: Remove unused 'include <arch/cpu.h>'Elyes HAOUAS
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-11-25Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans
2019-11-12arch/x86/car.ld: Rename suffix _start/_endArthur Heymans
2019-11-11drivers/intel/fsp2_0: move common cbmem_top_chipset to fsp driverMichael Niewöhner
2019-11-11soc/intel/quark: make use of common cbmem_top_chipsetMichael Niewöhner
2019-11-07soc/intel/{apl,dnv,quark}: Use strip_quotes for FSP optionsMario Scheithauer
2019-11-05drivers/intel/fsp2_0: Use strip_quotes for cbfs filenamesWim Vervoorn
2019-11-03arch/x86: Use the stage argument to implement cbmem_topArthur Heymans
2019-11-03intel/quark: Switch to TSC_MONOTONIC_TIMERKyösti Mälkki
2019-11-03cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki
2019-11-01lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans
2019-10-26soc,mb/intel: clean up remaining FSP2.0 socs/boardsMichael Niewöhner
2019-10-08device: Use scan_static_bus() over scan_lpc_bus()Nico Huber
2019-10-02intel/quark: Drop xx_DEV_FUNCKyösti Mälkki
2019-10-02soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki
2019-09-15src/soc: Remove unused include <device/pci_ops.h>Elyes HAOUAS
2019-09-13soc/intel: Remove some __PRE_RAM__ useKyösti Mälkki
2019-09-11arch/x86: Restrict use of _car_global[start|end]Kyösti Mälkki
2019-09-11arch/x86: Drop _car_relocatable_data symbolsKyösti Mälkki
2019-09-02soc/intel/quark: Remove variable set but not usedElyes HAOUAS
2019-08-30intel/quark: Use common romstage entryKyösti Mälkki
2019-08-30intel/quark: Select NO_SMMKyösti Mälkki
2019-08-30intel/quark: Remove extra steps on entry to romstageKyösti Mälkki
2019-08-28soc/intel: Move fill_postcar_frame to memmap.cKyösti Mälkki
2019-08-26lib/bootblock: Add simplified entry with basetimeKyösti Mälkki
2019-08-26soc/intel: Use common romstage codeKyösti Mälkki
2019-08-22arch/x86: Add <arch/romstage.h>Kyösti Mälkki
2019-08-20devicetree: Remove duplicate chip_ops declarationsKyösti Mälkki
2019-07-18soc/intel: Use config_of()Kyösti Mälkki
2019-07-12src: Add missing include <device/pci_ops.h>Elyes HAOUAS
2019-07-09arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki
2019-07-04arch/x86: Adjust size of postcar stackKyösti Mälkki
2019-07-02src: Use CRx_TYPE type for CRxElyes HAOUAS
2019-05-29soc/intel/quark: Don't use CAR_GLOBALArthur Heymans
2019-05-29intel/quark/storage_test.h: Drop external variable declarationArthur Heymans
2019-05-22post_code: add post code for hardware initialization failureKeith Short
2019-05-22post_code: add post code for critical CBFS failuresKeith Short
2019-05-21soc/intel/fsp1.1: Implement postcar stageArthur Heymans
2019-04-26soc/{amd,intel}/chip: Use local include for chip.hElyes HAOUAS
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS