aboutsummaryrefslogtreecommitdiff
path: root/lib/fdtdec.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-06spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot1-9/+78
2017-10-05fdtdec: sort include filesJean-Jacques Hiblot1-5/+5
2017-10-05dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot1-1/+1
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-1/+1
2017-07-28fdtdec: Drop old compatible valuesSimon Glass1-6/+0
2017-07-10fdt: Enable selecting correct DTB from appended FIT ImageCooper Jr., Franklin1-0/+10
2017-06-02fdt: Correct cast for sandbox in fdtdec_setup_memory_size()Simon Glass1-1/+2
2017-06-01cros_ec: Convert to support live treeSimon Glass1-32/+0
2017-06-01dm: core: Add a place to put extra device-tree reading functionsSimon Glass1-0/+1
2017-05-09Allow boards to initialize the DT at runtime.Alex Deymo1-0/+3
2017-04-14fdt: Add compatible strings for Arria 10Ley Foon Tan1-0/+8
2017-03-26libfdt: use CONFIG_IS_ENABLED for OF_LIBFDTVignesh R1-1/+1
2016-12-20fdt: add memory bank decoding functions for board setupNathan Rossi1-0/+56
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass1-1/+1
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-1/+1
2016-09-14usb: uniphier: remove UniPhier xHCI driver and select DM_USBMasahiro Yamada1-1/+0
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren1-7/+15
2016-07-24mtd: nand: Add the sunxi NAND controller driverBoris Brezillon1-0/+1
2016-07-11sandbox: Find keyboard driver using driver modelSimon Glass1-1/+0
2016-07-11fdt: x86: Tidy up a few COMPAT string definitionsSimon Glass1-3/+3
2016-07-11fdt: Add a note to avoid adding new compatible stringsSimon Glass1-0/+5
2016-07-11fdt: Drop unused exynos compatible stringsSimon Glass1-2/+0
2016-07-11x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass1-5/+0
2016-07-05fdt: Drop some unused compatible stringsSimon Glass1-4/+0
2016-06-12fdt: Correct return value in fdtdec_decode_display_timing()Simon Glass1-1/+1
2016-05-31mmc: tegra: add basic Tegra186 supportStephen Warren1-0/+1
2016-03-17x86: dts: Drop memory SPD compatible stringSimon Glass1-1/+0
2016-03-17x86: Drop all the old pin configuration codeSimon Glass1-1/+0
2016-03-14dm: fdtdec: Correct a sandbox build warningSimon Glass1-2/+3
2016-02-16tegra: nyan-big: Move the LCD driver to driver modelSimon Glass1-1/+0
2016-02-06fdt: introduce fdtdec_get_child_countPeng Fan1-0/+11
2016-01-24x86: Drop the irq router compatible stringSimon Glass1-1/+0
2016-01-20dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass1-1/+0
2016-01-14Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini1-0/+1
2016-01-13fdtdec: Add compatible string for Intel IvyBridge FSPBin Meng1-0/+1
2016-01-12dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass1-52/+5
2015-12-20arm: socfpga: Allow DWC2 UDC probing from OFMarek Vasut1-0/+1
2015-12-01dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass1-4/+0
2015-11-19dm: tegra: Convert keyboard driver to driver modelSimon Glass1-1/+0
2015-11-12pci: tegra: add/enable support for Tegra210Stephen Warren1-0/+1
2015-11-04dm: spl: Support device tree when BSS is in a different sectionSimon Glass1-2/+5
2015-11-04fdt: Add a function to look up a /chosen propertySimon Glass1-5/+10
2015-10-23fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BITStephen Warren1-7/+7
2015-10-03fdtdec: fix parsing 'reg' property with zero value in '#size-cells'Przemyslaw Marczak1-1/+1
2015-10-03fdt: fix fdtdec_get_addr_size not to require any size cellsStephen Warren1-2/+3
2015-09-15fdt: add new fdt address parsing functionsStephen Warren1-21/+93
2015-09-04mmc: dw_mmc: Probe the MMC from OFMarek Vasut1-0/+1
2015-08-31dm: tpm: Convert I2C driver to driver modelSimon Glass1-2/+0
2015-08-26fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev()Bin Meng1-2/+1
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1