Commit graph

  • 08615db9ef
    Update license year main Jozef Nagy 2025-04-04 23:53:45 +02:00
  • c6a93ef5d4
    Added efi_status_to_str() Jozef Nagy 2025-01-25 21:30:06 +01:00
  • 693be19acd
    Added AxBoot specific stuff Jozef Nagy 2025-01-25 20:40:27 +01:00
  • 00ed5f5d53
    Updated ACPI table GUID definitions Jozef Nagy 2024-08-31 16:28:12 +02:00
  • 12cc922fe8
    Merge branch 'main' of https://github.com/aurixos/efi into HEAD Jozef Nagy 2024-08-31 16:18:00 +02:00
  • 5dd8b57340
    Updated ACPI table GUID definitions Jozef Nagy 2024-08-31 16:17:36 +02:00
  • 37b9a7d776
    Merge pull request #4 from KevinAlavik/patch-1 Jozef Nagy 2024-08-18 19:03:58 +02:00
  • d6fe5092e5
    fix: MaxNode -> MaxMode Kevin Alavik 2024-08-18 18:59:53 +02:00
  • adda2d9ee0
    Added EFI_FILE_INFO Jozef Nagy 2024-07-27 11:33:12 +02:00
  • 88aaaea2f3
    Merge pull request #3 from RaphProductions/patch-1 Jozef Nagy 2024-07-10 23:06:22 +02:00
  • d973526955
    Update console_support.h Raphaël 2024-07-10 22:59:20 +02:00
  • f0a2562855
    Use compiler-provided stdint.h Jozef Nagy 2024-07-10 19:51:09 +02:00
  • 16f563aec5
    Merge pull request #2 from KevinAlavik/main Jozef Nagy 2024-07-09 11:54:10 +02:00
  • c3148bf35f
    Update efilib.h Kevin Alavik 2024-07-09 11:49:09 +02:00
  • 6a0f30a1ce
    Fixed types Kevin Alavik 2024-07-09 11:48:59 +02:00
  • 9544dc67a5
    Added .gitignore Jozef Nagy 2024-07-08 20:58:41 +02:00
  • edc45f0abb
    Don't use standard integer type names Jozef Nagy 2024-07-08 20:57:58 +02:00
  • fd21dfd54b
    Removed global variables Jozef Nagy 2024-06-06 22:02:00 +02:00
  • d7b6e4cb4a
    Renamed types Jozef Nagy 2024-05-27 21:45:04 +02:00
  • 5c7e1d3246
    Added global variable initialization Jozef Nagy 2024-04-27 22:49:00 +02:00
  • f8cf43b35e
    Added EFI types rewrite Jozef Nagy 2024-04-13 00:03:40 +02:00
  • 56b5f9bf4f
    Added notice Jozef Nagy 2024-04-12 22:32:19 +02:00
  • 83afc73363
    Added a bunch of network protocols Jozef Nagy 2024-04-12 22:28:57 +02:00
  • 075ed7cac3
    Added README.md and LICENSE.txt Jozef Nagy 2024-04-05 21:15:11 +02:00
  • f5edc1f1e8
    Added BOOL and INT Jozef Nagy 2024-04-03 09:31:59 +02:00
  • c913ddaf20
    Added EFI Scancodes definitions Jozef Nagy 2024-04-01 14:48:39 +02:00
  • f42c11ca60
    Added TRUE/FALSE definitions Jozef Nagy 2024-04-01 13:59:36 +02:00
  • 0210d27a40
    Added va_* types Jozef Nagy 2024-04-01 02:43:03 +02:00
  • cfa24990b5
    Added Firmware Management protocols Jozef Nagy 2024-04-01 00:05:08 +02:00
  • d992cce495
    Decompression protocol Jozef Nagy 2024-03-31 23:52:35 +02:00
  • f98a241021
    Debugger support Jozef Nagy 2024-03-31 23:49:54 +02:00
  • 871b9a9287
    Full USB support Jozef Nagy 2024-03-31 23:30:13 +02:00
  • 95d92244e7
    Full string services and SCSI support Jozef Nagy 2024-03-31 22:17:12 +02:00
  • d2d5d32202
    Implemented Unicode Collation Protocol Jozef Nagy 2024-03-31 20:18:39 +02:00
  • b556021507
    Implemented ACPI Table protocol Jozef Nagy 2024-03-31 20:00:45 +02:00
  • 330af730eb
    Implemented PCI Bus Jozef Nagy 2024-03-31 19:52:23 +02:00
  • 4efa450d5d
    Added SIZE and SSIZE types Jozef Nagy 2024-03-30 12:25:33 +01:00
  • 6b22b23422
    Added INTPTR and UINTPTR types Jozef Nagy 2024-03-30 11:37:28 +01:00
  • 16a6e781a3
    Formatting Jozef Nagy 2024-03-30 09:52:53 +01:00
  • 5ee2b6ee65
    Media Access protocols fully implemented Jozef Nagy 2024-03-30 09:51:02 +01:00
  • 2b8129b83b
    #pragma pack() is also supported in GCC Jozef Nagy 2024-03-30 09:43:51 +01:00
  • 4d1fb71456
    More Media-related protocols Jozef Nagy 2024-03-30 09:41:32 +01:00
  • 5d67c2c599
    Partial media support Jozef Nagy 2024-03-30 01:05:27 +01:00
  • 200d8baeaa
    Console I/O Jozef Nagy 2024-03-30 00:38:55 +01:00
  • f037737fc1
    Better code organization Jozef Nagy 2024-03-30 00:02:42 +01:00
  • 46942dc800
    Fully implemented UEFI Driver Model protocols Jozef Nagy 2024-03-29 23:27:59 +01:00
  • b335041b4f
    Fix typo Jozef Nagy 2024-03-29 22:59:04 +01:00
  • 7c8c1aef7b
    Implemented Runtime Services Jozef Nagy 2024-03-29 22:56:51 +01:00
  • 937e50d0ee
    Rewrite and reorganize the entire codebase Jozef Nagy 2024-03-29 22:39:42 +01:00
  • 01c1e3aa2e
    Added global GUID variables Jozef Nagy 2024-01-21 18:46:13 +01:00
  • bbabf877a7
    Added Simple File System Protocol and File Protocol Jozef Nagy 2024-01-21 18:06:02 +01:00
  • 87104a93b6
    Added EfiToStr() Jozef Nagy 2024-01-21 17:48:33 +01:00
  • 25966996e3
    Finished EFI System Table and EFI Simple Text Input Protocol Jozef Nagy 2024-01-21 10:30:12 +01:00
  • 9d885a0986
    Fully implemented Runtime Services Jozef Nagy 2024-01-21 00:04:13 +01:00
  • 296d62f96e
    Fix Boot Services table Jozef Nagy 2024-01-20 23:35:46 +01:00
  • 6e6753a131
    Removed old file Jozef Nagy 2024-01-20 23:20:27 +01:00
  • 45c4280241
    Implemented Boot Services Jozef Nagy 2024-01-20 23:20:02 +01:00
  • 828603e9dc
    Initial commit Jozef Nagy 2024-01-20 22:27:32 +01:00