coreboot/util/intelp2m/parser
Maxim Polyakov 2c2e92f7f7 util/intelp2m: Drop non-DWx register analysis support
The utility can parse the value of non-DWx registers, if they are
present in the inteltool dump. However, the functions that allow the
inteltool utility to print the value of such registers have not been
added to the master branch, and it makes no sense to support such
functions in intelp2m, besides, their implementation is far from ideal.
Remove this unused functionality. This will be restored in the future in
a different form and after corresponding changes in inteltool.

TEST: make test = PASS

Change-Id: If5c77ff942a620897c085be4135cb879a0d40a00
Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56887
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2025-03-03 21:43:40 +00:00
..
test util/intelp2m/parser: Add unit test 2025-01-22 20:46:06 +00:00
parser.go util/intelp2m: Drop non-DWx register analysis support 2025-03-03 21:43:40 +00:00
parser_test.go util/intelp2m/config: Rework configuration package 2025-03-03 21:40:03 +00:00
template.go util/intelp2m: Drop non-DWx register analysis support 2025-03-03 21:43:40 +00:00
template_test.go util/intelp2m/register: Rework package code 2025-03-03 21:43:04 +00:00