-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aarch64: enlarge memory range for grub loading
For now, 0x40400000 ~ 0x40480000 is used for loading grub. But it may not be enough sometime. Enlarge this area by movnge the ram_min to 0x40600000. Thus there is 2M range for loading grub that is enough. As PE loader will get image offset and size in the header to put it in the right place, image header should also be updated. Fixes: #261 Signed-off-by: Jianyong Wu <[email protected]>
- Loading branch information
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters