[PATCH v3 04/13] x86: Add a few more items to bdinfo

2023-03-10 Thread Simon Glass
Add the timer and vendor/model information. Signed-off-by: Simon Glass --- Changes in v3: - Show the CPU vendor name also arch/x86/lib/bdinfo.c | 6 ++ cmd/bdinfo.c | 5 + include/init.h| 3 +++ 3 files changed, 14 insertions(+) diff --git a/arch/x86/lib/bdinfo.c b/ar

[PATCH v3 04/13] x86: Add a few more items to bdinfo

2023-02-25 Thread Simon Glass
Add the timer and vendor/model information. Signed-off-by: Simon Glass --- Changes in v3: - Show the CPU vendor name also arch/x86/lib/bdinfo.c | 6 ++ cmd/bdinfo.c | 5 + include/init.h| 3 +++ 3 files changed, 14 insertions(+) diff --git a/arch/x86/lib/bdinfo.c b/ar