Commit Graph

12 Commits

Author SHA1 Message Date
fabf3a3a5e Replace all occurrences of NULL with NULLPTR for unified C and C++ null pointer handling 2025-09-16 15:59:56 +02:00
94e6ca7aec Implement BlEnterFirmwareSetup() routine 2024-03-19 16:50:04 +01:00
ee23cd90cb Implement BlGetEfiVariable() and BlSetEfiVariable() routines 2024-03-18 17:04:58 +01:00
632bb30b64 Implement BlGetRandomValue() and BlInitializeEntropy() routines for future KASLR support 2024-02-26 23:06:44 +01:00
a70df7cbf8 Properly print status codes 2024-02-16 23:01:29 +01:00
c99bd73dfd Use uppercase when printing status codes 2024-02-16 22:03:00 +01:00
508fd27e92 Implement BlGetConfigurationTable() routine 2024-01-31 16:25:43 +01:00
435ee66ce1 Implement BlLoadEfiImage() and BlStartEfiImage() routines 2024-01-22 23:04:24 +01:00
8f40683270 Rename memory related routines to follow naming convention 2024-01-15 15:13:34 +01:00
521006d939 Implement BlRebootSystem() and BlShutdownSystem() routines 2024-01-12 15:59:38 +01:00
11979f758b Conform BlExitBootServices() to UEFI Specification 2024-01-10 21:59:51 +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