treewide: fix whitespace
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m12s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m12s
This commit is contained in:
@ -15,7 +15,7 @@ index d5a8182cf..be722c43a 100644
|
||||
@@ -449,6 +449,63 @@ static void setup_graphics(struct boot_params *boot_params)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+typedef struct {
|
||||
+ u64 version;
|
||||
+ void (*set_os_version) (const char *os_version);
|
||||
@ -73,13 +73,13 @@ index d5a8182cf..be722c43a 100644
|
||||
+
|
||||
+ return status;
|
||||
+}
|
||||
|
||||
|
||||
static void __noreturn efi_exit(efi_handle_t handle, efi_status_t status)
|
||||
{
|
||||
@@ -951,6 +1008,8 @@ void __noreturn efi_stub_entry(efi_handle_t handle,
|
||||
|
||||
|
||||
setup_unaccepted_memory();
|
||||
|
||||
|
||||
+ apple_set_os();
|
||||
+
|
||||
status = exit_boot(boot_params, handle);
|
||||
@ -97,6 +97,5 @@ index d59b0947f..81158014f 100644
|
||||
#define EFI_TCG2_PROTOCOL_GUID EFI_GUID(0x607f766c, 0x7455, 0x42be, 0x93, 0x0b, 0xe4, 0xd7, 0x6d, 0xb2, 0x72, 0x0f)
|
||||
#define EFI_TCG2_FINAL_EVENTS_TABLE_GUID EFI_GUID(0x1e2ed096, 0x30e2, 0x4254, 0xbd, 0x89, 0x86, 0x3b, 0xbe, 0xf8, 0x23, 0x25)
|
||||
#define EFI_LOAD_FILE_PROTOCOL_GUID EFI_GUID(0x56ec3091, 0x954c, 0x11d2, 0x8e, 0x3f, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b)
|
||||
--
|
||||
--
|
||||
2.42.0
|
||||
|
||||
|
Reference in New Issue
Block a user