diff options
author | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2020-09-23 15:36:30 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-10-26 06:54:16 +0000 |
commit | ba4a4909a87eac31878513eb6ad9123c5d87704b (patch) | |
tree | f4852a91d26c865188323352a74303be3b60657b /Documentation/ifdtool | |
parent | 8ae391d199016a83f11db8724bb8e780441afa3b (diff) |
sconfig: Split up sconfig-generated static.h
Currently sconfig generates a `static.h` to accompany
`static.c`. However, some payloads may decide they would like to consume
the FW_CONFIG macros as well. The current state of `static.h` makes this
impossible (relying on `device/device.h`).
This patch splits up `static.h` into 3 files: `static.h,
`static_devices.h`, and `static_fw_config.h`. `static.h` simply includes
the other two `.h` files to ensure no changes are needed to other
code. `static_devices.h` contains the extern'd definitions of the device
names recently introduced to sconfig. `static_fw_config.h` contains the
FW_CONFIG_FIELD_* macros only, which makes it easily consumable by a
payload which wishes to use FW_CONFIG.
Also refactor the generation of all these output files, as the code was
getting messy.
Change-Id: Ie0f4520ee055528c7be84d1d1e2dcea113ea8b5f
Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45667
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Diffstat (limited to 'Documentation/ifdtool')
0 files changed, 0 insertions, 0 deletions