| Commit message (Expand) | Author | Age | Files | Lines |
* | mainboards: Drop PWRS from GNVS | Kyösti Mälkki | 2021-02-11 | 1 | -1/+1 |
* | soc/amd,intel: Drop s3_resume parameter on FSP-S functions | Kyösti Mälkki | 2021-02-09 | 1 | -2/+1 |
* | soc/intel/quark/storage_test.c: Remove redundant <commonlib/cbmem_id.h> | Elyes HAOUAS | 2021-02-07 | 1 | -1/+0 |
* | sb,soc/intel: Add wake source fields in GNVS | Kyösti Mälkki | 2021-02-06 | 1 | -0/+4 |
* | drivers/intel/fsp2_0: Fix running on x86_64 | Patrick Rudolph | 2021-02-04 | 1 | -3/+3 |
* | arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limits | Kyösti Mälkki | 2021-01-28 | 1 | -4/+0 |
* | soc/intel/quark/gpio_i2c.c: Use __func__ | Elyes HAOUAS | 2021-01-24 | 1 | -1/+1 |
* | soc/intel/quark: Add pwrs in <soc/nvs.h> | Kyösti Mälkki | 2021-01-21 | 1 | -0/+1 |
* | ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocations | Kyösti Mälkki | 2021-01-10 | 1 | -0/+12 |
* | arch/x86: Move prologue to .init section | Kyösti Mälkki | 2021-01-07 | 1 | -0/+2 |
* | cbfs: Introduce cbfs_ro_map() and cbfs_ro_load() | Julius Werner | 2020-12-03 | 1 | -15/+2 |
* | soc/intel/{broadwell,quark}: Drop `PEI_DATA` typedef | Angel Pons | 2020-11-25 | 1 | -2/+0 |
* | arch/x86: Introduce `ARCH_ALL_STAGES_X86_32` | Angel Pons | 2020-09-26 | 1 | -4/+1 |
* | src/soc/intel: Drop unneeded empty lines | Elyes HAOUAS | 2020-09-21 | 4 | -6/+0 |
* | include/console/uart: make index parameter unsigned | Felix Held | 2020-09-12 | 1 | -1/+1 |
* | {include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistent | Subrata Banik | 2020-09-01 | 2 | -2/+2 |
* | src: Make HAVE_CF9_RESET set the FADT reset register | Angel Pons | 2020-07-20 | 1 | -12/+1 |
* | src: Never overwrite `fadt->flags` | Angel Pons | 2020-07-20 | 1 | -1/+1 |
* | src: Remove unused 'include <cpu/x86/msr.h>' | Elyes HAOUAS | 2020-07-14 | 1 | -1/+0 |
* | src: Report byte-sized access for GPE0 | Angel Pons | 2020-06-24 | 1 | -1/+1 |
* | Kconfig: Escape variable to accommodate new Kconfig versions | Patrick Georgi | 2020-06-19 | 1 | -2/+2 |
* | ACPI: Remove Kconfig COMMON_FADT | Kyösti Mälkki | 2020-06-10 | 1 | -1/+0 |
* | soc/intel/baytrail,braswell,broadwell,quark: Select COMMON_FADT | Kyösti Mälkki | 2020-06-07 | 1 | -0/+1 |
* | mb,soc/intel: Rename acpi_fill_in_fadt() to acpi_fill_fadt() | Kyösti Mälkki | 2020-06-07 | 2 | -2/+1 |
* | src: Remove unused 'include <cpu/x86/mtrr.h>' | Elyes HAOUAS | 2020-06-06 | 1 | -1/+0 |
* | soc/intel/quark/memmap: Add missing 'include <cpu/x86/mtrr.h>' | Elyes HAOUAS | 2020-06-03 | 1 | -0/+1 |
* | src: Remove leading blank lines from SPDX header | Elyes HAOUAS | 2020-05-18 | 2 | -6/+0 |
* | device/pci_device: Extract pci_domain_set_resources from SOC | Raul E Rangel | 2020-05-12 | 1 | -5/+0 |
* | soc/intel/quark: Revamp file headers | Patrick Georgi | 2020-05-11 | 3 | -42/+14 |
* | treewide: Replace BSD-3-Clause and ISC headers with SPDX headers | Patrick Georgi | 2020-05-11 | 2 | -53/+2 |
* | treewide: split off license text, remove extra copyright notices | Patrick Georgi | 2020-05-11 | 2 | -2/+1 |
* | treewide: Remove "this file is part of" lines | Patrick Georgi | 2020-05-11 | 43 | -43/+0 |
* | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi | 2020-05-09 | 2 | -18/+2 |
* | {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS | 2020-05-08 | 1 | -13/+2 |
* | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh | 2020-05-02 | 2 | -3/+3 |
* | src: Remove unused 'include <cpu/x86/cache.h>' | Elyes HAOUAS | 2020-05-01 | 1 | -1/+0 |
* | acpi: Bump FADT to revision 6 | Patrick Rudolph | 2020-04-13 | 1 | -4/+4 |
* | soc/intel/quark: Use SPDX for GPL-2.0-only files | Angel Pons | 2020-04-06 | 40 | -523/+80 |
* | soc: Remove copyright notices | Patrick Georgi | 2020-03-18 | 48 | -76/+0 |
* | soc/intel: Add get_pmbase | Eugene Myers | 2020-02-04 | 2 | -0/+10 |
* | {nb,soc}: Replace min/max() with MIN/MAX() | Elyes HAOUAS | 2019-12-20 | 1 | -1/+2 |
* | src: Remove unused 'include <arch/cpu.h>' | Elyes HAOUAS | 2019-12-19 | 1 | -1/+0 |
* | printf: Automatically prefix %p with 0x | Julius Werner | 2019-12-11 | 4 | -6/+6 |
* | Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol | Arthur Heymans | 2019-11-25 | 1 | -6/+0 |
* | arch/x86/car.ld: Rename suffix _start/_end | Arthur Heymans | 2019-11-12 | 2 | -2/+2 |
* | drivers/intel/fsp2_0: move common cbmem_top_chipset to fsp driver | Michael Niewöhner | 2019-11-11 | 1 | -2/+0 |
* | soc/intel/quark: make use of common cbmem_top_chipset | Michael Niewöhner | 2019-11-11 | 2 | -17/+2 |
* | soc/intel/{apl,dnv,quark}: Use strip_quotes for FSP options | Mario Scheithauer | 2019-11-07 | 1 | -1/+1 |
* | drivers/intel/fsp2_0: Use strip_quotes for cbfs filenames | Wim Vervoorn | 2019-11-05 | 1 | -1/+1 |
* | arch/x86: Use the stage argument to implement cbmem_top | Arthur Heymans | 2019-11-03 | 1 | -2/+0 |