From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNQjr-0007Pu-8a for qemu-devel@nongnu.org; Wed, 03 Apr 2013 12:40:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNQjq-0005AP-6O for qemu-devel@nongnu.org; Wed, 03 Apr 2013 12:40:43 -0400 From: Fabien Chouteau Date: Wed, 3 Apr 2013 18:40:10 +0200 Message-Id: <1365007213-27603-1-git-send-email-chouteau@adacore.com> Subject: [Qemu-devel] [PATCH 0/3] PPC PReP: Use ElF kernel on PReP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, agraf@suse.de This patches serie implements ELF kernel support in PPC PReP board. - Being able to load an ELF file - Use the entry point to set nip value a reset - Allow to run the board without bios Fabien Chouteau (3): PPC PReP: Load ELF kernel PPC PReP: Use kernel entry to set nip at reset PPC PReP: can run without bios image hw/ppc/prep.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 54 insertions(+), 13 deletions(-) -- 1.7.9.5