summaryrefslogtreecommitdiffstats
path: root/common/fdt_support.c
Commit message (Expand)AuthorAgeFilesLines
* fdt: prevent clearing memory node if there are no banksAndre Przywara2015-07-201-0/+3
* fdt: Pass the device serial number through devicetreePaul Kocialkowski2015-06-051-0/+25
* fdt: Correct warning in fdt_setup_simplefb_node()Simon Glass2015-05-051-1/+1
* fdt: add new fdt_fixup_display function to configure displayTim Harvey2015-04-221-0/+29
* Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini2014-12-041-8/+7
|\
| * sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass2014-11-261-8/+7
* | fdt: Fix regression in fdt_pack_reg()Hans de Goede2014-12-011-6/+6
|/
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2014-11-261-0/+62
|\
| * fdt_support: Add a fdt_setup_simplefb_node helper functionHans de Goede2014-11-251-0/+62
* | Merge git://git.denx.de/u-boot-fdtTom Rini2014-11-261-38/+13
|\ \ | |/ |/|
| * fdt: Try to use fdt_address_cells()/fdt_size_cells()Simon Glass2014-11-211-33/+8
| * fdt: Change fdt_pack_reg() to static and fix typesSimon Glass2014-11-211-2/+2
| * fdt: Export the fdt_find_or_add_subnode() functionSimon Glass2014-11-211-3/+3
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+2
|/
* fdt_support: Make of_bus_default_count_cells non staticArnab Basu2014-09-251-1/+1
* fdt_support: Move of_read_number to fdt_support.hArnab Basu2014-09-251-9/+0
* fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass2014-08-091-1/+1
* fdt_support: correct the return condition of fdt_initrd()Masahiro Yamada2014-06-191-4/+4
* fdt_support: fix an endian bug of fdt_initrd()Masahiro Yamada2014-06-191-21/+20
* fdt_support: fix an endian bug of fdt_fixup_memory_banksMasahiro Yamada2014-06-191-12/+30
* fdt_support: add 'const' qualifier for unchanged argumentMasahiro Yamada2014-06-191-2/+2
* fdt_support: refactor fdt_fixup_stdout() functionMasahiro Yamada2014-06-191-43/+42
* fdt_support: delete force argument of fdt_chosen()Masahiro Yamada2014-06-191-26/+12
* fdt_support: delete force argument of fdt_initrd()Masahiro Yamada2014-06-191-20/+15
* fdt_support: refactor with fdt_find_or_add_subnode helper funcMasahiro Yamada2014-06-191-35/+36
* fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTRMasahiro Yamada2014-06-191-5/+0
* ARM: fdt support: Add usbethaddr as an acceptable MACDan Murphy2014-06-191-1/+11
* fdt_support: Add helper function to read "ranges" propertyAlexander Graf2014-04-221-0/+94
* fdt_support: split fdt_getprop_u32_defaultAlexander Graf2014-04-221-6/+32
* fdt_support.c: Correct linux,initrd-start/end settingTom Rini2014-01-201-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-101-32/+34
|\
| * fdt_support: 64bit initrd start address supportDavid Feng2014-01-091-32/+34
* | common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()Miao Yan2013-12-161-2/+3
|/
* mtd: fix warnings due to 64-bit partition supportScott Wood2013-10-151-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* fdt: remove unaligned access in fdt_fixup_ethernet()Stephen Warren2013-06-071-1/+2
* fdt_support: Use CONFIG_NR_DRAM_BANKS if definedDoug Anderson2013-05-171-0/+4
* common/fdt_support.c: sparse fixesKim Phillips2013-02-071-39/+47
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-071-1/+0
* fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD definedTom Wai-Hong Tam2012-12-111-1/+1
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-4/+2
* Fix constness of the fdt void pointer in fdt_getprop_u32_defaultGabe Black2011-11-131-2/+2
* Add some missing endian conversions in fdt_support.cGabe Black2011-11-131-2/+2
* fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpersShengzhou Liu2011-10-181-1/+59
* sandbox: Use uintptr_t for 32/64-bit compatibilitySimon Glass2011-10-171-4/+4
* fdt: update fdt_alloc_phandle to use fdt_get_phandleTimur Tabi2011-10-151-5/+2
* fdt: check for fdt errors in fdt_create_phandleTimur Tabi2011-10-151-2/+9
* fdt: Add new fdt_create_phandle helperKumar Gala2011-09-291-0/+20
* fdt: Rename fdt_create_phandle to fdt_set_phandleKumar Gala2011-09-291-3/+3
* fdt: introduce fdt_create_phandle()Gerald Van Baren2011-07-141-0/+40
OpenPOWER on IntegriCloud