coreboot-kgpe-d16/src/soc/intel
Jakub Czapiga 61fcb7e965 acpi/acpigen.h: Add more intuitive AML package closing functions
Until now every AML package had to be closed using acpigen_pop_len().
This commit introduces set of package closing functions corresponding
with their opening function names. For example acpigen_write_if()
opens if-statement package, acpigen_write_if_end() closes it.
Now acpigen_write_else() closes previously opened acpigen_write_if(),
so acpigen_pop_len() is not required before it.

Signed-off-by: Jakub Czapiga <jacz@semihalf.com>
Change-Id: Icfdc3804cd93bde049cd11dec98758b3a639eafd
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50910
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lance Zhao
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2021-03-22 11:21:55 +00:00
..
alderlake soc/intel/alderlake: Enable CSE Lite driver for ADL platform in romstage 2021-03-17 08:01:14 +00:00
apollolake acpi/acpigen.h: Add more intuitive AML package closing functions 2021-03-22 11:21:55 +00:00
baytrail cbfs: Remove prog_locate() for stages and rmodules 2021-03-16 21:45:34 +00:00
braswell soc/intel/braswell: Factor out common acpi_fill_madt 2021-03-12 15:41:35 +00:00
broadwell cbfs: Remove prog_locate() for stages and rmodules 2021-03-16 21:45:34 +00:00
cannonlake soc/intel: Drop unused GPIO_NUM_GROUPS macro 2021-03-20 12:29:19 +00:00
common acpi/acpigen.h: Add more intuitive AML package closing functions 2021-03-22 11:21:55 +00:00
denverton_ns soc/intel/denverton_ns: Drop pcidev_path_on_root_debug usage 2021-02-27 09:40:17 +00:00
elkhartlake soc/intel: Drop unused GPIO_NUM_GROUPS macro 2021-03-20 12:29:19 +00:00
icelake soc/intel: Drop unused GPIO_NUM_GROUPS macro 2021-03-20 12:29:19 +00:00
jasperlake soc/intel: Drop unused GPIO_NUM_GROUPS macro 2021-03-20 12:29:19 +00:00
quark mainboards: Drop PWRS from GNVS 2021-02-11 16:35:32 +00:00
skylake soc/intel: Drop unused GPIO_NUM_GROUPS macro 2021-03-20 12:29:19 +00:00
tigerlake soc/intel/tgl: Add configurable value for PmcUsb2PhySusPgEnable 2021-03-19 11:22:07 +00:00
xeon_sp soc/intel/xeon_sp/cpx: Set PCU locks 2021-03-20 16:48:33 +00:00
Kconfig