Page MenuHomeFreeBSD

Reduce size of EFI_STAGING_SIZE to 32 on arm
ClosedPublic

Authored by thj on Jul 21 2019, 7:15 PM.
Tags
None
Referenced Files
F168131341: D21016.id60930.diff
Wed, Aug 26, 12:50 PM
F168120650: D21016.id60578.diff
Wed, Aug 26, 11:43 AM
F168120627: D21016.id60577.diff
Wed, Aug 26, 11:43 AM
F168106445: D21016.id59994.diff
Wed, Aug 26, 10:20 AM
F168101956: D21016.diff
Wed, Aug 26, 9:47 AM
F168100583: D21016.id.diff
Wed, Aug 26, 9:37 AM
Unknown Object (File)
Mon, Aug 24, 1:18 PM
Unknown Object (File)
Sun, Aug 23, 9:41 PM

Details

Summary

Reduce the size of the EFI_STAGING area we allocate on arm7 to 32. On arm SBC such as the NanoPi-NEOLTS the staging area allocation will fail on the 256MB model with a staging size of 64.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

We probably wouldn't want that on big armv8 boxes, maybe || defined(__aarch64__) should be added to if defined(__amd64__) in that case..

thj retitled this revision from Reduce size of EFI_STAGING_SIZE to 32 This allows loader to start on the 256MB NanoPi-NEOLTS model to Reduce size of EFI_STAGING_SIZE to 32.
thj edited the summary of this revision. (Show Details)
  • Only reduce staging size on arm

Remove accidentally added file

This revision is now accepted and ready to land.Aug 8 2019, 8:27 PM
thj retitled this revision from Reduce size of EFI_STAGING_SIZE to 32 to Reduce size of EFI_STAGING_SIZE to 32 on arm.Aug 14 2019, 9:03 AM
thj edited the summary of this revision. (Show Details)
thj added reviewers: jtl, bz.
This revision was automatically updated to reflect the committed changes.