summaryrefslogtreecommitdiff
path: root/src/soc/intel/quark/romstage
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-011-1/+0
* soc/intel: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-041-2/+2
* arch/x86/postcar: Set up postcar MTRR in C codeArthur Heymans2022-05-162-84/+0
* drivers/intel/fsp2_0: Fix running on x86_64Patrick Rudolph2021-02-041-3/+3
* cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()Julius Werner2020-12-031-15/+2
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-3/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-118-8/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-9/+1
* src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS2020-05-011-1/+0
* soc/intel/quark: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-067-91/+14
* soc: Remove copyright noticesPatrick Georgi2020-03-188-12/+0
* printf: Automatically prefix %p with 0xJulius Werner2019-12-112-4/+4
* arch/x86/car.ld: Rename suffix _start/_endArthur Heymans2019-11-121-1/+1
* soc,mb/intel: clean up remaining FSP2.0 socs/boardsMichael Niewöhner2019-10-262-3/+1
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-1/+1
* 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
* intel/quark: Use common romstage entryKyösti Mälkki2019-08-302-7/+2
* intel/quark: Remove extra steps on entry to romstageKyösti Mälkki2019-08-303-74/+1
* soc/intel: Move fill_postcar_frame to memmap.cKyösti Mälkki2019-08-281-25/+0
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-261-11/+15
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-221-0/+1
* soc/intel: Use config_of()Kyösti Mälkki2019-07-181-5/+1
* arch/x86: Adjust size of postcar stackKyösti Mälkki2019-07-041-1/+2
* soc/intel/quark: Don't use CAR_GLOBALArthur Heymans2019-05-292-9/+7
* post_code: add post code for critical CBFS failuresKeith Short2019-05-221-1/+2
* soc/intel/fsp1.1: Implement postcar stageArthur Heymans2019-05-212-8/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-083-8/+8
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* console: Split loglevel for fast and slowKyösti Mälkki2019-02-271-1/+1
* mb/intel/galileo: Drop the FSP1.1 optionArthur Heymans2019-02-112-248/+0
* device: Use pcidev_path_on_root()Kyösti Mälkki2019-01-062-2/+2
* soc/intel: Get rid of device_tElyes HAOUAS2018-12-201-1/+1
* soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* cpuid: Add helper function for cpuid(1) functionsSubrata Banik2018-12-131-5/+4
* {mb/cubieboard,soc/intel/quark}: Remove define __SIMPLE_DEVICE__Elyes HAOUAS2018-11-293-3/+0
* soc/intel/common: Bring DISPLAY_MTRRS into the lightNico Huber2018-11-231-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-162-2/+0
* soc/{amd,intel}: Use postcar_frame_add_romcache()Nico Huber2018-06-041-2/+1
* soc/{amd,intel}: Use CACHE_ROM_(BASE|SIZE)Nico Huber2018-05-311-2/+2
* soc/intel/quark: Add SD/MMC test supportLee Leahy2017-05-081-0/+17
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-281-1/+1
* soc/intel/quark: Read the rmu.bin file from read-only regionLee Leahy2017-03-153-16/+42
* soc/intel/quark: Add ESRAM display to FSP 1.1Lee Leahy2017-03-141-0/+33
* soc/intel/quark: Fix errors detected by checkpatchLee Leahy2017-03-071-3/+2
* soc/intel/quark: Add early debugging codeLee Leahy2017-01-031-0/+4
* driver/intel/fsp2_0: Add version parameter to FSP platform callbackAndrey Petrov2016-11-301-1/+1
* soc/intel/quark: Fix FSP 2.0 buildLee Leahy2016-09-302-10/+16
* soc/intel/quark: Switch to using serial routines for FSPLee Leahy2016-08-102-9/+13