Skip to content

Detecting the size of unified kernel image sections automatically

Yishen Miao requested to merge mys_721tx/mkinitcpio:objcopy_array into master

Arranges all objcopy arguments into OBJCOPYARGS. The checks are also rearranged by the order of appearance in the unified kernel image. The hardcoded VMA addresses are removed and the section sizes are detected automatically. This allows arbitrary sized kernel images to be used.

See discussion on GitHub.

Fixes #133 (closed).

Edited by Yishen Miao

Merge request reports