Extend loader to accept possible initrd per platform#5
Open
Dreaded-Gnu wants to merge 8 commits intobolthur:developfrom
Open
Extend loader to accept possible initrd per platform#5Dreaded-Gnu wants to merge 8 commits intobolthur:developfrom
Dreaded-Gnu wants to merge 8 commits intobolthur:developfrom
Conversation
- Changed aux dir to build-aux/config - Commented out AM_SILENT_RULES - Renamed vendor to platform - Added .gitattributes file
- Changed automake configure.ac similar to kernel - Added missing files required by automake
- Added file types for kernel and initrd as define - Splitted up main to expect initrd and kernel to be passed seperately
- Added autotools function to set device
- Added tasks and launch file from kernel
- Changed initial output a bit - Changed linker script to build correctly also for elf and qemu - Adjusted debug launch script - Added strncmp method for checking for go
- Removed ACLOCAL_AMFLAGS from src/Makefile.am - Fixed set of ACLOCAL_AMFLAGS within root Makefile.am
Contributor
Author
|
Regarding the current changes being made to support flattened device tree within kernel, the loader should be able to send the current binary to the communicator and be able to receive an updated binary from the communicator as replacement for the current one. |
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.
Extends serial loader to be able to accept initrd and load to target address per platform.
Closes #3