TCX 24 bit model support

git-svn-id: svn://coreboot.org/openbios/openbios-devel@126 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2007-04-21 19:47:16 +00:00
parent 7baa8329a3
commit a389f6e924
4 changed files with 72 additions and 19 deletions

View File

@@ -349,6 +349,7 @@ ob_nvram_init(unsigned long base, unsigned long offset)
extern char boot_device;
extern char obp_stdin, obp_stdout;
extern const char *obp_stdin_path, *obp_stdout_path;
extern uint16_t graphic_depth;
const char *stdin, *stdout, *cpuname;
unsigned int i;
@@ -386,6 +387,7 @@ ob_nvram_init(unsigned long base, unsigned long offset)
boot_device = nv_info.boot_device;
nographic = nv_info.nographic;
graphic_depth = nv_info.depth;
push_str("mk48t08");
fword("model");