diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-10-30 20:38:15 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-10-30 20:38:15 +0000 |
commit | 3f3a5f60d3e2d2470ce3099874f753ae7107b3f2 (patch) | |
tree | 237686b98821cb42fa22aefe244d9b50f35b9eed /util/ADLO/INSTALL | |
parent | 20d626572bf95cd20bfeec98e81a74a2b40366b8 (diff) |
ADLO has long been replaced by SeaBIOS, and it's also in v1 if someone needs
it...
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4900 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/ADLO/INSTALL')
-rw-r--r-- | util/ADLO/INSTALL | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/util/ADLO/INSTALL b/util/ADLO/INSTALL deleted file mode 100644 index 94f63f06ad..0000000000 --- a/util/ADLO/INSTALL +++ /dev/null @@ -1,47 +0,0 @@ -1) Are you familar with coreboot? - - no : abort - yes: go to next step. - -2) do you have Matsonic 7308e motherboard? - - no : you are on your own (untested). - yes: go to next step. - -3) do you have LiuxBIOS running on Matsonic 7308e motherboard? - - no : get it working first on your motherboard. - yes: go to next step. - -4) Acquire copy of your VIDEO BIOS. - - -Put in your PC BIOS into the system, - -Boot into linux. - -as root run "make videobios" from ADLO's root dir. - -copy the file to video directory - adjust make file as needed. - -5) Acquire copy of your PIRQ table. - - At present time it is not necessary to do this - and you can use supplied PIRQ table. - -6) Acquire copy of BOCHS bios. - - At present time it is not necessary to do this - and you can use supplied rombios.c. - - In fact you should use supplied rombios.c - file as the one used with BOCHS is not - complete at the present time. - -7) Examine make file to see that it does what u want. - -8) compile - - make - -9) use the resulting elf "payload" file with coreboot as you would - have used any other elf file. For example put it on the same - EERPOM as coreboot is, or use EtherBOOT to load the payload - file from hdd or network. |