Skip to content

Extend loader to accept possible initrd per platform#5

Open
Dreaded-Gnu wants to merge 8 commits intobolthur:developfrom
Dreaded-Gnu:develop
Open

Extend loader to accept possible initrd per platform#5
Dreaded-Gnu wants to merge 8 commits intobolthur:developfrom
Dreaded-Gnu:develop

Conversation

@Dreaded-Gnu
Copy link
Contributor

@Dreaded-Gnu Dreaded-Gnu commented Jul 9, 2019

Extends serial loader to be able to accept initrd and load to target address per platform.

Closes #3

- Changed aux dir to build-aux/config
- Commented out AM_SILENT_RULES
- Renamed vendor to platform
- Added .gitattributes file
@Dreaded-Gnu Dreaded-Gnu added this to the 0.1.0 milestone Jul 9, 2019
@Dreaded-Gnu Dreaded-Gnu self-assigned this Jul 9, 2019
- 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
@Dreaded-Gnu Dreaded-Gnu changed the title Preserve possible initrd per platform Extend loader to accept possible initrd per platform Oct 1, 2019
- 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
@Dreaded-Gnu Dreaded-Gnu marked this pull request as ready for review April 27, 2020 19:38
- Removed ACLOCAL_AMFLAGS from src/Makefile.am
- Fixed set of ACLOCAL_AMFLAGS within root Makefile.am
@Dreaded-Gnu
Copy link
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extend serial loader to accept initrd

1 participant