summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark
Commit message (Expand)AuthorAgeFilesLines
* src: Make HAVE_CF9_RESET set the FADT reset registerAngel Pons2020-07-201-12/+1
* src: Never overwrite `fadt->flags`Angel Pons2020-07-201-1/+1
* src: Remove unused 'include <cpu/x86/msr.h>'Elyes HAOUAS2020-07-141-1/+0
* src: Report byte-sized access for GPE0Angel Pons2020-06-241-1/+1
* Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi2020-06-191-2/+2
* ACPI: Remove Kconfig COMMON_FADTKyösti Mälkki2020-06-101-1/+0
* soc/intel/baytrail,braswell,broadwell,quark: Select COMMON_FADTKyösti Mälkki2020-06-071-0/+1
* mb,soc/intel: Rename acpi_fill_in_fadt() to acpi_fill_fadt()Kyösti Mälkki2020-06-072-2/+1
* src: Remove unused 'include <cpu/x86/mtrr.h>'Elyes HAOUAS2020-06-061-1/+0
* soc/intel/quark/memmap: Add missing 'include <cpu/x86/mtrr.h>'Elyes HAOUAS2020-06-031-0/+1
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-6/+0
* device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel2020-05-121-5/+0
* soc/intel/quark: Revamp file headersPatrick Georgi2020-05-113-42/+14
* treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi2020-05-112-53/+2
* treewide: split off license text, remove extra copyright noticesPatrick Georgi2020-05-112-2/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1143-43/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-092-18/+2
* {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-081-13/+2
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-3/+3
* src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS2020-05-011-1/+0
* acpi: Bump FADT to revision 6Patrick Rudolph2020-04-131-4/+4
* soc/intel/quark: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0640-523/+80
* soc: Remove copyright noticesPatrick Georgi2020-03-1848-76/+0
* soc/intel: Add get_pmbaseEugene Myers2020-02-042-0/+10
* {nb,soc}: Replace min/max() with MIN/MAX()Elyes HAOUAS2019-12-201-1/+2
* src: Remove unused 'include <arch/cpu.h>'Elyes HAOUAS2019-12-191-1/+0
* printf: Automatically prefix %p with 0xJulius Werner2019-12-114-6/+6
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-251-6/+0
* arch/x86/car.ld: Rename suffix _start/_endArthur Heymans2019-11-122-2/+2
* drivers/intel/fsp2_0: move common cbmem_top_chipset to fsp driverMichael Niewöhner2019-11-111-2/+0
* soc/intel/quark: make use of common cbmem_top_chipsetMichael Niewöhner2019-11-112-17/+2
* soc/intel/{apl,dnv,quark}: Use strip_quotes for FSP optionsMario Scheithauer2019-11-071-1/+1
* drivers/intel/fsp2_0: Use strip_quotes for cbfs filenamesWim Vervoorn2019-11-051-1/+1
* arch/x86: Use the stage argument to implement cbmem_topArthur Heymans2019-11-031-2/+0
* intel/quark: Switch to TSC_MONOTONIC_TIMERKyösti Mälkki2019-11-032-11/+1
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-031-1/+0
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-011-1/+1
* soc,mb/intel: clean up remaining FSP2.0 socs/boardsMichael Niewöhner2019-10-265-11/+7
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-081-1/+1
* intel/quark: Drop xx_DEV_FUNCKyösti Mälkki2019-10-021-4/+0
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-1/+1
* src/soc: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-151-1/+0
* soc/intel: Remove some __PRE_RAM__ useKyösti Mälkki2019-09-131-4/+0
* arch/x86: Restrict use of _car_global[start|end]Kyösti Mälkki2019-09-111-1/+1
* arch/x86: Drop _car_relocatable_data symbolsKyösti Mälkki2019-09-111-1/+1
* soc/intel/quark: Remove variable set but not usedElyes HAOUAS2019-09-021-2/+1
* intel/quark: Use common romstage entryKyösti Mälkki2019-08-302-7/+2
* intel/quark: Select NO_SMMKyösti Mälkki2019-08-301-0/+1
* intel/quark: Remove extra steps on entry to romstageKyösti Mälkki2019-08-304-75/+1
* soc/intel: Move fill_postcar_frame to memmap.cKyösti Mälkki2019-08-282-25/+27