Re: [edk2] BootDeviceSupport for osx efi loader

2014-08-09 Thread Laszlo Ersek
On 08/09/14 10:55, Alexander Graf wrote: > > >> Am 08.08.2014 um 19:20 schrieb Laszlo Ersek : >> >>> On 08/08/14 19:06, Andrew Fish wrote: >>> On Aug 7, 2014, at 3:11 PM, Reza Jelveh wrote: Currently booting from devices works by setting EFI_REMOVABLE_MEDIA_FILE_NAME ba

Re: [edk2] BootDeviceSupport for osx efi loader

2014-08-08 Thread Laszlo Ersek
On 08/08/14 19:06, Andrew Fish wrote: > > On Aug 7, 2014, at 3:11 PM, Reza Jelveh wrote: > >> Currently booting from devices works by setting EFI_REMOVABLE_MEDIA_FILE_NAME >> based on the architecture in MdePkg/Include/Uefi/UefiSpec.h >> > > Well these are the defaults for removable media devic

Re: [edk2] BootDeviceSupport for osx efi loader

2014-08-08 Thread Andrew Fish
On Aug 7, 2014, at 3:11 PM, Reza Jelveh wrote: > Currently booting from devices works by setting EFI_REMOVABLE_MEDIA_FILE_NAME > based on the architecture in MdePkg/Include/Uefi/UefiSpec.h > Well these are the defaults for removable media devices. A non removable device can set any value the

[edk2] BootDeviceSupport for osx efi loader

2014-08-07 Thread Reza Jelveh
Currently booting from devices works by setting EFI_REMOVABLE_MEDIA_FILE_NAME based on the architecture in MdePkg/Include/Uefi/UefiSpec.h That information is then used in IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c to boot from a selected device. OSX uses a different loader path /Syst