coreboot-kgpe-d16/src
Kyösti Mälkki ad5fab2362 device: Add fixed_io_range_flags() and helpers
Function fixed_io_resource() and alias io_resource() were
previously unused. Unlike previously, IORESOURCE_STORED flag
needs to be set by the caller, when necessary.

For fixed resources, fields alignment, granularity and
limit need not be initialised, as the resource cannot
be moved. It is assumed the caller provides valid base
and size parameters.

Change-Id: I8fb4cf2dee4f5193e5652648b63c0ecba7b8bab2
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55458
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2022-06-26 15:19:53 +00:00
..
acpi ec/google/chromeec: Add retimer handle to Type C conn 2022-05-04 13:15:30 +00:00
arch arch/x86/acpi: Replace ShiftLeft() with ASL 2.0 syntax 2022-06-09 09:07:18 +00:00
commonlib soc/mediatek: pass access mode to the payload 2022-06-12 22:28:37 +00:00
console console: Make CONSOLE_SPI_FLASH depend on BOOT_DEVICE_SPI_FLASH 2022-04-27 06:55:47 +00:00
cpu intel/microcode: Change log type from BIOS_ERR to BIOS_WARNING 2022-06-26 05:32:54 +00:00
device device: Add fixed_io_range_flags() and helpers 2022-06-26 15:19:53 +00:00
drivers drivers/mrc_cache: Do not verify TPM MRC hash if secdata is mocked 2022-06-24 21:56:01 +00:00
ec ec/google/chromeec: Remove google_chromeec_vbnv_context() 2022-06-24 21:55:06 +00:00
include device: Add fixed_io_range_flags() and helpers 2022-06-26 15:19:53 +00:00
lib Replace some ENV_ROMSTAGE with ENV_RAMINIT 2022-06-07 12:53:19 +00:00
mainboard sc7280: Enable RECOVERY_MRC_CACHE 2022-06-24 23:16:04 +00:00
northbridge device/resource: Modify some resource allocation instances 2022-06-24 19:51:12 +00:00
security security/vboot: Deprecate VBOOT_VBNV_EC 2022-06-22 18:08:53 +00:00
soc soc/intel/alderlake: Drop debug interface selection 2022-06-26 05:32:28 +00:00
southbridge device/resource: Add _kb postfix for resource allocators 2022-06-22 12:30:15 +00:00
superio superio/winbond/w83667hg-a: Replace LEqual(a,b) with ASL 2.0 syntax 2022-06-09 09:05:56 +00:00
vendorcode vc/intel/fsp/mtl: Update header files from 2173_00 to 2222_01 for MTL 2022-06-23 05:00:35 +00:00
Kconfig src/Kconfig: src/soc/*/Kconfig files are gone, remove the include 2022-06-24 04:00:15 +00:00