23 Jan, 2018

1 commit


01 Dec, 2017

1 commit


13 Oct, 2017

1 commit


09 Oct, 2017

2 commits

  • The UEFI spec defines parameter index of WaitForEvent as UINTN*.
    So we should use size_t here.

    I deliberately do not use UINTN because I hold a following patch
    that will eliminate UINTN because uppercase types to not match
    the U-Boot coding style.

    Signed-off-by: Heinrich Schuchardt
    Reviewed-by: Simon Glass
    Signed-off-by: Alexander Graf

    Heinrich Schuchardt
     
  • Rename counter to more illustrative names.
    Update notification function description.
    Simplify notification function.
    Add comment for arbitrary non-zero value.
    Document @return.
    Use constants for return values of setup, execute, teardown.

    Reported-by: Simon Glass
    Signed-off-by: Heinrich Schuchardt
    Reviewed-by: Simon Glass
    Signed-off-by: Alexander Graf

    Heinrich Schuchardt
     

19 Sep, 2017

1 commit