02 Oct, 2016

1 commit

  • Move FASTBOOT_MBR_NAME and FASTBOOT_GPT_NAME into Kconfig.
    Add dependency on the FASTBOOT_FLASH setting (also for FASTBOOT_MBR_NAME).
    Remove the now redundant GPT_ENTRY_NAME.

    Signed-off-by: Petr Kulhavy
    Reviewed-by: Tom Rini
    Acked-by: Steve Rae
    Reviewed-by: Simon Glass
    [trini: Add FIXME about xxx_PARTITION needing to be in Kconfig]
    Signed-off-by: Tom Rini

    Petr Kulhavy
     

13 Nov, 2015

1 commit

  • Previously, Linux used the same GUID for the data partitions as Windows
    (Basic data partition: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7).
    This created problems when dual-booting Linux and Windows in UEFI-GPT
    Setup, so a new GUID (Linux filesystem data:
    0FC63DAF-8483-4772-8E79-3D69D8477DE4) was defined jointly by GPT fdisk
    and GNU Parted developers.

    Signed-off-by: Patrick Delaunay

    Patrick Delaunay
     

05 Aug, 2015

1 commit

  • When running as an EFI application, U-Boot must request memory from EFI,
    and provide access to the boot services U-Boot needs.

    Add library code to perform these tasks. This includes efi_main() which is
    the entry point from EFI. U-Boot is built as a shared library.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng

    Simon Glass
     

15 Oct, 2013

1 commit


24 Jul, 2013

1 commit


02 May, 2013

1 commit


14 Dec, 2012

2 commits