summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-10-29 15:14:32 +0100
committerHeinrich Schuchardt <[email protected]>2025-11-06 23:26:27 +0100
commit74545d49c7d1558473118fab0f74de3c5976ee9b (patch)
tree1e86b48d89c3b14e13041a92b1bde5623165b6fb /doc
parentddc916334a7a7e180b532dbb2cf1b778466d2b9b (diff)
qfw: Add more fields and a heading to qfw list
Update the command to show the size and selected file, since this is useful information at times. Add a heading so it is clear what each field refers to. Add a simple test as well. Signed-off-by: Simon Glass <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r--doc/usage/cmd/qfw.rst27
1 files changed, 15 insertions, 12 deletions
diff --git a/doc/usage/cmd/qfw.rst b/doc/usage/cmd/qfw.rst
index 40770acb3c0..0a65a247b44 100644
--- a/doc/usage/cmd/qfw.rst
+++ b/doc/usage/cmd/qfw.rst
@@ -44,18 +44,21 @@ QEMU firmware files are listed via the *qfw list* command:
::
=> qfw list
- 00000000 bios-geometry
- 00000000 bootorder
- 000f0060 etc/acpi/rsdp
- bed14040 etc/acpi/tables
- 00000000 etc/boot-fail-wait
- 00000000 etc/e820
- 00000000 etc/smbios/smbios-anchor
- 00000000 etc/smbios/smbios-tables
- 00000000 etc/system-states
- 00000000 etc/table-loader
- 00000000 etc/tpm/log
- 00000000 genroms/kvmvapic.bin
+ Addr Size Sel Name
+ ---------------- -------- --- ------------
+ 0 0 20 bios-geometry
+ 0 0 21 bootorder
+ 1fc6c000 14 22 etc/acpi/rsdp
+ 1fc6c040 20000 23 etc/acpi/tables
+ 0 4 24 etc/boot-fail-wait
+ 0 28 25 etc/e820
+ 0 8 26 etc/msr_feature_control
+ 0 18 27 etc/smbios/smbios-anchor
+ 0 151 28 etc/smbios/smbios-tables
+ 0 6 29 etc/system-states
+ 0 1000 2a etc/table-loader
+ 0 0 2b etc/tpm/log
+ 0 2400 2c genroms/kvmvapic.bin
Where an address is shown, it indicates where the data is available for
inspection, e.g. using the :doc:`md`.