Commit Graph

28 Commits

Author SHA1 Message Date
360ddd5405 Export new routines from ACPI module 2024-02-02 22:29:14 +01:00
082568ae10 Rename AcGetAcpiTable() to AcGetAcpiDescriptionPointer() 2024-02-02 22:04:58 +01:00
58a1fef3ad Put other protocols routines into separate group 2024-02-01 19:05:34 +01:00
8a2e49ec60 Add initial version of ACPI module 2024-02-01 16:26:12 +01:00
508fd27e92 Implement BlGetConfigurationTable() routine 2024-01-31 16:25:43 +01:00
0c691a40e3 Update memory mapping related structures 2024-01-29 19:31:20 +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
670a812649 Store number of mappings when mapping virtual memory 2024-01-28 17:01:44 +01:00
3c0a43d55a Rework of EFI FrameBuffer module 2024-01-28 15:03:55 +01:00
9ab4328c9d Update XTBL_EXECUTABLE_IMAGE_PROTOCOL structure 2024-01-25 22:06:24 +01:00
269858f5a1 Implement and use BlGetEfiPath() routine to get valid EFI path 2024-01-23 20:56:58 +01:00
825c3b6f9a Keep all paths in single place 2024-01-23 15:12:26 +01:00
435ee66ce1 Implement BlLoadEfiImage() and BlStartEfiImage() routines 2024-01-22 23:04:24 +01:00
7128159c42 Implement BlBuildPageMap() routine 2024-01-22 15:15:21 +01:00
22a7676b9b Store boot loader image information and close EFI_LOADED_IMAGE_PROTOCOL afterwards 2024-01-22 15:11:56 +01:00
c24745d233 Allow to specify virtual address during EFI memory mapping only 2024-01-19 23:16:45 +01:00
0a47d43644 Move target specific code 2024-01-18 14:32:40 +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
521006d939 Implement BlRebootSystem() and BlShutdownSystem() routines 2024-01-12 15:59:38 +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
a6d4f157b6 Fix i686 build 2024-01-10 20:00:26 +01:00
c4450e88ab Add common memory related routines to XTLDR protocol 2024-01-10 19:51:27 +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