Jordan Crouse wrote:
On 07/11/07 09:31 -0500, Ward Vandewege wrote:
I really need to make work of that kconfig option for 'add vga bios after compile'.
I'm assuming its not freely distributable? If it is, then we can wget it and prepend it automagically. If its not, then we have two courses of action:
- user manually copies a file into deploy, calling it vga.bin. buildrom
automatically prepends any file called vga.bin to the ROM (to further make it configurable, each platform could specify the filename to prepend).
- User specifies the location of the file with a config option, buildrom
grabs the file from there and prepends it (like we do with the "custom payload" right now).
Thoughts?
Jordan
3) wget the stock bios and amideco/awardeco, and extract/prepend the vga bios automatically
-Corey