Menu

#13 efi spec violation

closed-fixed
jfly
None
9
2009-10-26
2009-07-21
jfly
No

elilo is not in spec comliance with eif boot services call ExitBootServices()
this is preventing some new efi 2.2 platforms from booting linux successfully

Discussion

  • jfly

    jfly - 2009-10-07

    The directive for the efi ExitBootServices call has been changed from 1.02 which elilo was originally developed against. It used to suggest defering the get_memmap call until immediately before the ExitBootServices call. elilo did that as part of building boot params. The spec now dictates that bootloaders must check the error status of ExitBootServices and retry if the memory map key is invalid (memory map has changed outside of elilo via another efi driver.) and so elilo must now get the new memmap, rebuild boot params and retry. Elilo.c has been patched to accommodate this.

    patch developed, tested fine, will prompt 3.12 release

     
  • jfly

    jfly - 2009-10-26
    • status: open --> closed-fixed
     
  • jfly

    jfly - 2009-10-26

    Fixed in 3.12

    * Fixed bug 2825044 ExitBootServices error handling, correctly deal
    with changed memory map key if memory map changes from under elilo.

     

Log in to post a comment.