uboot-mt623x/api_examples
Rafal Jaworowski 923aa48126 API: Improve glue mid-layer of the API demo application.
- 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: Rafal Jaworowski <raj@semihalf.com>
2009-02-18 00:39:44 +01:00
..
Makefile API: Provide syscall entry point for the ARM architecture. 2009-02-18 00:39:41 +01:00
crt0.S API: Provide syscall entry point for the ARM architecture. 2009-02-18 00:39:41 +01:00
demo.c API: Improve glue mid-layer of the API demo application. 2009-02-18 00:39:44 +01:00
glue.c API: Improve glue mid-layer of the API demo application. 2009-02-18 00:39:44 +01:00
glue.h API: Improve glue mid-layer of the API demo application. 2009-02-18 00:39:44 +01:00
libgenwrap.c API: Provide dummy halt() in the glue layer. 2008-01-29 17:00:34 +01:00