Commit Graph

17 Commits

Author SHA1 Message Date
508fd27e92 Implement BlGetConfigurationTable() routine 2024-01-31 16:25:43 +01:00
d27a4cde4b Implement BlGetVirtualAddress() and BlPhysicalListToVirtual() routines 2024-01-29 18:03:58 +01:00
8115ae07b6 Unify variable types across project; use common type for storing numer of pages 2024-01-29 16:17:51 +01:00
8e61e95cc2 Implement BlPhysicalAddressToVirtual() routine 2024-01-28 23:16:01 +01:00
b8acfe1b66 Implement BlGetMappingsCount() routine 2024-01-28 17:26:20 +01:00
269858f5a1 Implement and use BlGetEfiPath() routine to get valid EFI path 2024-01-23 20:56:58 +01:00
435ee66ce1 Implement BlLoadEfiImage() and BlStartEfiImage() routines 2024-01-22 23:04:24 +01:00
0c3aee829a Add missing forward reference 2024-01-22 15:16:39 +01:00
85d43e54b8 Add missing forward reference 2024-01-22 15:14:07 +01:00
c24745d233 Allow to specify virtual address during EFI memory mapping only 2024-01-19 23:16:45 +01:00
02f0e34b83 Allow to provide page size during initialization 2024-01-18 14:30:58 +01:00
89c18bbce6 Initial paging support 2024-01-17 14:42:07 +01:00
8f40683270 Rename memory related routines to follow naming convention 2024-01-15 15:13:34 +01:00
c2e8e29775 Add missing forward references 2024-01-12 16:02:14 +01:00
9501d3da36 Improvements to protocol support 2024-01-12 15:10:27 +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