[cmdline] Add "params" and "param" commands to manage form parameter lists

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2013-08-13 22:32:45 +01:00
parent 564419c7e1
commit 430c3fb900
4 changed files with 167 additions and 0 deletions

View File

@@ -286,6 +286,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_pci_settings ( ERRFILE_OTHER | 0x003d0000 )
#define ERRFILE_efi_reboot ( ERRFILE_OTHER | 0x003e0000 )
#define ERRFILE_memmap_settings ( ERRFILE_OTHER | 0x003f0000 )
#define ERRFILE_param_cmd ( ERRFILE_OTHER | 0x00400000 )
/** @} */