[PATCH v3] efi-pstore: Make efi-pstore return a unique id

2013-11-28 Thread Madper Xie
This version for fixing following errors: >> efi-pstore.c:(.text+0x84c6cc): undefined reference to `__udivdi3' >> efi-pstore.c:(.text+0x84c6e0): undefined reference to `__umoddi3' Pstore fs expects that backends provide a uniqued id which could avoid pstore making entries as duplication o

[PATCH v3 3/3] init: efi: arm: enable (U)EFI runtime services on arm

2013-11-28 Thread Leif Lindholm
Since the efi_set_virtual_address_map call has strict init ordering requirements, add an explicit hook in the required place. Signed-off-by: Leif Lindholm --- init/main.c |4 1 file changed, 4 insertions(+) diff --git a/init/main.c b/init/main.c index febc511..1331829 100644 --- a/init

[PATCH v3 0/3] (U)EFI runtime services for arm

2013-11-28 Thread Leif Lindholm
In systems based on [U]EFI-conformant firmware, runtime services provide a standardised way for the kernel to update firmware environment variables. This is used for example by efibootmgr to update which image should be loaded on next boot. This patchset implements basic support for UEFI runtime s

[PATCH v3 2/3] arm: Add [U]EFI runtime services support

2013-11-28 Thread Leif Lindholm
This patch implements basic support for UEFI runtime services in the ARM architecture - a requirement for using efibootmgr to read and update the system boot configuration. It uses the generic configuration table scanning to populate ACPI and SMBIOS pointers. Changes since v2: - Updated FDT bindi

[PATCH v3 1/3] Documentation: arm: add UEFI support documentation

2013-11-28 Thread Leif Lindholm
This patch provides documentation of the [U]EFI runtime service and configuration features for the arm architecture. Changes since v1/v2: - Complete rewrite. - New FDT bindings. Cc: Rob Landley Cc: linux-...@vger.kernel.org Signed-off-by: Leif Lindholm --- Documentation/arm/00-INDEX |3 ++