summaryrefslogtreecommitdiff
path: root/common/fdt_support.c
Commit message (Expand)AuthorAgeFilesLines
* common: fdt_support: Check mtdparts cell sizeStefan Mavrodiev2019-05-211-9/+22
* fdt_shrink_to_minimum: do not mark fdt space reserved unconditionallySimon Goldschmidt2019-05-091-4/+8
* fdt: Remove duplicate codeThierry Reding2019-04-111-6/+0
* common: fdt_support: print hexadecimal numbers in debugSekhar Nori2019-01-141-2/+2
* fdt_support: fdt reservations on the sandboxHeinrich Schuchardt2018-12-021-1/+2
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-10/+7
* fdt_support: Use CONFIG_NR_DRAM_BANKS if necessaryRamon Fried2018-08-161-0/+4
* common: fdt: Make fdt_del_subnodes/fdt_del_partition staticMichal Simek2018-08-071-2/+2
* Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined"Ramon Fried2018-07-281-4/+0
* fdt_support: make fdt_fixup_mtdparts() prototype more specificMasahiro Yamada2018-07-251-6/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* fdt: Fixup only valid memory banksThierry Reding2018-02-231-0/+7
* fdt: Fixup only valid memory banksThierry Reding2018-02-181-1/+7
* spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guardPhilipp Tomsich2018-02-131-39/+39
* common: Fix-up MAC addr in dts by fetching env variable seriallyPrabhakar Kushwaha2017-12-241-4/+21
* spl: fit: implement fdt_record_loadablePhilipp Tomsich2017-11-261-0/+39
* fdt: Introduce helper method fdt_overlay_apply_verbose()Pantelis Antoniou2017-09-151-0/+31
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-3/+3
* 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