summaryrefslogtreecommitdiffstats
path: root/lib/fdtdec.c
Commit message (Expand)AuthorAgeFilesLines
* libfdt: Make fdtdec_get_child_count() available for HOSTKever Yang2020-04-241-11/+0
* fdtdec: Fix boundary checkAtish Patra2020-04-231-1/+2
* fdtdec: support multiple phandles in memory carveoutLaurentiu Tudor2020-04-161-10/+26
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: pci: Update a few more interfaces for const udevice *Simon Glass2020-02-051-1/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()Heiko Stuebner2019-11-141-7/+9
* fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()Heiko Stuebner2019-11-141-1/+2
* fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot2019-10-271-1/+1
* dm: core: Drop fdtdec_get_pci_addr()Simon Glass2019-10-081-54/+0
* dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass2019-10-031-1/+1
* fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPLLukas Auer2019-08-261-4/+2
* env: Move env_get_ulong() to env.hSimon Glass2019-08-111-0/+1
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-111-0/+1
* fdtdec: Add fdtdec_set_ethernet_mac_address()Thierry Reding2019-06-051-0/+29
* fdtdec: Remove fdt_{addr,size}_unpack()Thierry Reding2019-05-211-2/+6
* fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()Thierry Reding2019-04-231-7/+0
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-04-141-1/+1
|\
| * x86: dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong2019-04-121-1/+1
* | fdtdec: Implement carveout support functionsThierry Reding2019-04-111-0/+87
* | fdtdec: Implement fdtdec_add_reserved_memory()Thierry Reding2019-04-111-0/+131
* | fdtdec: Implement fdtdec_set_phandle()Thierry Reding2019-04-111-0/+7
|/
* lib: fdt: Allow LZO and GZIP DT compression in U-BootMarek Vasut2019-04-091-1/+1
* lib: fdt: Allow enabling both LZO and GZIP DT compressionMarek Vasut2019-04-091-6/+13
* lib: fdt: Split fdtdec_setup_memory_banksize()Marek Vasut2019-04-091-6/+12
* lib: fdt: Split fdtdec_setup_mem_size_base()Marek Vasut2019-04-091-3/+8
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2019-02-111-0/+33
|\
| * fdt: Introduce fdtdec_get_alias_highest_id()Michal Simek2019-02-081-0/+33
* | fdt: tegra: Drop COMPAT_AMS_AS3722Simon Glass2019-02-091-1/+0
* | fdt: samsung: Drop unused fdt_compat_id valuesSimon Glass2019-02-091-6/+0
|/
* lib: fdtdec: fdtdec_get_addr_size_fixed remove checksKeerthy2019-01-141-10/+0
* spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori2018-12-121-1/+1
* lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot2018-12-101-1/+42
* fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt2018-12-021-2/+4
* fdt: Fix uncompress_blob() for U-Boot properMarek Vasut2018-11-201-1/+2
* Revert "fdt: fdtdec_setup_memory_banksize() use livetree"Michal Simek2018-10-151-21/+23
* fdt: Remove fdtdec_decode_region() functionSimon Glass2018-10-091-83/+0
* fdt: fdtdec_setup_memory_banksize() use livetreeJens Wiklander2018-09-291-23/+21
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-5/+3
* fdt: fix get_next_memory_node()Marek Vasut2018-09-101-3/+1
* fdt: fix fdtdec_setup_memory_banksize()Jens Wiklander2018-07-261-5/+15
* lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu2018-07-191-1/+1
* lib: fdtdec: Update ram_base to store ram start adddressSiva Durga Prasad Paladugu2018-07-191-0/+1
* board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons2018-07-101-0/+4
* fdt: Add device tree memory bindingsMichael Pratt2018-07-091-0/+109
* fdt: Add another Altera Arria10 clock init compatibleMarek Vasut2018-05-181-0/+1
* lib: fdtdec: drop the old compatible about max77686Jaehoon Chung2018-05-081-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-1/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1