[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

@@ -263,6 +263,9 @@ REQUIRE_OBJECT ( nslookup_cmd );
#ifdef PCI_CMD
REQUIRE_OBJECT ( pci_cmd );
#endif
#ifdef PARAM_CMD
REQUIRE_OBJECT ( param_cmd );
#endif
/*
* Drag in miscellaneous objects

View File

@@ -130,6 +130,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#define POWEROFF_CMD /* Power off command */
//#define IMAGE_TRUST_CMD /* Image trust management commands */
//#define PCI_CMD /* PCI commands */
//#define PARAM_CMD /* Form parameter commands */
/*
* ROM-specific options