summaryrefslogtreecommitdiffstats
path: root/common/fdt_support.c
Commit message (Expand)AuthorAgeFilesLines
* fdt: Correct fdt_get_base_address()Simon Glass2017-08-011-5/+2
* powerpc: remove 4xx supportHeiko Schocher2017-07-031-78/+0
* fdt: Rename a few functions in fdt_supportSimon Glass2017-06-011-13/+13
* fdt: Update fdt_get_base_address() to use constSimon Glass2017-06-011-1/+1
* fdt_support: Fixup 'ethernet' aliases not ending in digitsTuomas Tynkkynen2017-03-261-3/+7
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2017-02-091-1/+1
|\
| * net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl2017-02-071-1/+1
* | common: fdt_support: Remove check for mtdparts in fdt_fixup_mtdpartsLadislav Michl2017-02-081-5/+0
|/
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-021-0/+2
* cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer2016-10-131-1/+2
* fdt_support: fdt_translate_address() blob const correctnessStephen Warren2016-08-121-10/+11
* fdt: Document the rest of struct of_busPaul Burton2016-05-251-0/+19
* fdt: Support for ISA bussesPaul Burton2016-05-251-3/+98
* fdt: fix setting MAC addresses for multiple interfacesLev Iserovich2016-05-031-6/+14
* Revert "fdt: fix address cell count checking in fdt_translate_address()"Przemyslaw Marczak2016-03-171-3/+4
* Revert "fdt_support: Add multi-serial support for stdout fixup"Bin Meng2016-01-201-15/+1
* Merge git://git.denx.de/u-boot-netTom Rini2016-01-131-31/+33
|\
| * fdt: Rewrite the logic in fdt_fixup_ethernet()Bin Meng2015-12-211-21/+33
| * fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()Bin Meng2015-12-211-11/+1
* | fdt: fix address cell count checking in fdt_translate_address()Przemyslaw Marczak2016-01-071-4/+3
|/
* fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONEBin Meng2015-12-091-1/+2
* fdt_support: Don't panic if stdout alias is missingScott Wood2015-10-261-3/+8
* 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