fwupd/plugins/uefi/efi
Mario Limonciello d39bcee29d trivial: detect cpuid.h and also look for host architecture
Fixes cross compilation for arm with clang which provides cpuid.h
but helpfully has this error:
```
 #if !(__x86_64__ || __i386__)
 #error this header is for x86 only
 #endif
```

Fixes: #2131
2020-05-26 15:06:08 -05:00
..
fwup-cleanups.h Use '#pragma once' to avoid a lot of boilerplate 2019-02-09 08:42:30 -06:00
fwup-common.c uefi: Refactor and simplify the EFI loader 2019-01-19 18:36:46 +00:00
fwup-common.h Use '#pragma once' to avoid a lot of boilerplate 2019-02-09 08:42:30 -06:00
fwup-debug.c uefi: make debugging output more readable 2020-02-10 12:39:26 -06:00
fwup-debug.h Use '#pragma once' to avoid a lot of boilerplate 2019-02-09 08:42:30 -06:00
fwup-efi.c Revert "Correctly delete UEFI variables" 2020-02-10 12:39:26 -06:00
fwup-efi.h Use '#pragma once' to avoid a lot of boilerplate 2019-02-09 08:42:30 -06:00
fwupdate.c uefi: Apply capsule update even with single valid capsule 2020-02-14 15:37:08 +00:00
generate_binary.sh uefi: Make generate_binary.sh more robust 2019-11-18 18:43:40 +00:00
meson.build trivial: detect cpuid.h and also look for host architecture 2020-05-26 15:06:08 -05:00