Commit Graph

763 Commits

Author SHA1 Message Date
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
53d84b772a
Add missing commas 2023-11-29 20:17:31 +01:00
59aa62916a
Include architecture specific HAL headers 2023-11-29 20:15:12 +01:00
3800138f52
Move (A)PIC related forward references to arch-specific headers 2023-11-29 20:13:03 +01:00
Jozef Nagy
c8a54e602b
Disable legacy 8259 PIC before enabling APIC
Reviewed-on: xt-sys/exectos#5
Reviewed-by: Rafal Kupiec <belliash@noreply.codingworkshop.git>
Co-authored-by: Jozef Nagy <schkwve@gmail.com>
Co-committed-by: Jozef Nagy <schkwve@gmail.com>
2023-11-29 20:07:16 +01:00
669b84a826
Add architecture related information to kernel startup string 2023-11-29 18:32:03 +01:00
9aafa63617
Move CPU and PIC support into common for i686 and amd64 place 2023-11-29 18:26:46 +01:00
a90a30ff7a
Move XTOS GUIDs into separate header 2023-11-29 17:59:53 +01:00
7a60f46f24
Add preprocessor macro for including common headers and source files across different architectures 2023-11-29 16:12:55 +01:00
db1f693d9c
Corrections to UEFI_FIRMWARE_INFORMATION and KERNEL_INITIALIZATION_BLOCK 2023-11-29 15:57:09 +01:00
0d1fcde3a5
Add missing StallScaleFactor to KPROCESSOR_BLOCK 2023-11-28 23:08:35 +01:00
f6c621c2a6
Basic processor initialization code 2023-11-28 22:31:39 +01:00
d4ee87fd62
Fix function prototype 2023-11-28 15:39:32 +01:00
d17b06a180
Register interrupt handlers once the APIC initialization is done 2023-11-28 14:20:23 +01:00
c4ccf52782
Correct code formatting 2023-11-28 14:05:08 +01:00
e5adc31af7
Implement basic APIC support, including X2APIC 2023-11-27 22:38:15 +01:00
4ca4e298f0
Add more PIC/APIC related definitions 2023-11-26 23:35:14 +01:00
e886baa0d8
Fix reading from and writting to APIC registers 2023-11-26 16:57:40 +01:00
5b48525b1d
Increase commit hash to 10 characters to match Gitea 2023-11-26 16:26:22 +01:00