summaryrefslogtreecommitdiffstats
path: root/lib/fdtdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* lib: fdtdec: Fix some style violationsMario Six2018-01-211-14/+15
* lib: fdtdec: Fix whitespace style violationsMario Six2018-01-211-26/+30
* fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATERob Clark2018-01-151-12/+23
* Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini2017-11-301-6/+18
|\
| * fdtdec: Support parsing multiple /memory nodesMarek Vasut2017-11-301-6/+18
* | spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon2017-11-291-0/+4
|/
* fdt: Add compatible strings for Arria 10Tien Fong Chee2017-11-261-0/+2
* spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot2017-10-061-9/+78
* fdtdec: sort include filesJean-Jacques Hiblot2017-10-051-5/+5
* dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot2017-10-051-1/+1
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-1/+1
* fdtdec: Drop old compatible valuesSimon Glass2017-07-281-6/+0
* fdt: Enable selecting correct DTB from appended FIT ImageCooper Jr., Franklin2017-07-101-0/+10
* fdt: Correct cast for sandbox in fdtdec_setup_memory_size()Simon Glass2017-06-021-1/+2
* cros_ec: Convert to support live treeSimon Glass2017-06-011-32/+0
* dm: core: Add a place to put extra device-tree reading functionsSimon Glass2017-06-011-0/+1
* Allow boards to initialize the DT at runtime.Alex Deymo2017-05-091-0/+3
* fdt: Add compatible strings for Arria 10Ley Foon Tan2017-04-141-0/+8
* libfdt: use CONFIG_IS_ENABLED for OF_LIBFDTVignesh R2017-03-261-1/+1
* fdt: add memory bank decoding functions for board setupNathan Rossi2016-12-201-0/+56
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-131-1/+1
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-1/+1
* usb: uniphier: remove UniPhier xHCI driver and select DM_USBMasahiro Yamada2016-09-141-1/+0
* fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-121-7/+15
* mtd: nand: Add the sunxi NAND controller driverBoris Brezillon2016-07-241-0/+1
* sandbox: Find keyboard driver using driver modelSimon Glass2016-07-111-1/+0
* fdt: x86: Tidy up a few COMPAT string definitionsSimon Glass2016-07-111-3/+3
* fdt: Add a note to avoid adding new compatible stringsSimon Glass2016-07-111-0/+5
* fdt: Drop unused exynos compatible stringsSimon Glass2016-07-111-2/+0
* x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass2016-07-111-5/+0
* fdt: Drop some unused compatible stringsSimon Glass2016-07-051-4/+0
* fdt: Correct return value in fdtdec_decode_display_timing()Simon Glass2016-06-121-1/+1
* mmc: tegra: add basic Tegra186 supportStephen Warren2016-05-311-0/+1
* x86: dts: Drop memory SPD compatible stringSimon Glass2016-03-171-1/+0
* x86: Drop all the old pin configuration codeSimon Glass2016-03-171-1/+0
* dm: fdtdec: Correct a sandbox build warningSimon Glass2016-03-141-2/+3
* tegra: nyan-big: Move the LCD driver to driver modelSimon Glass2016-02-161-1/+0
* fdt: introduce fdtdec_get_child_countPeng Fan2016-02-061-0/+11
* x86: Drop the irq router compatible stringSimon Glass2016-01-241-1/+0
* dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2016-01-201-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-01-141-0/+1
|\
| * fdtdec: Add compatible string for Intel IvyBridge FSPBin Meng2016-01-131-0/+1
* | dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass2016-01-121-52/+5
|/
* arm: socfpga: Allow DWC2 UDC probing from OFMarek Vasut2015-12-201-0/+1
* dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass2015-12-011-4/+0
* dm: tegra: Convert keyboard driver to driver modelSimon Glass2015-11-191-1/+0
* pci: tegra: add/enable support for Tegra210Stephen Warren2015-11-121-0/+1
* dm: spl: Support device tree when BSS is in a different sectionSimon Glass2015-11-041-2/+5
* fdt: Add a function to look up a /chosen propertySimon Glass2015-11-041-5/+10
* fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BITStephen Warren2015-10-231-7/+7