Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85769?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: util/intelp2m: Provide GPP group slice from each platform ......................................................................
util/intelp2m: Provide GPP group slice from each platform
Instead of a pointer to a function for analyzing the pad name, provide GPP group slice with pad names to the parser. This will get rid of some functions and files and make the code cleaner.
TEST: - 'make test' = PASS; - 'intelp2m -file parser/testlog/inteltool_test.log' = no errors.
Change-Id: I0d7818d3892450a37bffbf1ffd9524888e4675bf Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com --- M util/intelp2m/parser/parser.go M util/intelp2m/platforms/adl/macro.go D util/intelp2m/platforms/adl/template.go M util/intelp2m/platforms/apl/macro.go D util/intelp2m/platforms/apl/template.go M util/intelp2m/platforms/cnl/macro.go D util/intelp2m/platforms/cnl/template.go D util/intelp2m/platforms/common/template.go M util/intelp2m/platforms/ebg/macro.go D util/intelp2m/platforms/ebg/template.go M util/intelp2m/platforms/jsl/macro.go D util/intelp2m/platforms/jsl/template.go M util/intelp2m/platforms/lbg/macro.go D util/intelp2m/platforms/lbg/template.go M util/intelp2m/platforms/mtl/macro.go D util/intelp2m/platforms/mtl/template.go M util/intelp2m/platforms/platforms.go M util/intelp2m/platforms/snr/macro.go D util/intelp2m/platforms/snr/template.go M util/intelp2m/platforms/tgl/macro.go D util/intelp2m/platforms/tgl/template.go 21 files changed, 96 insertions(+), 178 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/85769/2