Age | Commit message (Expand) | Author |
2019-07-12 | src: Add missing include <device/pci_ops.h> | Elyes HAOUAS |
2019-07-10 | cpu/amd: Remove empty smm_lock() | Kyösti Mälkki |
2019-07-09 | arch/x86: Flip HAVE_MONOTONIC_TIMER default | Kyösti Mälkki |
2019-07-09 | cpu/x86: Declare SMM_ASEG | Kyösti Mälkki |
2019-07-09 | arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class | Kyösti Mälkki |
2019-07-07 | lib/romstage_stack.c: Remove file | Kyösti Mälkki |
2019-06-28 | cpu/amd/family_10h-family_15h: Remove dead assignment | Jacob Garber |
2019-06-22 | src/cpu: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-06-21 | cpu: Add missing #include <commonlib/helpers.h> | Elyes HAOUAS |
2019-06-21 | cpu/amd: use ALIGN_UP instead of ALIGN for better readability | Felix Held |
2019-06-21 | src/cpu/amd/pi/00730F01: Add microcode update infrastructure for fam16h PI | Michał Żygowski |
2019-06-21 | cpu/amd/family_10h-family_15h: Fix 'if' condition identical branches | Elyes HAOUAS |
2019-06-03 | cpu/amd/family_10h-family_15h: Remove variable set but not used | Elyes HAOUAS |
2019-05-29 | src/{include,arch,cpu,lib}: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-05-23 | cpu/amd/quadcore: Remove variable set but not used | Elyes HAOUAS |
2019-04-23 | src: Add missing include 'console.h' | Elyes HAOUAS |
2019-03-29 | src: Use include <reset.h> when appropriate | Elyes HAOUAS |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-06 | src: Drop unused include <arch/acpi.h> | Elyes HAOUAS |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-03-04 | arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field | Elyes HAOUAS |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-01-14 | AGESA: Drop CONFIG_CBB and CONFIG_CDB | Kyösti Mälkki |
2019-01-14 | binaryPI: Drop CONFIG_CBB and CONFIG_CDB | Kyösti Mälkki |
2019-01-11 | Revert "cpu/amd: Use `get_option()`" | Paul Menzel |
2019-01-10 | Untangle CBFS microcode updates | Nico Huber |
2019-01-10 | binaryPI: Drop warning on EXT_CONF_SUPPORT | Kyösti Mälkki |
2019-01-09 | cpu/amd: Use `get_option()` | Paul Menzel |
2019-01-06 | device: Use pcidev_on_root() | Kyösti Mälkki |
2018-12-28 | arch/x86: SSE2 implies SSE support | Kyösti Mälkki |
2018-12-21 | cpu/amd/geode_lx: Drop support | Arthur Heymans |
2018-12-19 | cpu: Remove useless include <device/pci_ids.h> | Elyes HAOUAS |
2018-12-18 | cpu: Remove unneeded include <pc80/mc146818rtc.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | amd/{nb/amdfam10,cpu/pi}/Kconfig: Remove unused symbols | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-15 | src/cpu: Remove dead sourced lines | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-11-08 | src: Replace common MSR addresses with macros | Elyes HAOUAS |
2018-11-05 | cpu/amd: Use common AMD's MSR | Elyes HAOUAS |
2018-11-05 | amd/mtrr: Fix IORR MTRR | Elyes HAOUAS |
2018-11-05 | amd: Fix non-local header treated as local | Elyes HAOUAS |
2018-10-31 | reset: Finalize move to new API | Nico Huber |
2018-10-30 | {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macros | Elyes HAOUAS |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-19 | {cpu,drivers}/amd: Replace MTRR addresses with macros | Elyes HAOUAS |
2018-10-18 | cpu/amd: Use common AMD's MSR | Elyes HAOUAS |