Commit Graph

13 Commits

Author SHA1 Message Date
602da0960c Unify string API parameter types to PCSTR/PCWSTR 2025-09-03 19:54:46 +02:00
72a832f190 Fix type mismatch in BlGetEditableOptions OptionsCount parameter 2025-08-30 20:35:01 +02:00
2ee33ab229 Refactor BlGetConfigValue to return EFI_STATUS and output value via parameter 2025-08-27 19:44:52 +02:00
c6643125e1 Implement boot entry editor 2025-08-27 19:15:38 +02:00
12e8704ffb Implement BlGetConfigBooleanValue() routine 2024-03-18 20:02:43 +01:00
bd6516cdf9 Reallocate memory when updating existing config entry via BlSetConfigValue() 2024-03-02 17:15:37 +01:00
01983ef677 Small fixes to configuration parser 2024-03-02 16:54:28 +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
9f739df595 There is no need to allocate so much memory 2024-01-23 20:53:26 +01:00
f2ab4894a5 Use correct paths in debug messages 2024-01-23 15:14:50 +01:00
8f40683270 Rename memory related routines to follow naming convention 2024-01-15 15:13:34 +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