]> git.ozlabs.org Git - yaboot.git/blob - TODO
Update ofpath for new devspec export in /proc
[yaboot.git] / TODO
1 * Interactive shell mode for yaboot, similar to the grub shell.
2
3 * Add nvram updating support for IBM hardware.  This requires ofpath
4   to support these machines (ofpath done, or mostly so).  It also
5   requires a compatible nvsetenv or equivilent. 
6
7 * Validate yaboot options before proceeding. (need better config parsing)
8
9 * Password protection for insecure menu options (MacOS).
10
11 * Use system libext2fs instead of shipping a private copy (this is not
12   as simple as it sounds)
13
14 * Figure out all the crap with CHRP netbooting, probably have to remove
15   hard-coding of ":0" after a net device path (done as of 1.3.4?)
16
17 * JFS support.
18
19 * Support for compressed images (this will probably be solved in the kernel)