Actions
Bug #15683
closedloader.efi: move file_formats array to arch specific directory
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
file_formats array is list of mechanisms which can be used to load and execute the kernel (and related components). Currently defined in usr/src/boot/efi/loader/conf.c. Move it to architecture specific directory, so we can use it to create architecture specific implementations. The only currently supported implementation is multiboot2.
Testing done: build/install/boot and confirm expected behavior of boot loader.
Updated by Toomas Soome 12 days ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk 9 days ago
- Status changed from Pending RTI to Closed
- % Done changed from 90 to 100
git commit 825cdd57c9eaa68fc97312e3ae97a3ed2a7bc026
commit 825cdd57c9eaa68fc97312e3ae97a3ed2a7bc026 Author: Toomas Soome <tsoome@me.com> Date: 2023-05-26T16:46:59.000Z 15683 loader.efi: move file_formats array to arch specific directory Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@mnx.io>
Actions