coreboot/src
Nico Huber f79a50a655 intel/alderlake: Sort FSP paths, most specific selectors first
The `!FSP_USE_REPO` is most specific,  if we're not using the FSP repo,
we can ignore all the FSP-repo paths. Hence put these first.

Having `FSP_TYPE_IOT` selected is also more specific, we can ignore all
the "Client" paths then. This makes sure that we don't catch a "Client"
by accident (otherwise we'd have to add a `!FSP_TYPE_IOT` for those).

Change-Id: Ibe9931d8f964a337c46fde31a3bc22c69d40eded
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83825
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Reviewed-by: Ronak Kanabar <ronak.kanabar@intel.com>
2024-09-09 20:54:59 +00:00
..
acpi acpi/sata.c: Fix Wunterminated-string-initialization error on port_name 2024-09-01 05:34:38 +00:00
arch arch/x86/car.ld: Fix overlapping regions 2024-08-30 07:36:26 +00:00
commonlib drivers/efi/uefi_capsules.c: coalesce and store UEFI capsules 2024-08-30 15:48:25 +00:00
console console/i2c_smbus: Allow to send data w/o register offset 2024-07-11 00:06:22 +00:00
cpu ext_stage_cache: Make sure variables are initialized 2024-08-30 07:35:10 +00:00
device azalia: Get rid of "return {-1,0} 2024-08-11 17:10:08 +00:00
drivers drivers/intel/fsp2_0: Consolidate BUILDING_WITH_DEBUG_FSP option 2024-09-07 08:25:54 +00:00
ec ec/dell/mec5035: Replace defines with enums 2024-08-26 22:32:30 +00:00
include soc/intel/{common,alderlake}: Add missing ADL-N SKUs 2024-09-07 15:41:21 +00:00
lib drivers/intel/gma: Fix mismatching types for fb_add_framebuffer_info 2024-09-02 09:33:59 +00:00
mainboard mb/google/zork: Add Kconfig to set IGD UMA allocation via APCB 2024-09-09 12:57:19 +00:00
northbridge nb/intel/sandybridge: Add Kconfig to set default IGD allocation 2024-09-07 15:40:58 +00:00
sbom
security tree: Drop unnecessary "true/false" comments 2024-09-04 01:16:40 +00:00
soc intel/alderlake: Sort FSP paths, most specific selectors first 2024-09-09 20:54:59 +00:00
southbridge azalia: Get rid of "return {-1,0} 2024-08-11 17:10:08 +00:00
superio superio/ite/it8728f: Support setting power state after power failure 2024-08-20 13:10:02 +00:00
vendorcode vc/google/chromeos: Skip boot info logging if cse sync at payload 2024-09-06 13:33:12 +00:00
Kconfig Add initial experimental LTO support 2024-08-24 12:50:38 +00:00