Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: c0207583e02205cf4dfda08fd102ebdb3df0b4f2
https://github.com/tianocore/edk2/commit/c0207583e02205cf4dfda08fd102ebdb3df0b4f2
Author: Ashish Singhal <[email protected]>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.c
Log Message:
-----------
EmbeddedPkg: Fix Android Boot Command Line Length Bug
Curently, AndroidBootImgLib expects input kernel command line
to never exceed 256 unicode characters where the image header
allows for 512 ascii characters. If image header allows 512
ascii characters, similar number of unicode characters should be
allowed at the minimum.
Signed-off-by: Ashish Singhal <[email protected]>
Reviewed-by: Abner Chang <[email protected]>
Commit: 59b6b5059b90883abfcbd906c411e8f59ac1aa0d
https://github.com/tianocore/edk2/commit/59b6b5059b90883abfcbd906c411e8f59ac1aa0d
Author: Ashish Singhal <[email protected]>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M EmbeddedPkg/EmbeddedPkg.dec
M EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.c
M EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.inf
Log Message:
-----------
EmbeddedPkg: Allow longer android kernel command line
AndroidBootImgLib allows for platforms to append to kernel command
line but does not allow for the overall kernel command line to go
beyond the limit set by the image header. Address this limitation
by adding a pcd where platform can tell how many extra characters
they expect on their platform in addition to what the image header
specifies.
Signed-off-by: Ashish Singhal <[email protected]>
Reviewed-by: Abner Chang <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/4f99b5fb936a...59b6b5059b90
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits