summaryrefslogtreecommitdiff
path: root/lib/fdtdec.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-14fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()Heiko Stuebner1-7/+9
2019-11-14fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()Heiko Stuebner1-1/+2
2019-10-27fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot1-1/+1
2019-10-08dm: core: Drop fdtdec_get_pci_addr()Simon Glass1-54/+0
2019-10-03dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass1-1/+1
2019-08-26fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPLLukas Auer1-4/+2
2019-08-11env: Move env_get_ulong() to env.hSimon Glass1-0/+1
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-0/+1
2019-06-05fdtdec: Add fdtdec_set_ethernet_mac_address()Thierry Reding1-0/+29
2019-05-22fdtdec: Remove fdt_{addr,size}_unpack()Thierry Reding1-2/+6
2019-04-24fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()Thierry Reding1-7/+0
2019-04-14Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-1/+1
2019-04-12x86: dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong1-1/+1
2019-04-12fdtdec: Implement carveout support functionsThierry Reding1-0/+87
2019-04-12fdtdec: Implement fdtdec_add_reserved_memory()Thierry Reding1-0/+131
2019-04-12fdtdec: Implement fdtdec_set_phandle()Thierry Reding1-0/+7
2019-04-09lib: fdt: Allow LZO and GZIP DT compression in U-BootMarek Vasut1-1/+1
2019-04-09lib: fdt: Allow enabling both LZO and GZIP DT compressionMarek Vasut1-6/+13
2019-04-09lib: fdt: Split fdtdec_setup_memory_banksize()Marek Vasut1-6/+12
2019-04-09lib: fdt: Split fdtdec_setup_mem_size_base()Marek Vasut1-3/+8
2019-02-11Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+33
2019-02-09fdt: tegra: Drop COMPAT_AMS_AS3722Simon Glass1-1/+0
2019-02-09fdt: samsung: Drop unused fdt_compat_id valuesSimon Glass1-6/+0
2019-02-08fdt: Introduce fdtdec_get_alias_highest_id()Michal Simek1-0/+33
2019-01-15lib: fdtdec: fdtdec_get_addr_size_fixed remove checksKeerthy1-10/+0
2018-12-12spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori1-1/+1
2018-12-10lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot1-1/+42
2018-12-02fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt1-2/+4
2018-11-21fdt: Fix uncompress_blob() for U-Boot properMarek Vasut1-1/+2
2018-10-15Revert "fdt: fdtdec_setup_memory_banksize() use livetree"Michal Simek1-21/+23
2018-10-09fdt: Remove fdtdec_decode_region() functionSimon Glass1-83/+0
2018-09-29fdt: fdtdec_setup_memory_banksize() use livetreeJens Wiklander1-23/+21
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-5/+3
2018-09-10fdt: fix get_next_memory_node()Marek Vasut1-3/+1
2018-07-26fdt: fix fdtdec_setup_memory_banksize()Jens Wiklander1-5/+15
2018-07-19lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu1-1/+1
2018-07-19lib: fdtdec: Update ram_base to store ram start adddressSiva Durga Prasad Paladugu1-0/+1
2018-07-10board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons1-0/+4
2018-07-09fdt: Add device tree memory bindingsMichael Pratt1-0/+109
2018-05-18fdt: Add another Altera Arria10 clock init compatibleMarek Vasut1-0/+1
2018-05-08lib: fdtdec: drop the old compatible about max77686Jaehoon Chung1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-1/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-21lib: fdtdec: Fix some style violationsMario Six1-14/+15
2018-01-21lib: fdtdec: Fix whitespace style violationsMario Six1-26/+30
2018-01-16fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATERob Clark1-12/+23
2017-11-30Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini1-6/+18
2017-11-30spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon1-0/+4
2017-11-30fdtdec: Support parsing multiple /memory nodesMarek Vasut1-6/+18
2017-11-26fdt: Add compatible strings for Arria 10Tien Fong Chee1-0/+2