Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

api_public.h

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Rafal Jaworowski's avatar
    923aa481
    API: Improve glue mid-layer of the API demo application. · 923aa481
    Rafal Jaworowski authored
    
    - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
    read, which allows for better control and error handling (this introduces
    additional error code API_ESYSC returned by the glue mid-layer).
    
    - Clean up definitions naming and usage.
    
    - Other minor cosmetics.
    
    Note these changes do not touch the API proper, so the interface between
    U-Boot and standalone applications remains unchanged.
    
    Signed-off-by: default avatarRafal Jaworowski <raj@semihalf.com>
    923aa481
    History
    API: Improve glue mid-layer of the API demo application.
    Rafal Jaworowski authored
    
    - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
    read, which allows for better control and error handling (this introduces
    additional error code API_ESYSC returned by the glue mid-layer).
    
    - Clean up definitions naming and usage.
    
    - Other minor cosmetics.
    
    Note these changes do not touch the API proper, so the interface between
    U-Boot and standalone applications remains unchanged.
    
    Signed-off-by: default avatarRafal Jaworowski <raj@semihalf.com>