diff options
author | Jeremy Compostella <jeremy.compostella@intel.com> | 2023-10-30 20:43:50 -0700 |
---|---|---|
committer | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2023-11-02 13:31:33 +0000 |
commit | 8bde652241ecb8356540b3a418012d3c7e570ac3 (patch) | |
tree | 4dfd2469fca03e5e9f97f82f766245d4bec33180 /src/drivers/intel/gma/Kconfig | |
parent | eb93808fa53d95900ea42b42f8c943c282d99973 (diff) |
drivers/intel/gma/opregion: Use CBFS cache to load VBT
Thanks to x86 CBFS cache support, we can leverage cbfs_map() function
to load the VBT binary regardless of if it is compressed or not.
Change-Id: I1e37e718a71bd85b0d7dee1efc4c0391798f16f7
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77886
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/drivers/intel/gma/Kconfig')
-rw-r--r-- | src/drivers/intel/gma/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/intel/gma/Kconfig b/src/drivers/intel/gma/Kconfig index 47f7617c34..ca0143d86c 100644 --- a/src/drivers/intel/gma/Kconfig +++ b/src/drivers/intel/gma/Kconfig @@ -59,10 +59,6 @@ config INTEL_GMA_SWSMISCI config INTEL_GMA_LIBGFXINIT_EDID bool -config VBT_DATA_SIZE_KB - int - default 8 - config VBT_CBFS_COMPRESSION_DEFAULT_LZ4 def_bool n help |