cbfs: Remove remnants of ext-win-*

Since commit 34a7e66faa ("util/cbfstool: Add a new mechanism to
provide a memory map") the ext-win-base and ext-win-size option has been
replaced with the "--mmap" option.

Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: I33cfb59d9dbe88c4f618301ac1506e3281b1a483
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85619
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
This commit is contained in:
Maximilian Brune 2024-12-17 11:22:57 +01:00 committed by Felix Singer
commit c52ffcede3
3 changed files with 4 additions and 10 deletions

View file

@ -36,9 +36,8 @@ The location of standard decode window is fixed in host address space
`(4G - 16M) to 4G`. However, the platform is free to choose where the
extended window lives in the host address space. Since `cbfstool`
needs to know the exact location of the extended window, it allows the
platform to pass in two parameters `ext-win-base` and `ext-win-size`
that provide the base and the size of the extended window in host
address space.
platform to pass in one parameter `mmap` that provide the base and the
size of the extended window in host address space.
`cbfstool` creates two memory map windows using the knowledge about the
standard decode window and the information passed in by the platform