]> git.ozlabs.org Git - petitboot/commit
Loop through valid kboot conf names
authorGeoff Levand <geoffrey.levand@am.sony.com>
Fri, 27 Feb 2009 14:53:54 +0000 (14:53 +0000)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 23 Mar 2009 10:47:43 +0000 (21:47 +1100)
commitc01d445554de972b46f866e1762e76ff1d4d13f5
treedf058060efbd84b7b819c1746118fc3c72303b78
parent04075cdef04e50b80651a27c5a1573eff0658cc4
Loop through valid kboot conf names

The PS3 bootloader spec allows several kboot.conf file names.
Add a loop in the parser to check for all of them.

Also, print some diagnostic messages to the log file and change
the parser routine name from 'parser' to 'kboot_parser'
to give a better log file output.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
discover/kboot-parser.c