Add new parameter for kernel initrd to communicator.#5
Open
Dreaded-Gnu wants to merge 6 commits intobolthur:developfrom
Open
Add new parameter for kernel initrd to communicator.#5Dreaded-Gnu wants to merge 6 commits intobolthur:developfrom
Dreaded-Gnu wants to merge 6 commits intobolthur:developfrom
Conversation
- Added missing automake files - Moved m4 macro to build-aux - Disabled silent rules - Renamed vendor to platform - Added gitattributes file
…figure.ac - Switched to long options via getopt - Moved print of usage with error exit into own little static function - Added initrd loading which appends initrd right beyond the kernel
- Added defines for windows, linux and osx set within macro - Added defined section for windows similar to osx - Extended serial handling initially to possibly work also on windows platform
- Added initrd prepare methods similar to kernel ones - Added defines for type kernel and initrd
- Renamed set of host - Fixed warning by using correct variable
Contributor
Author
|
Following platforms needs testing for the made changes
Also regarding the current changes being made to support flattened device tree within kernel, the communicator should be able to receive the current binary, adjust the initrd parameters and push back the updated binary to the board before booting the kernel. |
- Copyright note update
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.
build-auxCloses #4
Closes #3