commit | 5d4289bddaef010cc14bcbeecfd13d5068b50a8e | [log] [download] |
---|---|---|
author | Paul Nasrat <pnasrat@redhat.com> | Thu Apr 19 10:11:19 2007 +0100 |
committer | Paul Nasrat <pauln@enki.eridu> | Thu Apr 19 10:11:19 2007 +0100 |
tree | 4541840fc37663cac52c415a62af4579cb774c00 | |
parent | 117cc2a76cc76227a5dd99d3435afb6737a41879 [diff] |
prom setprop primatives This patch creates the prom_set_options() and prom_setprop() functions. These are precise mirrors of their read-only brothers, prom_get_options() and prom_getprop(), implemented as defined in the Open Firmware 1275 spec. The prom_set_options() function will be used to zero out the boot-once label unconditionally after reading it. Signed-off-by: Dustin Kirkland <dustin.kirkland@us.ibm.com>