mbox series

[v2,0/5] x86: Updates to some commands

Message ID 20200922205452.2955712-1-sjg@chromium.org
Headers show
Series x86: Updates to some commands | expand

Message

Simon Glass Sept. 22, 2020, 8:54 p.m. UTC
This series adds a few more features to some x86-specific commands.

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 +--
 6 files changed, 167 insertions(+), 20 deletions(-)

Comments

Bin Meng Sept. 23, 2020, 5:17 a.m. UTC | #1
On Wed, Sep 23, 2020 at 4:54 AM Simon Glass <sjg@chromium.org> wrote:
>
> This series adds a few more features to some x86-specific commands.
>
> 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 +--
>  6 files changed, 167 insertions(+), 20 deletions(-)
>
> --

applied to u-boot-x86/next, thanks!