diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-14 22:26:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-14 22:26:42 +0100 |
| commit | 6bbf5ad2058db4020ae20d6aba8f5b099dadc85f (patch) | |
| tree | ad39f25f27938729261f733d2addf839e8a110b3 /dev/Kernel/FirmwareKit | |
| parent | 1c4f8ae3804be72d947b0b96f90b9300515399bc (diff) | |
TQ-24 && TQ-16: Add build scripts for MBCI, MBCI+Flash, and UFS.
META: Along other tweaks and important ARM64 patches.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/FirmwareKit')
| -rw-r--r-- | dev/Kernel/FirmwareKit/EFI/API.h | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/dev/Kernel/FirmwareKit/EFI/API.h b/dev/Kernel/FirmwareKit/EFI/API.h index 03b79019..50b6ea19 100644 --- a/dev/Kernel/FirmwareKit/EFI/API.h +++ b/dev/Kernel/FirmwareKit/EFI/API.h @@ -11,10 +11,9 @@ #include <FirmwareKit/Handover.h> #include <KernelKit/MSDOS.h> #include <KernelKit/PE.h> -#include <BootKit/Qr.h> -#define kNeKernelSubsystem (17) -#define kNeWebsiteMacro "https://vswirl.com/help" +#define kNeWebsiteMacro "https://aker.com/help" +#define kNeKernelSubsystem (StrLen(kNeWebsiteMacro)) #ifdef __BOOTZ__ // forward decl. @@ -80,23 +79,6 @@ Bascially frees everything we have in the EFI side. ST->ConOut->OutputString(ST->ConOut, L" ***\r"); - constexpr auto ver = 4; - auto ecc = qr::Ecc::H; - auto input = kNeWebsiteMacro; - auto len = StrLen(kNeWebsiteMacro); - - qr::Qr<ver> encoder; - qr::QrDelegate del; - - encoder.encode(input, len, ecc, 0); // Manual mask 0 - - constexpr auto whereX = 10; - constexpr auto whereY = 10; - - /// tell delegate to draw encoded QR. - del.draw<ver>(encoder, whereX, - whereY); - EFI::Stop(); } } // namespace EFI |
