From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 3/4] boot/grub2: update readme.txt details
Date: Sat, 23 Jul 2022 19:08:28 +0200 [thread overview]
Message-ID: <20220723170827.GI2641@scaer> (raw)
In-Reply-To: <20220719074042.2214649-4-thomas.petazzoni@bootlin.com>
Thomas, All,
On 2022-07-19 09:40 +0200, Thomas Petazzoni via buildroot spake thusly:
> For the Qemu-compatible UEFI firmware, the kraxel.org pointed to by
> the readme.txt file is outdated. Instead, point to the recently added
> ovmf-bin package in Buildroot.
Since we do not have ovmf-bin in the end, I've tweaked the text to
explain how to get the OVMF blurbs; please review my chhanges if they
still make sense.
Applied to master, thanks.
Regards,
Yann E. MORIN.
> While at it, drop the pci=nocrs information, as it is no longer
> needed.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
> boot/grub2/readme.txt | 21 ++++++++-------------
> 1 file changed, 8 insertions(+), 13 deletions(-)
>
> diff --git a/boot/grub2/readme.txt b/boot/grub2/readme.txt
> index 0282fbdd13..c8d475ec73 100644
> --- a/boot/grub2/readme.txt
> +++ b/boot/grub2/readme.txt
> @@ -86,17 +86,10 @@ Notes on using Grub2 for x86/x86_64 EFI-based platforms
> To test your i386/x86-64 EFI image in Qemu
> ------------------------------------------
>
> -1. Download the EFI BIOS for Qemu
> - Version IA32 or X64 depending on the chosen Grub2
> - platform (i386-efi vs. x86-64-efi)
> - https://www.kraxel.org/repos/jenkins/edk2/
> - (or use one provided by your distribution as OVMF)
> -2. Extract, and rename OVMF.fd to bios.bin and
> - CirrusLogic5446.rom to vgabios-cirrus.bin.
> -3. qemu-system-{i386,x86-64} -L ovmf-dir/ -hda disk.img
> -4. Make sure to pass pci=nocrs to the kernel command line,
> - to workaround a bug in the EFI BIOS regarding the
> - EFI framebuffer.
> +1. Download/install the EFI BIOS for Qemu
> + You can get it using the ovmf-bin package in Buildroot (installed
> + in BINARIES_DIR), or use one provided by your distribution as OVMF.
> +2. qemu-system-{i386,x86-64} -bios <path-to-OVMF.fd> -hda disk.img
>
> Notes on using Grub2 for ARM u-boot-based platforms
> ===================================================
> @@ -177,8 +170,10 @@ using qemu and EFI firmware built for qemu.
> 2. make
>
> 3. Download the EFI firmware for qemu aarch64
> - https://www.kraxel.org/repos/jenkins/edk2/
> - (or use one provided by your distribution as OVMF-aarch64 or AAVMF)
> +
> + You can get it using the ovmf-bin package in Buildroot (installed
> + in BINARIES_DIR), or use one provided by your distribution as
> + OVMF-aarch64 or AAVMF.
>
> 4. Run qemu with:
>
> --
> 2.36.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-07-23 17:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-19 7:40 [Buildroot] [PATCH 0/4] Update grub to 2.06 Thomas Petazzoni via buildroot
2022-07-19 7:40 ` [Buildroot] [PATCH 1/4] boot/ovmf-bin: new package Thomas Petazzoni via buildroot
2022-07-23 17:06 ` Yann E. MORIN
2022-07-19 7:40 ` [Buildroot] [PATCH 2/4] boot/grub2: update to 2.06 Thomas Petazzoni via buildroot
2022-07-21 10:24 ` yann.morin
2022-07-23 14:11 ` Yann E. MORIN
2022-07-19 7:40 ` [Buildroot] [PATCH 3/4] boot/grub2: update readme.txt details Thomas Petazzoni via buildroot
2022-07-23 17:08 ` Yann E. MORIN [this message]
2022-07-19 7:40 ` [Buildroot] [PATCH 4/4] support/testing/tests/boot: new test cases for Grub Thomas Petazzoni via buildroot
2022-07-23 17:09 ` Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220723170827.GI2641@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.