[PATCH v3 0/5] x86: Updates to some commands
Simon Glass
sjg at chromium.org
Wed Sep 23 05:16:35 CEST 2020
This series adds a few more features to some x86-specific commands.
Changes in v3:
- Update header file to avoid build error with !DM_VIDEO
Changes in v2:
- Fix '93' typo
- Capitalise 'System'
Simon Glass (5):
x86: hob: Add way to show a single hob entry
x86: hob: Try to show a name instead of a GUID
x86: Allow showing details about a HOB entry
x86: Add support for more than 8 MTRRs
x86: video: Show information about each video device
arch/x86/cpu/mtrr.c | 12 ++--
arch/x86/include/asm/fsp/fsp_hob.h | 25 ++++++++
arch/x86/include/asm/mtrr.h | 15 ++++-
cmd/bdinfo.c | 26 +++++++-
cmd/x86/hob.c | 100 +++++++++++++++++++++++++++--
cmd/x86/mtrr.c | 9 +--
include/video.h | 6 +-
7 files changed, 169 insertions(+), 24 deletions(-)
--
2.28.0.681.g6f77f65b4e-goog
More information about the U-Boot
mailing list