aboutsummaryrefslogtreecommitdiff
path: root/common/fdt_support.c
AgeCommit message (Expand)Author
2011-11-13Fix constness of the fdt void pointer in fdt_getprop_u32_defaultGabe Black
2011-11-13Add some missing endian conversions in fdt_support.cGabe Black
2011-10-18fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpersShengzhou Liu
2011-10-17sandbox: Use uintptr_t for 32/64-bit compatibilitySimon Glass
2011-10-15fdt: update fdt_alloc_phandle to use fdt_get_phandleTimur Tabi
2011-10-15fdt: check for fdt errors in fdt_create_phandleTimur Tabi
2011-09-29fdt: Add new fdt_create_phandle helperKumar Gala
2011-09-29fdt: Rename fdt_create_phandle to fdt_set_phandleKumar Gala
2011-07-14fdt: introduce fdt_create_phandle()Gerald Van Baren
2011-07-14fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()Timur Tabi
2011-04-25Fix off-by-one error in passing initrd end address via device treeGrant Likely
2011-04-17fdt_support: Fix buffer overflow in fdt_fixup_memory_banksKyle Moffett
2010-11-28Fix compiler warning in fdt_support.cDirk Behme
2010-10-20common/fdt_support.c: Fix compile warningsWolfgang Denk
2010-10-18FDT: Add fixup support for multiple banks of memoryJohn Rigby
2010-10-13common/fdt_support.c: fix compile errorMatthew McClintock
2010-10-12fdt_support: support adding EDID property to FDT display nodesAnatolij Gustschin
2010-10-04ppc4xx/fdt/flash: Fix bug in fdt_fixup_nor_flash_node()Stefan Roese
2010-09-23ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs sizeStefan Roese
2010-08-19fdt: call fdt_parent_offset fewer times while translating addressesScott Wood
2010-08-09fdt: Fix bug in size calculation in fdt_resize() with initrd useFeng Wang
2010-07-26fdt: Add function to alloc phandle valuesKumar Gala
2010-07-20fdt: Add fdt_node_offset_by_compat_reg helperKumar Gala
2010-07-20fdt: Add fdt_translate_address to convert reg node to cpu phys addrKumar Gala
2010-07-16fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.cKim Phillips
2010-05-30fdt_support: add entry for sec3.1 and fix sec3.3Kim Phillips
2010-04-07fdt: Add fdt_del_node_and_alias helperKumar Gala
2010-03-21fdt_support: add partitions fixup in mtd nodeAnatolij Gustschin
2009-10-26fdt_support: Add multi-serial support for stdout fixupAnton Vorontsov
2009-10-24fdt: Fix fdt padding issue for initrd mem_rsvKumar Gala
2009-10-23fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtbStefan Roese
2009-08-09fdt: Fix fdt_pci_dma_ranges handling of 64-bit rangesKumar Gala
2009-06-1283xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser
2009-02-07pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala
2009-01-17fdt_resize(): fix actualsize calculations with unaligned blobsPeter Korsgaard
2008-10-30fdt_resize(): ensure minimum paddingPeter Korsgaard
2008-10-24fdt: Added helper to set PCI dma-ranges propertyKumar Gala
2008-10-24fdt: Add fdt_getprop_u32_default helpersKumar Gala
2008-09-13powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher
2008-08-26fdt: refactor initrd related codeKumar Gala
2008-08-26fdt: refactor fdt resize codeKumar Gala
2008-08-25Merge branch 'next'Kim Phillips
2008-08-21fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala
2008-07-16fdt_support: fdt_fixup_dr_usb: add support for phy_type fixupsAnton Vorontsov
2008-07-14fdt: add crypto node handling for MPC8{3, 5}xxE processorsKim Phillips
2008-06-20fdt: Fix typo in variable name.Detlev Zundel
2008-06-10libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren
2008-06-10fdt: unshadow global working fdt variableKim Phillips
2008-03-2583xx/fdt_support: let user specifiy FSL USB Dual-Role controller roleAnton Vorontsov
2008-03-26Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren