lkml.org 
[lkml]   [2016]   [Sep]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 13/29] efi/arm*: esrt: Add missing call to efi_esrt_init()
    Date
    From: Ard Biesheuvel <ard.biesheuvel@linaro.org>

    ESRT support is built by default for all architectures that define
    CONFIG_EFI. However, this support was not wired up yet for ARM/arm64,
    since efi_esrt_init() was never called. So add the missing call.

    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    Cc: Leif Lindholm <leif.lindholm@linaro.org>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Peter Jones <pjones@redhat.com>
    Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
    ---
    drivers/firmware/efi/arm-init.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/firmware/efi/arm-init.c b/drivers/firmware/efi/arm-init.c
    index 5a2df3fefccc..e0a511d4074f 100644
    --- a/drivers/firmware/efi/arm-init.c
    +++ b/drivers/firmware/efi/arm-init.c
    @@ -247,6 +247,7 @@ void __init efi_init(void)

    reserve_regions();
    efi_memattr_init();
    + efi_esrt_init();
    efi_memmap_unmap();

    memblock_reserve(params.mmap & PAGE_MASK,
    --
    2.9.3
    \
     
     \ /
      Last update: 2016-09-17 09:59    [W:4.700 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site