Commit Graph

20 Commits

Author SHA1 Message Date
3f2496644f Compile bootutil.c 2025-08-10 00:12:01 +02:00
94076b7471 Separate image base address per architecture 2024-07-10 22:42:48 +02:00
5de4d7a7f5 Use new string formatting mechanism in the boot loader 2024-02-15 23:32:23 +01:00
89c18bbce6 Initial paging support 2024-01-17 14:42:07 +01:00
4412d4fc98 Rewrite core of the XTLDR boot loader
Reviewed-on: xt-sys/exectos#7
Reviewed-by: Piotr Likoski <likoski@noreply.codingworkshop.git>
Co-authored-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
Co-committed-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
2024-01-09 18:51:04 +01:00
146a331c80 Let UEFI firmware load xtldr into lower half 2023-12-02 09:02:04 +01:00
a2af4841da Move all globals into separate file 2023-11-16 17:39:12 +01:00
c91708034b Correct comments 2023-01-02 18:06:54 +01:00
93fa2aed67 Implement BlMapVirtualMemory() routine for recursive mapping 2022-12-06 23:32:31 +01:00
2f03f84a20 Move memory related routines to a separate file and implement BlGetMemoryMap() routine 2022-12-05 20:08:18 +01:00
37a37c225f Small code refactoring 2022-10-20 15:58:50 +02:00
71e8bb76de Implement BlEfiGetSystemConfigurationTable() and move BlEfiGetSecureBootStatus() to desired place 2022-10-17 15:47:09 +02:00
5fe22b5d6c Fix build by setting project name first 2022-09-17 00:22:45 +02:00
109c24f389 Initial support for xtldr modules and bootloader protocol 2022-09-17 00:14:09 +02:00
a7d07e7ecb Integrate xtklib with the kernel 2022-08-30 23:23:02 +02:00
756763d8ca Discover and enumerate EFI block devices 2022-08-21 19:44:49 +02:00
a961ac1e69 Implement BlDbgPrint() for printing debug messages to the serial console and rename loader entry point 2022-08-09 22:27:15 +02:00
3e4f0b8aff Add support for formatting and printing strings 2022-08-05 15:00:34 +02:00
9d7491c732 EFI default console support 2022-08-03 22:36:31 +02:00
09e4edc026 Add EFI bootloader subproject 2022-08-03 10:45:22 +02:00