Commit Graph

781 Commits

Author SHA1 Message Date
9fe347fd0a
Correct comments 2024-01-22 20:42:29 +01:00
af400920d0
Make a use of BlBuildPageMap() 2024-01-22 15:20:22 +01:00
0c3aee829a
Add missing forward reference 2024-01-22 15:16:39 +01:00
7128159c42
Implement BlBuildPageMap() routine 2024-01-22 15:15:21 +01:00
85d43e54b8
Add missing forward reference 2024-01-22 15:14:07 +01:00
22a7676b9b
Store boot loader image information and close EFI_LOADED_IMAGE_PROTOCOL afterwards 2024-01-22 15:11:56 +01:00
8580557985
Check if new mapping is a subset of an already existing mapping 2024-01-22 15:09:03 +01:00
c24745d233
Allow to specify virtual address during EFI memory mapping only 2024-01-19 23:16:45 +01:00
88321b5f4d
Pass virtual memory area address by reference 2024-01-18 23:10:47 +01:00
9f5018abf0
Update BlInitializePageMap() description 2024-01-18 15:10:32 +01:00
c716ad81f0
i686 supports switching to huge pages mode with 2MB or 4MB page size only 2024-01-18 14:48:43 +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
5acf8b4abd
Add page size enumeration list 2024-01-18 14:22:51 +01:00
0e4575b278
Use new paging implementation 2024-01-17 22:24:55 +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
e64cf4d0aa
Add CR4_LA57 definition 2024-01-14 21:06:02 +01:00
93340936d3
Update XTLDR help 2024-01-12 16:04:25 +01:00
019f084e49
Allow to reboot or shutdown from XTLDR boot menu 2024-01-12 16:03:21 +01:00
c2e8e29775
Add missing forward references 2024-01-12 16:02:14 +01:00
521006d939
Implement BlRebootSystem() and BlShutdownSystem() routines 2024-01-12 15:59:38 +01:00
489734d5c9
Implement test function to get framebuffer address by accessing graphics adapter's BARs 2024-01-12 15:18:36 +01:00
9501d3da36
Improvements to protocol support 2024-01-12 15:10:27 +01:00
c9b843c60f
Align EFI definitions 2024-01-11 21:43:00 +01:00
7a06b238a3
Add EFI ACPI related definitions 2024-01-11 21:40:12 +01:00
1270c7e283
Add EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR structure and missing forward references 2024-01-11 21:21:47 +01:00
12af27c579
Add PCI Type0 and Type1 device structure definitions 2024-01-11 19:09:20 +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
c98007a4a5
Do not link against libxtos if not needed 2024-01-10 19:55:20 +01:00
c4450e88ab
Add common memory related routines to XTLDR protocol 2024-01-10 19:51:27 +01:00
53cd4e0052
Cleanup PE/COFF related structures 2024-01-10 16:05:36 +01:00
e3376c181f
Add agreement to pull request template 2024-01-09 19:02:10 +01:00
b78bfcd219
Update issue template 2024-01-09 18:59:07 +01:00
878f7e3c0f
Simplify codeowners path 2024-01-09 18:58: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
44905bb71d
Add missing whitespace character to the comment 2024-01-07 00:18:00 +01:00
1206069882
Add ability to produce linker map file 2024-01-02 10:52:03 +01:00
f00b1b620f
Add SEGMENT macro for specifying a segment in which the object will be allocated 2023-12-30 01:04:02 +01:00
493dbd0a5a
Add EFI TUI definitions 2023-12-15 20:12:30 +01:00
579b4dc970
Implement RtlTrimLeftString(), RtlTrimRightString() and RtlTrimString() routines 2023-12-09 20:18:02 +01:00
d7fbe531fd
Improvements in string and wide string support
* Implement RtlCompareString(), RtlCompareStringInsensitive(), RtlCompareWideString() and RtlCompareWideStringInsensitive()
* Rename some routines t omatch naming conventions
* Switch to CHAR in string operations
2023-12-06 23:00:18 +01:00
ec63fe3fa6
Retry exiting boot services if first try fails 2023-12-02 16:02:24 +01:00
146a331c80
Let UEFI firmware load xtldr into lower half 2023-12-02 09:02:04 +01:00
ceee8f2c72
Correct typo 2023-11-30 18:24:26 +01:00
1b89287667
Add CODEOWNERS file to define individuals or teams responsible for a code 2023-11-30 17:14:12 +01:00
1e696258c2
Initialize framebuffer and processor 2023-11-29 22:49:15 +01:00
31b8cd8d3d
Update HlDisablePic() description 2023-11-29 22:43:57 +01:00
dddd1eb183
Rename internal kernel headers to distinguish them easily from XTDK 2023-11-29 20:39:59 +01:00