aboutsummaryrefslogtreecommitdiff
path: root/common/fdt_support.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-20fdt: prevent clearing memory node if there are no banksAndre Przywara1-0/+3
2015-06-05fdt: Pass the device serial number through devicetreePaul Kocialkowski1-0/+25
2015-05-05fdt: Correct warning in fdt_setup_simplefb_node()Simon Glass1-1/+1
2015-04-22fdt: add new fdt_fixup_display function to configure displayTim Harvey1-0/+29
2014-12-04Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini1-8/+7
2014-12-01fdt: Fix regression in fdt_pack_reg()Hans de Goede1-6/+6
2014-11-26sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass1-8/+7
2014-11-26Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-0/+62
2014-11-26Merge git://git.denx.de/u-boot-fdtTom Rini1-38/+13
2014-11-25fdt_support: Add a fdt_setup_simplefb_node helper functionHans de Goede1-0/+62
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+2
2014-11-21fdt: Try to use fdt_address_cells()/fdt_size_cells()Simon Glass1-33/+8
2014-11-21fdt: Change fdt_pack_reg() to static and fix typesSimon Glass1-2/+2
2014-11-21fdt: Export the fdt_find_or_add_subnode() functionSimon Glass1-3/+3
2014-09-25fdt_support: Make of_bus_default_count_cells non staticArnab Basu1-1/+1
2014-09-25fdt_support: Move of_read_number to fdt_support.hArnab Basu1-9/+0
2014-08-09fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass1-1/+1
2014-06-19fdt_support: correct the return condition of fdt_initrd()Masahiro Yamada1-4/+4
2014-06-19fdt_support: fix an endian bug of fdt_initrd()Masahiro Yamada1-21/+20
2014-06-19fdt_support: fix an endian bug of fdt_fixup_memory_banksMasahiro Yamada1-12/+30
2014-06-19fdt_support: add 'const' qualifier for unchanged argumentMasahiro Yamada1-2/+2
2014-06-19fdt_support: refactor fdt_fixup_stdout() functionMasahiro Yamada1-43/+42
2014-06-19fdt_support: delete force argument of fdt_chosen()Masahiro Yamada1-26/+12
2014-06-19fdt_support: delete force argument of fdt_initrd()Masahiro Yamada1-20/+15
2014-06-19fdt_support: refactor with fdt_find_or_add_subnode helper funcMasahiro Yamada1-35/+36
2014-06-19fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTRMasahiro Yamada1-5/+0
2014-06-19ARM: fdt support: Add usbethaddr as an acceptable MACDan Murphy1-1/+11
2014-04-22fdt_support: Add helper function to read "ranges" propertyAlexander Graf1-0/+94
2014-04-22fdt_support: split fdt_getprop_u32_defaultAlexander Graf1-6/+32
2014-01-20fdt_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-15mtd: 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-07common/fdt_support.c: sparse fixesKim Phillips1-39/+47
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips1-1/+0
2012-12-11fdt: 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-17sandbox: 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-29fdt: Add new fdt_create_phandle helperKumar Gala1-0/+20
2011-09-29fdt: Rename fdt_create_phandle to fdt_set_phandleKumar Gala1-3/+3
2011-07-14fdt: introduce fdt_create_phandle()Gerald Van Baren1-0/+40