]> code.ossystems Code Review - openembedded-core.git/commit
grub2: fix initrd size restriction bug
authorShan Hai <shan.hai@windriver.com>
Wed, 29 Apr 2015 08:53:09 +0000 (16:53 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Apr 2015 22:01:27 +0000 (23:01 +0100)
commit156d8fecf31a7a9dc257e55e25645c561d5ba0b8
tree99acf066728793bda1ecedbfe61c26aad197ee22
parentc577a52b252ccbad9a8dde79c6a4a4f23376d9d8
grub2: fix initrd size restriction bug

The current grub2 fails on loading large initrd file (> 500M) since
the initrd size is added to the addr_min and causes the failure.
Fix it by picking a patch from grub2 upstream.

Signed-off-by: Shan Hai <shan.hai@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/grub/files/grub2-fix-initrd-size-bug.patch [new file with mode: 0644]
meta/recipes-bsp/grub/grub2.inc