coreboot/src
Marc Jones 0262ffa85c soc/intel/xeon_sp/skx: Add resource allocator helpers
Add and use resource allocator helper functions from cpx. It also
simplifies the allocator by removing IORESOURCE_PCI64 from the resource
type check. It isn't needed since it is an attribute of IO and MEM and
will be added with the appropriate type.

This clean up matches CPX and will help with merging in the future.

Change-Id: I5812b07ba00eeafb4d1e826e9cdf9a659b0248bb
Signed-off-by: Marc Jones <marcjones@sysproconsulting.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46306
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
Reviewed-by: Jay Talbott <JayTalbott@sysproconsulting.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-10-30 17:12:10 +00:00
..
acpi acpigen: Make acpigen_write_opregion() argument const 2020-10-21 22:24:27 +00:00
arch arch/x86/smbios: Populate SMBIOS type 7 with cache information 2020-10-26 06:54:04 +00:00
commonlib lib/libpayload: Replace strapping_ids with new board configuration entry 2020-10-30 15:25:28 +00:00
console console/init: Drop CONSOLE_LEVEL_CONST 2020-10-26 06:48:45 +00:00
cpu cpu/intel/Makefile.inc: Use correct Kconfig symbols 2020-10-30 15:12:03 +00:00
device device: Rephrase bus master Kconfig option 2020-10-27 15:35:42 +00:00
drivers drivers/soundwire/alc711: Add Realtek ALC711 soundwire device 2020-10-30 04:08:17 +00:00
ec fw_config: Convert fw_config to a 64-bit field 2020-10-30 15:24:52 +00:00
include lib/libpayload: Replace strapping_ids with new board configuration entry 2020-10-30 15:25:28 +00:00
lib lib/libpayload: Replace strapping_ids with new board configuration entry 2020-10-30 15:25:28 +00:00
mainboard fw_config: Convert fw_config to a 64-bit field 2020-10-30 15:24:52 +00:00
northbridge src: Include <arch/io.h> when appropriate 2020-10-26 06:44:40 +00:00
security sec/intel/txt/Kconfig: Remove the menu for including ACMs 2020-10-28 12:55:43 +00:00
soc soc/intel/xeon_sp/skx: Add resource allocator helpers 2020-10-30 17:12:10 +00:00
southbridge {soc/amd,sb/amd/hudson}: Fix generating the ACPI mcfg 2020-10-30 13:50:00 +00:00
superio superio/nuvoton: Factor out equivalent Kconfig option 2020-10-19 07:06:20 +00:00
vendorcode vc/amd/fsp: Update bl_errorcodes_public.h 2020-10-30 13:04:01 +00:00
Kconfig soc/intel/xeon_sp: Move function debug macros 2020-10-29 16:44:19 +00:00