summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/galileo
Commit message (Expand)AuthorAgeFilesLines
* mb/intel/galileo: Drop supportFelix Singer2023-05-2016-879/+0
* src/mb: Update unlicensable files with the CC-PDDC SPDX IDMartin Roth2022-08-131-0/+4
* tpm: Refactor TPM Kconfig dimensionsJes B. Klinke2022-04-211-1/+2
* Kconfig: Select UDK2017Patrick Rudolph2022-03-311-1/+1
* mb/intel/galileo/reg_access.c: Remove duplicated "ERROR" in log messagesElyes HAOUAS2022-02-081-4/+2
* mb/*: Specify type of `MAINBOARD_PART_NUMBER` onceAngel Pons2021-07-261-1/+0
* mb/*: Specify type of `MAINBOARD_DIR` onceAngel Pons2021-07-261-1/+0
* mb/intel/galileo: Clean up `FMDFILE` Kconfig handlingAngel Pons2021-07-261-9/+1
* ACPI: Add top-level ASLKyösti Mälkki2021-01-271-0/+1
* {src/mb,util/autoport}: Use macro for DSDT revisionElyes HAOUAS2020-10-131-1/+1
* Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi2020-06-191-1/+1
* soc/intel/baytrail,braswell,broadwell,quark: Select COMMON_FADTKyösti Mälkki2020-06-071-25/+0
* mb,soc/intel: Rename acpi_fill_in_fadt() to acpi_fill_fadt()Kyösti Mälkki2020-06-071-1/+1
* mainboard/*/*/*.cb: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-3/+0
* mainboard/*/*/Kconfig*: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-6/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-3/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1113-13/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-094-36/+4
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-062-4/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* mainboard/intel: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-069-117/+18
* mainboard/[g-p]*: Remove copyright noticesPatrick Georgi2020-03-1813-17/+0
* vboot: push clear recovery mode switch until BS_WRITE_TABLESJoel Kitching2020-02-171-10/+0
* mb/*/*/Kconfig: Drop redundant redeclaration of MAINBOARD_VENDORArthur Heymans2019-11-281-4/+0
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-231-1/+1
* security/vboot/Kconfig: Remove unused symbolsArthur Heymans2019-11-061-1/+0
* soc,mb/intel: clean up remaining FSP2.0 socs/boardsMichael Niewöhner2019-10-261-2/+0
* mb/intel/{galileo,wtm2}: Use macro instead of magic numberElyes HAOUAS2019-10-041-1/+1
* cpu/x86/smm: Promote smm_memory_map()Kyösti Mälkki2019-08-151-1/+0
* arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki2019-08-111-1/+0
* arch/x86: Enable POSTCAR_CONSOLE by defaultKyösti Mälkki2019-08-111-1/+0
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-4/+4
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-083-8/+8
* mainboard: Enable PRESERVE flag in all vboot/chromeos FMD filesHung-Te Lin2019-03-051-5/+5
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-042-2/+0
* ACPI: Correct asl_compiler_revision valueElyes HAOUAS2019-02-211-1/+2
* mb/intel/galileo: Drop the FSP1.1 optionArthur Heymans2019-02-113-78/+12
* [RFC]util/checklist: Remove this functionalityArthur Heymans2019-01-141-2/+0
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+0
* mb: Set coreboot as DSDT's manufacturer model IDElyes HAOUAS2018-11-231-2/+3
* ACPI: Fix DSDT's revision fieldElyes HAOUAS2018-11-211-1/+1
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* mainboard: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-052-2/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* mainboards: Add SMMSTORE region in chromeos configsPatrick Georgi2018-09-121-1/+2
* mainboard: Get rid of device_tElyes HAOUAS2018-06-091-1/+1
* security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese2018-06-041-2/+2
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2