Open
Conversation
…detected. (#296) RM #4823806
* Update additional scripts are not supported in BF4 bfdracut, bfhcafw, bfpart, bfperf_pmc, bfrshlog, bfvcheck RM #4823806
This reverts commit 4950172. RM #4857694
When converting a binary configuration file back to text, if the BOOTx_DEVPATH variable is set, the text written back is incorrect, because if you then try converting that text back to a binary config file, the data gets corrupted in the binary config file. Example: Start out with: BOOT0_DEVPATH='\\EFI\\velinux\\grubaa64.efi' Convert to binary, this gets saved as '\EFI\velinux\grubaa64.efi' Convert that binary back to text and you will have: BOOT0_DEVPATH='\EFI\velinux\grubaa64.efi' If you now convert that text file back to binary, the resulting binary config will be corrupted as bfcfg is expecting the double backslash '\\' The fix is to simply make sure when converting from binary to text, for the DEVPATH variables, write the double slash. Note: changed bfcfg version from bfcfg_version=4.6 to bfcfg_version=4.7 RM #4836088
Not supporting EFI variable on BF4. Update the error message. #4921720 #4925441
Fix unknow platform w/ no command parameter #4925254
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pick up changes from master w/ bfscripts for BF4 support