Attention is currently required from: Jakub Czapiga, Tim Wawrzynczak, Yu-Ping Wu, Felix Held. Hello Hung-Te Lin, Jakub Czapiga, Tim Wawrzynczak, Yu-Ping Wu, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62600
to look at the new patch set (#2).
Change subject: commonlib/bsd: Remove cb_err_t ......................................................................
commonlib/bsd: Remove cb_err_t
cb_err_t was meant to be used in place of `enum cb_err` in all situations, but the choice to use a typedef here seems to be controversial. We should not be arbitrarily using two different identifiers for the same thing across the codebase, so since there are no use cases for serializing enum cb_err at the moment (which would be the primary reason to typedef a fixed-width integer instead), remove cb_err_t again for now.
Signed-off-by: Julius Werner jwerner@chromium.org Change-Id: Iaec36210d129db26d51f0a105d3de070c03b686b --- M payloads/libpayload/include/fmap.h M payloads/libpayload/libc/fmap.c M payloads/libpayload/libcbfs/cbfs.c M payloads/libpayload/tests/libcbfs/cbfs-lookup-test.c M payloads/libpayload/tests/libcbfs/cbfs-verification-test.c M src/commonlib/bsd/cbfs_mcache.c M src/commonlib/bsd/cbfs_private.c M src/commonlib/bsd/include/commonlib/bsd/cb_err.h M src/commonlib/bsd/include/commonlib/bsd/cbfs_private.h M src/drivers/mipi/panel.c M src/drivers/parade/ps8640/ps8640.c M src/drivers/ti/sn65dsi86bridge/sn65dsi86bridge.c M src/include/cbfs.h M src/include/mipi/panel.h M src/lib/cbfs.c M src/security/vboot/vboot_loader.c M src/soc/mediatek/common/dsi.c M src/soc/qualcomm/sc7180/display/dsi.c M src/soc/qualcomm/sc7180/include/soc/display/mipi_dsi.h M tests/lib/cbfs-lookup-test.c M tests/lib/cbfs-verification-test.c M util/cbfstool/cbfstool.c 22 files changed, 118 insertions(+), 120 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/62600/2