coreboot/src
Subrata Banik 70770ebd36 mb/google/rex: Simplify power limit configuration usage
This patch removes the deprecated PL_PERFORMANCE and PL_BASELINE
configurations, relying instead on the refactored power limit flow.

This flow allows for seamless overrides by the baseboard and/or by
the variant board, if necessary.

Specifically, this patch:

- Removes PL_PERFORMANCE and PL_BASELINE configuration options from
  mainboard.c in the google/rex directory.
- Relies on the baseboard_devtree_update() function, which is
  implemented by the respective baseboard, to handle power limit
  configuration.
- Leverages the variant_devtree_update() function, which is a
  __weak implementation, to allow overrides by the variant directory.

This simplification improves code readability and maintainability while
maintaining the flexibility to handle power limit configurations as
needed.

Change-Id: I872e5cb59d7b2789ef517d4a090189785db46b85
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79331
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2023-12-04 15:50:55 +00:00
..
acpi acpi: Add PPTT support 2023-12-02 19:16:26 +00:00
arch arch/x86/Makefile.inc: Do not pass CPPFLAGS to linker 2023-11-29 00:33:13 +00:00
commonlib Allow to build romstage sources inside the bootblock 2023-11-09 13:20:18 +00:00
console Allow to build romstage sources inside the bootblock 2023-11-09 13:20:18 +00:00
cpu nb/intel/sandybridge: Use SA devid to identify PC type 2023-11-20 14:58:31 +00:00
device device/Kconfig: rename AZALIA_PLUGIN_SUPPORT to AZALIA_HDA_CODEC_SUPPORT 2023-11-10 15:27:58 +00:00
drivers drivers: spi_flash: Add space before colon to fix coding style 2023-11-16 11:59:20 +00:00
ec ec/google/chromeec: Update ec_cmd_api.h and ec_commands.h 2023-11-16 23:08:06 +00:00
include acpi: Add PPTT support 2023-12-02 19:16:26 +00:00
lib lib/device_tree.c: Fix print_property 2023-11-16 12:01:40 +00:00
mainboard mb/google/rex: Simplify power limit configuration usage 2023-12-04 15:50:55 +00:00
northbridge nb/amd/pi/00730F01: drop leftover family10_northbridge PCI driver 2023-12-01 00:05:57 +00:00
sbom sbom/Makefile.inc: Change GOPATH 2023-11-20 14:32:54 +00:00
security vboot: Add catchall recovery reason for unspecified phase 4 errors 2023-11-22 01:50:47 +00:00
soc soc/intel/alderlake: Update LidStatus UPD dynamically 2023-12-04 06:15:56 +00:00
southbridge sb/intel/bd82x6x: assign PCH HDA controller ops in chipset devicetree 2023-11-18 16:36:46 +00:00
superio superio/smsc: Add support for the SCH555x series 2023-12-01 17:40:11 +00:00
vendorcode vendorcode/amd/opensil: Implement cbmem_top_chipset 2023-11-30 15:16:47 +00:00
Kconfig Allow to build romstage sources inside the bootblock 2023-11-09 13:20:18 +00:00