Commit Graph

16 Commits

Author SHA1 Message Date
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