Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/70308?usp=email
to look at the new patch set (#13).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: util/intelp2m/config: Rework configuration package ......................................................................
util/intelp2m/config: Rework configuration package
- Reduce the number of methods for updating settings and redefine types to make the code cleaner and more readable. - Move the configuration to the p2m package to add settings from new utilities based on the intelp2m code. - Make some code style fixes.
TEST: make test = PASS
Change-Id: Ia1b19ae3122bcf6ec740ae4683d62f31570670b1 Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com --- D util/intelp2m/config/config.go A util/intelp2m/config/p2m/config.go M util/intelp2m/fields/cb/cb.go M util/intelp2m/fields/fields.go M util/intelp2m/main.go M util/intelp2m/parser/parser.go M util/intelp2m/parser/parser_test.go M util/intelp2m/platforms/apl/macro.go M util/intelp2m/platforms/cnl/macro.go M util/intelp2m/platforms/common/macro.go M util/intelp2m/platforms/common/register.go M util/intelp2m/platforms/snr/macro.go M util/intelp2m/platforms/test/suite.go 13 files changed, 306 insertions(+), 359 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/70308/13