]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi...
authorIngo Molnar <mingo@kernel.org>
Tue, 2 Jun 2015 06:38:11 +0000 (08:38 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 2 Jun 2015 06:38:11 +0000 (08:38 +0200)
commit6b33033c2482b439674807fe546bf2d4ed94a43e
tree53f914cdf1b3f821cac353bff03888eeab0a74de
parentc46a024ea5eb0165114dbbc8c82c29b7bcf66e71
parentc208358c2cc832eeb5b341a465eee30be19cd5a0
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi

Pull EFI changes from Matt Fleming:

  - Use idiomatic negative error values in efivar_create_sysfs_entry()
    instead of returning '1' to indicate error. (Dan Carpenter)

  - Implement new support to expose the EFI System Resource Tables in sysfs,
    which provides information for performing firmware updates. (Peter Jones)

  - Documentation cleanup in the EFI handover protocol section which
    falsely claimed that 'cmdline_size' needed to be filled out by the
    boot loader. (Alex Smith)

  - Align the order of SMBIOS tables in /sys/firmware/efi/systab to match
    the way that we do things for ACPI and add documentation to
    Documentation/ABI. (Jean Delvare)

Signed-off-by: Ingo Molnar <mingo@kernel.org>