From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erjRG-0008Eb-G0 for qemu-devel@nongnu.org; Fri, 02 Mar 2018 07:05:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erjRB-000052-Gs for qemu-devel@nongnu.org; Fri, 02 Mar 2018 07:05:26 -0500 Message-Id: From: BALATON Zoltan Date: Fri, 02 Mar 2018 12:50:14 +0100 Subject: [Qemu-devel] [PATCH v2 0/2] Firmware blob and git submodule for Sam460ex List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org Cc: Alexander Graf , David Gibson , Peter Maydell , Thomas Huth , Jeff Cody This is v2 of the firmware image for the ppc sam460ex machine type in case you choose to add it with external git repo first. In case you decide not to add it either as external git nor as a mirrored or copied to QEMU repo then probably some wiki page should be updated to point to a binary image for the machine to be usable but I'm not sure how to do that. Please advise which of the above options should be followed. Thank you, BALATON Zoltan BALATON Zoltan (2): roms: Added git submodule for u-boot-sam460 (firmware for sam460ex) pc-bios: Added u-boot-sam460 firmware binary .gitmodules | 3 +++ Makefile | 2 +- pc-bios/u-boot-sam460-20100605.bin | Bin 0 -> 524288 bytes roms/Makefile | 7 +++++++ roms/u-boot-sam460ex | 1 + 5 files changed, 12 insertions(+), 1 deletion(-) create mode 100755 pc-bios/u-boot-sam460-20100605.bin create mode 160000 roms/u-boot-sam460ex -- 2.7.6