commit | e8f00eeca8cd5f463bc8f3b866078b1bf0cadbd0 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Jul 04 04:04:36 2009 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Jul 04 04:04:36 2009 -0400 |
tree | b8a82a6691c4971f5770edd82400e31ec7d2fd44 | |
parent | 957a19859507ffcf66297e2ae06e0686888030c0 [diff] |
Optionrom code cleanup. Nearly all calers of callrom() use OPTION_ROM_INITVECTOR - make it default. Prefer (void*) to explicit casts. Rename init_optionrom to init_pcirom; rename verifysize_optionrom to init_optionrom. Add 'isvga' parameter to init_optionrom/init_pcirom; unify vga call path to use these functions. Extract cbfs directory scanning into new function run_cbfs_roms(). Allow roms in "vgaroms/" to run even if no pci vga device exists. Comment improvements.