summaryrefslogtreecommitdiff
path: root/common/fdt_support.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-23fdt_support: Add helper function to read "ranges" propertyAlexander Graf1-0/+94
2014-04-23fdt_support: split fdt_getprop_u32_defaultAlexander Graf1-6/+32
2014-01-21fdt_support.c: Correct linux,initrd-start/end settingTom Rini1-2/+2
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-32/+34
2014-01-09fdt_support: 64bit initrd start address supportDavid Feng1-32/+34
2013-12-16common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()Miao Yan1-2/+3
2013-10-16mtd: fix warnings due to 64-bit partition supportScott Wood1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-07fdt: remove unaligned access in fdt_fixup_ethernet()Stephen Warren1-1/+2
2013-05-17fdt_support: Use CONFIG_NR_DRAM_BANKS if definedDoug Anderson1-0/+4
2013-02-08common/fdt_support.c: sparse fixesKim Phillips1-39/+47
2013-02-08treewide: include libfdt_env.h before fdt.hKim Phillips1-1/+0
2012-12-12fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD definedTom Wai-Hong Tam1-1/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-4/+2
2011-11-13Fix constness of the fdt void pointer in fdt_getprop_u32_defaultGabe Black1-2/+2
2011-11-13Add some missing endian conversions in fdt_support.cGabe Black1-2/+2
2011-10-18fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpersShengzhou Liu1-1/+59
2011-10-18sandbox: Use uintptr_t for 32/64-bit compatibilitySimon Glass1-4/+4
2011-10-15fdt: update fdt_alloc_phandle to use fdt_get_phandleTimur Tabi1-5/+2
2011-10-15fdt: check for fdt errors in fdt_create_phandleTimur Tabi1-2/+9
2011-09-30fdt: Add new fdt_create_phandle helperKumar Gala1-0/+20
2011-09-30fdt: Rename fdt_create_phandle to fdt_set_phandleKumar Gala1-3/+3
2011-07-15fdt: introduce fdt_create_phandle()Gerald Van Baren1-0/+40
2011-07-15fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()Timur Tabi1-0/+67
2011-04-26Fix off-by-one error in passing initrd end address via device treeGrant Likely1-1/+1
2011-04-18fdt_support: Fix buffer overflow in fdt_fixup_memory_banksKyle Moffett1-1/+1
2010-11-28Fix compiler warning in fdt_support.cDirk Behme1-2/+2
2010-10-20common/fdt_support.c: Fix compile warningsWolfgang Denk1-1/+0
2010-10-19FDT: Add fixup support for multiple banks of memoryJohn Rigby1-40/+46
2010-10-13common/fdt_support.c: fix compile errorMatthew McClintock1-10/+10
2010-10-12fdt_support: support adding EDID property to FDT display nodesAnatolij Gustschin1-0/+29
2010-10-04ppc4xx/fdt/flash: Fix bug in fdt_fixup_nor_flash_node()Stefan Roese1-7/+10
2010-09-23ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs sizeStefan Roese1-10/+41
2010-08-20fdt: call fdt_parent_offset fewer times while translating addressesScott Wood1-37/+21
2010-08-09fdt: Fix bug in size calculation in fdt_resize() with initrd useFeng Wang1-3/+4
2010-07-26fdt: Add function to alloc phandle valuesKumar Gala1-0/+18
2010-07-20fdt: Add fdt_node_offset_by_compat_reg helperKumar Gala1-0/+27
2010-07-20fdt: Add fdt_translate_address to convert reg node to cpu phys addrKumar Gala1-0/+264
2010-07-16fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.cKim Phillips1-129/+0
2010-05-30fdt_support: add entry for sec3.1 and fix sec3.3Kim Phillips1-1/+2
2010-04-07fdt: Add fdt_del_node_and_alias helperKumar Gala1-0/+13
2010-03-22fdt_support: add partitions fixup in mtd nodeAnatolij Gustschin1-0/+219
2009-10-27fdt_support: Add multi-serial support for stdout fixupAnton Vorontsov1-1/+21
2009-10-25fdt: Fix fdt padding issue for initrd mem_rsvKumar Gala1-2/+3
2009-10-23fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtbStefan Roese1-0/+44
2009-08-10fdt: Fix fdt_pci_dma_ranges handling of 64-bit rangesKumar Gala1-2/+2
2009-06-1283xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser1-2/+2
2009-02-08pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala1-2/+2
2009-01-17fdt_resize(): fix actualsize calculations with unaligned blobsPeter Korsgaard1-1/+1
2008-10-31fdt_resize(): ensure minimum paddingPeter Korsgaard1-2/+5