u-boot-2016/lib
Simon Glass 5c33c9fdbb fdt: Add a function to get the alias sequence of a node
Aliases are used to provide U-Boot's numbering of devices, such as:

aliases {
	spi0 = "/spi@12330000";
}

spi@12330000 {
	...
}

This tells us that the SPI controller at 12330000 is considered to be the
first SPI controller (SPI 0). So we have a numbering for the SPI node.

Add a function that returns the numbering for a node assume that it exists
in the list of aliases.

Signed-off-by: Simon Glass <sjg@chromium.org>
2014-07-23 14:07:25 +01:00
..
libfdt
lzma
lzo
rsa
tizen
zlib
addr_map.c
aes.c
asm-offsets.c Add a simple malloc() implementation for pre-relocation 2014-07-23 14:05:40 +01:00
bch.c
bitrev.c
bzlib.c
bzlib_crctable.c
bzlib_decompress.c
bzlib_huffman.c
bzlib_private.h
bzlib_randtable.c
circbuf.c
crc7.c
crc8.c
crc16.c
crc32.c
ctype.c
display_options.c
div64.c lib: div64: add missing include 2014-07-18 17:53:22 -04:00
errno.c
fdtdec.c fdt: Add a function to get the alias sequence of a node 2014-07-23 14:07:25 +01:00
fdtdec_common.c lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c 2014-06-23 09:11:30 -04:00
fdtdec_test.c
gunzip.c
gzip.c
hang.c
hashtable.c Add option -r to env import to allow import of text files with CRLF as line endings 2014-07-22 07:44:26 -04:00
initcall.c
ldiv.c
linux_string.c
lmb.c lib:lmb: use __weak 2014-07-18 17:53:23 -04:00
Makefile lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c 2014-06-23 09:11:30 -04:00
md5.c
net_utils.c
physmem.c
qsort.c
rand.c
rbtree.c
sha1.c lib:sha1: remove unused constant 2014-07-18 17:53:23 -04:00
sha256.c
slre.c
string.c
strmhz.c
time.c lib/time.c cleanups 2014-07-22 07:44:26 -04:00
tpm.c
trace.c
uuid.c
vsprintf.c lib:vsprintf: reduce scope of pack_hex_byte 2014-07-18 17:53:23 -04:00