Re: [PATCH next 11/45] doc: develop: uefi: update link to ipxe git repo
Ilias Apalodimas <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot,io.groups.u-boot-amlogic |
|---|---|
| Message-ID | <CAC_iWj+rpZ3ceNVbX3iKpEvci0Nddk99hvnGCLA_5jDhmsU2EA@mail.gmail.com> |
On Tue, 25 Aug 2026 at 19:50, Quentin Schulz <[email protected]> wrote: > From: Quentin Schulz <[email protected]> > > http://git.ipxe.org/ipxe.git redirects to https://github.com/ipxe/ipxe > so let's use the proper link without a redirect in-between. > > Signed-off-by: Quentin Schulz <[email protected]> > Reviewed-by: Ilias Apalodimas <[email protected]> > --- > doc/develop/uefi/iscsi.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/develop/uefi/iscsi.rst b/doc/develop/uefi/iscsi.rst > index 51d38cde2438..52fa79f35620 100644 > --- a/doc/develop/uefi/iscsi.rst > +++ b/doc/develop/uefi/iscsi.rst > @@ -125,7 +125,7 @@ iPXE > > For running iPXE on arm64 the bin-arm64-efi/snp.efi build target is > needed:: > > - git clone http://git.ipxe.org/ipxe.git > + git clone https://github.com/ipxe/ipxe > cd ipxe/src > make bin-arm64-efi/snp.efi -j6 EMBED=myscript.ipxe > > > -- > 2.55.0 > >