From 830a79eeab1d71840ff1fce59dd2ac76c91b1d22 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 19 Sep 2006 03:43:30 +0000 Subject: [PATCH] add an OLPC target for qemu git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2422 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/emulation/qemu-i386/Options.lb | 3 +++ targets/emulation/qemu-i386/Config.OLPC.lb | 22 ++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 targets/emulation/qemu-i386/Config.OLPC.lb diff --git a/src/mainboard/emulation/qemu-i386/Options.lb b/src/mainboard/emulation/qemu-i386/Options.lb index 27982ce4fb..82a82a539c 100644 --- a/src/mainboard/emulation/qemu-i386/Options.lb +++ b/src/mainboard/emulation/qemu-i386/Options.lb @@ -6,6 +6,9 @@ uses HAVE_HARD_RESET uses HAVE_OPTION_TABLE uses USE_OPTION_TABLE uses CONFIG_COMPRESS +uses CONFIG_COMPRESSED_ROM_STREAM_NRV2B +uses CONFIG_COMPRESSED_ROM_STREAM_LZMA +uses CONFIG_PRECOMPRESSED_ROM_STREAM uses CONFIG_ROM_STREAM uses IRQ_SLOT_COUNT uses MAINBOARD diff --git a/targets/emulation/qemu-i386/Config.OLPC.lb b/targets/emulation/qemu-i386/Config.OLPC.lb new file mode 100644 index 0000000000..e6f9ded76a --- /dev/null +++ b/targets/emulation/qemu-i386/Config.OLPC.lb @@ -0,0 +1,22 @@ +# This will make a target directory of ./emulation_qemu-i386 + +target qemu-i386-OLPC +mainboard emulation/qemu-i386 + +option ROM_SIZE=1024*1024 +option CONFIG_COMPRESSED_ROM_STREAM_LZMA=1 +option CONFIG_PRECOMPRESSED_ROM_STREAM=0 + +option CC="gcc -m32" + +option HAVE_PIRQ_TABLE=1 +option IRQ_SLOT_COUNT=6 + +romimage "image" + option ROM_IMAGE_SIZE=0x10000 + option LINUXBIOS_EXTRA_VERSION="-OpenBIOS" + payload /tmp/olpcpayload.elf +end + +buildrom ./qemu-bios-OLPC.rom ROM_SIZE "image" +