From: Jack Lange Date: Sat, 21 Mar 2009 00:27:29 +0000 (-0500) Subject: changed the build environment to not require rebuilding the rombios. X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=1136ff005017b791572f5f2fa2b2f846a04817e7 changed the build environment to not require rebuilding the rombios. This simplifies the build process on standard environments --- diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 0fcc358..1e55a2d 100644 --- a/palacios/build/Makefile +++ b/palacios/build/Makefile @@ -528,13 +528,7 @@ vgabios_link: ln -s -f ../src/vmboot/vgabios/VGABIOS-lgpl-latest.bin vgabios -force_rombios: rombios_link - (cd ../src/vmboot/rombios; make clean; make) - -force_vgabios: vgabios_link - (cd ../src/vmboot/vgabios; make clean; make) - -force_payload: force_rombios force_vgabios +force_payload: rombios_link vgabios_link ../scripts/make_payload.pl payload_layout.txt vm_kernel inter1: force_payload diff --git a/palacios/src/vmboot/rombios/BIOS-bochs-latest b/palacios/src/vmboot/rombios/BIOS-bochs-latest new file mode 100644 index 0000000..ea9a1ec Binary files /dev/null and b/palacios/src/vmboot/rombios/BIOS-bochs-latest differ diff --git a/palacios/src/vmboot/vgabios/VGABIOS-lgpl-latest.bin b/palacios/src/vmboot/vgabios/VGABIOS-lgpl-latest.bin new file mode 100644 index 0000000..dc6785d Binary files /dev/null and b/palacios/src/vmboot/vgabios/VGABIOS-lgpl-latest.bin differ