aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp
diff options
context:
space:
mode:
authorNeelesh Gupta <neelegup@linux.vnet.ibm.com>2014-09-19 11:16:49 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2014-10-15 17:30:23 +1100
commita595873b113c60778ca6cd71d62cd7942c80de23 (patch)
treea641b38ad2676f25cfad61611536003f129ce14d /hw/fsp
parent74d8b199dd2fedd63151962c1bb1543af36e9069 (diff)
downloadskiboot-a595873b113c60778ca6cd71d62cd7942c80de23.zip
skiboot-a595873b113c60778ca6cd71d62cd7942c80de23.tar.gz
skiboot-a595873b113c60778ca6cd71d62cd7942c80de23.tar.bz2
sysparam: Add the new system parameter boot device path
The patch adds the support for reading and updating the system parameter boot device path. Signed-off-by: Neelesh Gupta <neelegup@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/fsp')
-rw-r--r--hw/fsp/fsp-sysparam.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/fsp/fsp-sysparam.c b/hw/fsp/fsp-sysparam.c
index dc19149..d017e4d 100644
--- a/hw/fsp/fsp-sysparam.c
+++ b/hw/fsp/fsp-sysparam.c
@@ -55,7 +55,8 @@ static struct sysparam_attr {
{"world-wide-port-num", SYS_PARAM_WWPN, 12, _W},
{"default-boot-device", SYS_PARAM_DEF_BOOT_DEV, 1, _RW},
{"next-boot-device", SYS_PARAM_NEXT_BOOT_DEV,1, _RW},
- {"console-select", SYS_PARAM_CONSOLE_SELECT,1, _RW}
+ {"console-select", SYS_PARAM_CONSOLE_SELECT,1, _RW},
+ {"boot-device-path", SYS_PARAM_BOOT_DEV_PATH,48, _RW}
#undef _R
#undef _W
#undef _RW