aboutsummaryrefslogtreecommitdiff
path: root/common/fdt_support.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14fdt: introduce fdt_create_phandle()Gerald Van Baren1-0/+40
2011-07-14fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()Timur Tabi1-0/+67
2011-04-25Fix off-by-one error in passing initrd end address via device treeGrant Likely1-1/+1
2011-04-17fdt_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-18FDT: 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-19fdt: 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-21fdt_support: add partitions fixup in mtd nodeAnatolij Gustschin1-0/+219
2009-10-26fdt_support: Add multi-serial support for stdout fixupAnton Vorontsov1-1/+21
2009-10-24fdt: 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-09fdt: 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-07pci: 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-30fdt_resize(): ensure minimum paddingPeter Korsgaard1-2/+5
2008-10-24fdt: Added helper to set PCI dma-ranges propertyKumar Gala1-0/+69
2008-10-24fdt: Add fdt_getprop_u32_default helpersKumar Gala1-0/+27
2008-09-13powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher1-3/+1
2008-08-26fdt: refactor initrd related codeKumar Gala1-42/+67
2008-08-26fdt: refactor fdt resize codeKumar Gala1-0/+39
2008-08-25Merge branch 'next'Kim Phillips1-7/+23
2008-08-21fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala1-41/+27
2008-07-16fdt_support: fdt_fixup_dr_usb: add support for phy_type fixupsAnton Vorontsov1-7/+23
2008-07-14fdt: add crypto node handling for MPC8{3, 5}xxE processorsKim Phillips1-0/+87
2008-06-20fdt: Fix typo in variable name.Detlev Zundel1-2/+2
2008-06-10libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren1-5/+0
2008-06-10fdt: unshadow global working fdt variableKim Phillips1-1/+1
2008-03-2583xx/fdt_support: let user specifiy FSL USB Dual-Role controller roleAnton Vorontsov1-0/+25
2008-03-26Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren1-193/+0
2008-02-13Fix building of fdt_support.c if DEBUG setKumar Gala1-3/+3
2008-02-12QE: Move FDT support into a common fileKumar Gala1-48/+0
2008-01-0985xx: add ability to upload QE firmwareTimur Tabi1-0/+48
2008-01-08Fine grained per property /chosen updating.Gerald Van Baren1-33/+40
2007-12-07Conditionally compile fdt_fixup_ethernet()Gerald Van Baren1-0/+4
2007-12-07Added fdt_fixup_stdout that uses aliases to set linux,stdout-pathKumar Gala1-0/+43
2007-12-07Add common memory fixup functionKumar Gala1-0/+78
2007-12-07Conditionally compile fdt_support.cKumar Gala1-5/+0