On Sun, Oct 25, 2020 at 14:49:34 +0100, Ard Biesheuvel wrote:
> The hdr_offset member of the ARM Linux image header appears at
> offset 0x3c, matching the PE/COFF spec's placement of the COFF
> header offset in the MS-DOS header. We're currently off by four,
> so fix that.
>
> Signed-off-by: Ard B
On Wed, 4 Nov 2020 at 13:11, Leif Lindholm wrote:
>
> On Sun, Oct 25, 2020 at 14:49:34 +0100, Ard Biesheuvel wrote:
> > The hdr_offset member of the ARM Linux image header appears at
> > offset 0x3c, matching the PE/COFF spec's placement of the COFF
> > header offset in the MS-DOS header. We're cu
On Wed, Nov 04, 2020 at 13:19:47 +0100, Ard Biesheuvel wrote:
> On Wed, 4 Nov 2020 at 13:11, Leif Lindholm wrote:
> >
> > On Sun, Oct 25, 2020 at 14:49:34 +0100, Ard Biesheuvel wrote:
> > > The hdr_offset member of the ARM Linux image header appears at
> > > offset 0x3c, matching the PE/COFF spec'
On Tue, Nov 03, 2020 at 06:50:56PM +, Glenn Washburn wrote:
> Nov 2, 2020 9:56:58 AM Daniel Kiper :
> > On Tue, Oct 27, 2020 at 08:25:13PM +0100, Daniel Kiper wrote:
> >> On Mon, Oct 19, 2020 at 06:09:48PM -0500, Glenn Washburn wrote:
> >>> Heres an updated patch series which addresses comment
On Tue, Nov 03, 2020 at 08:21:15PM +, Glenn Washburn wrote:
> Oct 30, 2020 7:50:08 AM Daniel Kiper :
> > On Thu, Oct 29, 2020 at 02:53:34PM -0500, Glenn Washburn wrote:
> >> On Tue, 27 Oct 2020 20:11:56 +0100
> >> Daniel Kiper wrote:
> >>> On Sat, Oct 03, 2020 at 12:42:55AM -0500, Glenn Washbu
On Fri, Oct 23, 2020 at 04:33:58PM +1100, Daniel Axtens wrote:
> Hi Michal,
>
> >> So grub is usually loaded from the PReP partition if you are booting
> >> from disk. But, if you are booting from a CD/USB/etc, we first parse
> >> /ppc/boot-info.txt and then load whatever file it identifies. If yo