u-boot-brain/arch/sandbox
Simon Glass a1b17e4f4c dm: core: Add a function to read into a unsigned int
The current dev_read...() functions use s32 and u32 which are convenient
for device tree but not so useful for normal code, which often wants to
use normal integers for values.

Add a helper which supports returning an unsigned int. Also add signed
versions of the unsigned readers.

Signed-off-by: Simon Glass <sjg@chromium.org>
2018-12-13 16:32:49 -07:00
..
cpu dm: sandbox: Update sound to use two buffers 2018-12-13 16:32:49 -07:00
dts dm: core: Add a function to read into a unsigned int 2018-12-13 16:32:49 -07:00
include/asm dm: sound: Create a uclass for sound 2018-12-13 16:32:49 -07:00
lib efi: sandbox: Add required linker sections 2018-06-03 15:27:21 +02:00
config.mk sandbox: Use 'extras' to specify 'head' files 2018-12-05 06:01:34 -07:00
Kconfig sandbox: Add 64-bit sandbox 2018-02-18 15:53:48 -07:00
Makefile sandbox: Use 'extras' to specify 'head' files 2018-12-05 06:01:34 -07:00