summaryrefslogtreecommitdiff
path: root/common/fdt_support.c
Commit message (Expand)AuthorAgeLines
* Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini2014-12-04-8/+7
|\
| * sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass2014-11-26-8/+7
* | fdt: Fix regression in fdt_pack_reg()Hans de Goede2014-12-01-6/+6
|/
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2014-11-26-0/+62
|\
| * fdt_support: Add a fdt_setup_simplefb_node helper functionHans de Goede2014-11-25-0/+62
* | Merge git://git.denx.de/u-boot-fdtTom Rini2014-11-26-38/+13
|\ \ | |/ |/|
| * fdt: Try to use fdt_address_cells()/fdt_size_cells()Simon Glass2014-11-21-33/+8
| * fdt: Change fdt_pack_reg() to static and fix typesSimon Glass2014-11-21-2/+2
| * fdt: Export the fdt_find_or_add_subnode() functionSimon Glass2014-11-21-3/+3
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-1/+2
|/
* fdt_support: Make of_bus_default_count_cells non staticArnab Basu2014-09-25-1/+1
* fdt_support: Move of_read_number to fdt_support.hArnab Basu2014-09-25-9/+0
* fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass2014-08-09-1/+1
* fdt_support: correct the return condition of fdt_initrd()Masahiro Yamada2014-06-19-4/+4
* fdt_support: fix an endian bug of fdt_initrd()Masahiro Yamada2014-06-19-21/+20
* fdt_support: fix an endian bug of fdt_fixup_memory_banksMasahiro Yamada2014-06-19-12/+30
* fdt_support: add 'const' qualifier for unchanged argumentMasahiro Yamada2014-06-19-2/+2
* fdt_support: refactor fdt_fixup_stdout() functionMasahiro Yamada2014-06-19-43/+42
* fdt_support: delete force argument of fdt_chosen()Masahiro Yamada2014-06-19-26/+12
* fdt_support: delete force argument of fdt_initrd()Masahiro Yamada2014-06-19-20/+15
* fdt_support: refactor with fdt_find_or_add_subnode helper funcMasahiro Yamada2014-06-19-35/+36
* fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTRMasahiro Yamada2014-06-19-5/+0
* ARM: fdt support: Add usbethaddr as an acceptable MACDan Murphy2014-06-19-1/+11
* fdt_support: Add helper function to read "ranges" propertyAlexander Graf2014-04-22-0/+94
* fdt_support: split fdt_getprop_u32_defaultAlexander Graf2014-04-22-6/+32
* fdt_support.c: Correct linux,initrd-start/end settingTom Rini2014-01-20-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-10-32/+34
|\
| * fdt_support: 64bit initrd start address supportDavid Feng2014-01-09-32/+34
* | common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()Miao Yan2013-12-16-2/+3
|/
* mtd: fix warnings due to 64-bit partition supportScott Wood2013-10-15-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* fdt: remove unaligned access in fdt_fixup_ethernet()Stephen Warren2013-06-07-1/+2
* fdt_support: Use CONFIG_NR_DRAM_BANKS if definedDoug Anderson2013-05-17-0/+4
* common/fdt_support.c: sparse fixesKim Phillips2013-02-07-39/+47
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-07-1/+0
* fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD definedTom Wai-Hong Tam2012-12-11-1/+1
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-15-4/+2
* Fix constness of the fdt void pointer in fdt_getprop_u32_defaultGabe Black2011-11-13-2/+2
* Add some missing endian conversions in fdt_support.cGabe Black2011-11-13-2/+2
* fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpersShengzhou Liu2011-10-18-1/+59
* sandbox: Use uintptr_t for 32/64-bit compatibilitySimon Glass2011-10-17-4/+4
* fdt: update fdt_alloc_phandle to use fdt_get_phandleTimur Tabi2011-10-15-5/+2
* fdt: check for fdt errors in fdt_create_phandleTimur Tabi2011-10-15-2/+9
* fdt: Add new fdt_create_phandle helperKumar Gala2011-09-29-0/+20
* fdt: Rename fdt_create_phandle to fdt_set_phandleKumar Gala2011-09-29-3/+3
* fdt: introduce fdt_create_phandle()Gerald Van Baren2011-07-14-0/+40
* fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()Timur Tabi2011-07-14-0/+67
* Fix off-by-one error in passing initrd end address via device treeGrant Likely2011-04-25-1/+1
* fdt_support: Fix buffer overflow in fdt_fixup_memory_banksKyle Moffett2011-04-17-1/+1
* Fix compiler warning in fdt_support.cDirk Behme2010-11-28-2/+2