u-boot-brain/lib
Marek Vasut 942ee0933e fdtdec: Support parsing multiple /memory nodes
It is legal to have multiple /memory nodes in a device tree . Currently,
fdtdec_setup_memory_size() only supports parsing the first node . This
patch extends the function such that if a particular /memory node does
no longer have further "reg" entries and CONFIG_NR_DRAM_BANKS still
allows for more DRAM banks, the code moves on to the next memory node
and checks it's "reg"s. This makes it possible to handle both systems
with single memory node with multiple entries and systems with multiple
memory nodes with single entry.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
2017-11-30 02:32:33 +01:00
..
at91 lib: at91: Add logo files used via API of DM_VIDEO 2017-09-14 16:02:43 -04:00
bzip2
dhry
efi spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 2017-07-27 14:59:03 +02:00
efi_loader efi_loader: Disable env_save() call on boot 2017-10-29 07:59:08 -04:00
efi_selftest efi_selftest: correctly check return values 2017-10-13 10:24:22 +02:00
libfdt lib: libfdt: wrap scripts/dtc/libfdt/* where possible 2017-11-17 07:44:13 -05:00
lzma
lzo lzo: add a function to check the validity of the header 2017-10-05 21:31:04 -04:00
rsa rsa: Fix build with OpenSSL 1.1.x 2017-05-12 08:37:19 -04:00
tizen
zlib
addr_map.c
aes.c Rename aes.h to uboot_aes.h 2017-04-12 13:28:27 -04:00
asm-offsets.c ARMv8: get new GD address from gd->new_gd directly 2017-10-08 16:19:56 -04:00
bch.c bch: don't use __BSD_VISIBLE to test for fls 2017-09-03 15:30:31 -04:00
bitrev.c
charset.c lib: add some utf16 handling helpers 2017-09-12 17:57:59 -04:00
circbuf.c lib: circbuf: avoid possible null pointer dereference 2017-05-05 16:45:57 -04:00
crc7.c
crc8.c
crc16.c
crc32.c
crc32c.c lib: Add CRC32-C 2017-10-02 20:31:25 -04:00
ctype.c
display_options.c display_options: Refactor to allow obtaining the banner 2017-07-11 10:08:19 -06:00
div64.c lib: div64: sync with Linux 2017-04-13 09:41:10 -04:00
errno_str.c
errno.c
fdtdec_common.c
fdtdec_test.c
fdtdec.c fdtdec: Support parsing multiple /memory nodes 2017-11-30 02:32:33 +01:00
gunzip.c gzip: add a function to parse the header 2017-10-05 21:31:04 -04:00
gzip.c
hang.c
hashtable.c spl: saveenv: adding saveenv support in SPL 2016-10-08 09:33:36 -04:00
initcall.c
Kconfig rtc: add support for s35392a 2017-11-20 09:58:31 +01:00
ldiv.c
linux_compat.c
linux_string.c
list_sort.c
lmb.c
lz4_wrapper.c
lz4.c
Makefile lib: allow building lzo for the SPL 2017-10-05 21:31:04 -04:00
md5.c
membuff.c
net_utils.c lib: net_utils: enforce '.' as octet separator in string_to_ip 2017-01-14 16:47:11 -05:00
of_live.c dm: Fix error handling when unflattening the DT 2017-07-11 10:08:20 -06:00
panic.c
physmem.c
qsort.c
rand.c
rbtree.c
rc4.c
sha1.c rsa: Verify RSA padding programatically 2016-11-21 14:07:30 -05:00
sha256.c rsa: Verify RSA padding programatically 2016-11-21 14:07:30 -05:00
slre.c lib/slre: remove superfluous assignment 2017-05-12 08:37:18 -04:00
smbios.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
string.c string: Add strcspn() 2017-06-01 07:03:12 -06:00
strmhz.c
strto.c lib: strto: fix incorrect handling of specified base 2017-09-14 21:32:59 -04:00
tables_csum.c x86: Move table csum into separate file 2016-10-19 09:01:50 +02:00
time.c bootstage: Provide a default timer function 2017-06-05 14:13:03 -04:00
tiny-printf.c tiny-printf: Add support for %p format 2017-04-13 09:41:09 -04:00
tpm.c tpm: add more missing va_end() 2017-11-17 07:15:52 -07:00
trace.c
uuid.c env: Rename setenv() to env_set() 2017-08-16 08:22:18 -04:00
vsprintf.c vsprintf.c: add GUID printing 2017-09-12 17:58:00 -04:00