coreboot-kgpe-d16/src
Kapil Porwal bc76109df2 {soc/intel/cmn/pcie, mb/google/volteer}: Rename `is_external` variable
Name a variable based on its utility. `is_external` variable adds
`ExternalFacingPort` _DSD property to an ACPI device hence
rename it to `add_acpi_external_facing_port`.

BUG=b:259716145
TEST=Build google/rex with this flag and verify it in SSDT at
runtime.

SSDT snippet:
   Name (_DSD, Package (0x04)  // _DSD: Device-Specific Data
   {
       ToUUID ("6211e2c0-58a3-4af3-90e1-927a4e0c55a4"),
       Package (0x01)
       {
           Package (0x02)
           {
               "HotPlugSupportInD3",
               One
           }
       },

       ToUUID ("efcc06cc-73ac-4bc3-bff0-76143807c389"),
       Package (0x01)
       {
           Package (0x02)
           {
               "ExternalFacingPort",
               One
           }
        }
    })

Signed-off-by: Kapil Porwal <kapilporwal@google.com>
Change-Id: I65100283ed9b65037c9890f28ecab41fcfa25d83
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69970
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-11-29 05:11:56 +00:00
..
acpi ACPI: Flag boards with ACPI_NO_MADT 2022-11-25 15:03:47 +00:00
arch arch/arm: Use unified assembly syntax 2022-11-24 15:15:41 +00:00
commonlib commonlib/fsp_relocate.c: Fix cbfstool build on 32-bit host 2022-11-25 13:53:31 +00:00
console console/post.c: Sort includes 2022-10-27 15:46:39 +00:00
cpu aopen/dxplplusu: Support SMM_ASEG and SMM_TSEG 2022-11-28 10:05:28 +00:00
device device/mdio: Provide helper functions for read and write 2022-11-24 05:58:28 +00:00
drivers {drivers/wifi, mb/google}: Rename `is_untrusted` to `add_acpi_dma_property` 2022-11-25 13:56:39 +00:00
ec ec: Add SPDX license headers to Makefiles 2022-11-22 12:43:11 +00:00
include ACPI: Use common code for MADT LAPIC NMIs 2022-11-25 15:01:49 +00:00
lib lib/malloc.c: Fix log messages 2022-11-18 16:02:28 +00:00
mainboard {soc/intel/cmn/pcie, mb/google/volteer}: Rename `is_external` variable 2022-11-29 05:11:56 +00:00
northbridge aopen/dxplplusu: Support SMM_ASEG and SMM_TSEG 2022-11-28 10:05:28 +00:00
sbom Add SBOM (Software Bill of Materials) Generation 2022-08-22 14:48:46 +00:00
security security: Remove unnecessary space after casts 2022-11-22 12:55:26 +00:00
soc {soc/intel/cmn/pcie, mb/google/volteer}: Rename `is_external` variable 2022-11-29 05:11:56 +00:00
southbridge sb,soc/intel: Drop spurious SMI entry message 2022-11-28 10:26:27 +00:00
superio src/superio: Remove unnecessary space after casts 2022-11-21 15:03:50 +00:00
vendorcode vc/intel/edk2/edk2-stable202111: Safe guard enum macro in SmBios.h 2022-11-26 23:45:26 +00:00
Kconfig build: List all Kconfigs in CBFS `config` file, compress it 2022-11-18 17:19:44 +00:00