index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
fdt_support.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fdt: Remove duplicate code
Thierry Reding
2019-04-11
1
-6
/
+0
*
common: fdt_support: print hexadecimal numbers in debug
Sekhar Nori
2019-01-14
1
-2
/
+2
*
fdt_support: fdt reservations on the sandbox
Heinrich Schuchardt
2018-12-02
1
-1
/
+2
*
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-09-10
1
-10
/
+7
*
fdt_support: Use CONFIG_NR_DRAM_BANKS if necessary
Ramon Fried
2018-08-16
1
-0
/
+4
*
common: fdt: Make fdt_del_subnodes/fdt_del_partition static
Michal Simek
2018-08-07
1
-2
/
+2
*
Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined"
Ramon Fried
2018-07-28
1
-4
/
+0
*
fdt_support: make fdt_fixup_mtdparts() prototype more specific
Masahiro Yamada
2018-07-25
1
-6
/
+7
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-03-05
1
-1
/
+1
*
fdt: Fixup only valid memory banks
Thierry Reding
2018-02-23
1
-0
/
+7
*
fdt: Fixup only valid memory banks
Thierry Reding
2018-02-18
1
-1
/
+7
*
spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guard
Philipp Tomsich
2018-02-13
1
-39
/
+39
*
common: Fix-up MAC addr in dts by fetching env variable serially
Prabhakar Kushwaha
2017-12-24
1
-4
/
+21
*
spl: fit: implement fdt_record_loadable
Philipp Tomsich
2017-11-26
1
-0
/
+39
*
fdt: Introduce helper method fdt_overlay_apply_verbose()
Pantelis Antoniou
2017-09-15
1
-0
/
+31
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-3
/
+3
*
fdt: Correct fdt_get_base_address()
Simon Glass
2017-08-01
1
-5
/
+2
*
powerpc: remove 4xx support
Heiko Schocher
2017-07-03
1
-78
/
+0
*
fdt: Rename a few functions in fdt_support
Simon Glass
2017-06-01
1
-13
/
+13
*
fdt: Update fdt_get_base_address() to use const
Simon Glass
2017-06-01
1
-1
/
+1
*
fdt_support: Fixup 'ethernet' aliases not ending in digits
Tuomas Tynkkynen
2017-03-26
1
-3
/
+7
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2017-02-09
1
-1
/
+1
|
\
|
*
net: cosmetic: Do not use magic values for ARP_HLEN
oliver@schinagl.nl
2017-02-07
1
-1
/
+1
*
|
common: fdt_support: Remove check for mtdparts in fdt_fixup_mtdparts
Ladislav Michl
2017-02-08
1
-5
/
+0
|
/
*
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
Masahiro Yamada
2016-12-02
1
-0
/
+2
*
cmd/fdt: add possibilty to have 'extrasize' on fdt resize
Hannes Schmelzer
2016-10-13
1
-1
/
+2
*
fdt_support: fdt_translate_address() blob const correctness
Stephen Warren
2016-08-12
1
-10
/
+11
*
fdt: Document the rest of struct of_bus
Paul Burton
2016-05-25
1
-0
/
+19
*
fdt: Support for ISA busses
Paul Burton
2016-05-25
1
-3
/
+98
*
fdt: fix setting MAC addresses for multiple interfaces
Lev Iserovich
2016-05-03
1
-6
/
+14
*
Revert "fdt: fix address cell count checking in fdt_translate_address()"
Przemyslaw Marczak
2016-03-17
1
-3
/
+4
*
Revert "fdt_support: Add multi-serial support for stdout fixup"
Bin Meng
2016-01-20
1
-15
/
+1
*
Merge git://git.denx.de/u-boot-net
Tom Rini
2016-01-13
1
-31
/
+33
|
\
|
*
fdt: Rewrite the logic in fdt_fixup_ethernet()
Bin Meng
2015-12-21
1
-21
/
+33
|
*
fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()
Bin Meng
2015-12-21
1
-11
/
+1
*
|
fdt: fix address cell count checking in fdt_translate_address()
Przemyslaw Marczak
2016-01-07
1
-4
/
+3
|
/
*
fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE
Bin Meng
2015-12-09
1
-1
/
+2
*
fdt_support: Don't panic if stdout alias is missing
Scott Wood
2015-10-26
1
-3
/
+8
*
fdt: prevent clearing memory node if there are no banks
Andre Przywara
2015-07-20
1
-0
/
+3
*
fdt: Pass the device serial number through devicetree
Paul Kocialkowski
2015-06-05
1
-0
/
+25
*
fdt: Correct warning in fdt_setup_simplefb_node()
Simon Glass
2015-05-05
1
-1
/
+1
*
fdt: add new fdt_fixup_display function to configure display
Tim Harvey
2015-04-22
1
-0
/
+29
*
Merge branch 'sandbox' of git://git.denx.de/u-boot-x86
Tom Rini
2014-12-04
1
-8
/
+7
|
\
|
*
sandbox: Fix warnings due to 64-bit printf() strings
Simon Glass
2014-11-26
1
-8
/
+7
*
|
fdt: Fix regression in fdt_pack_reg()
Hans de Goede
2014-12-01
1
-6
/
+6
|
/
*
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
2014-11-26
1
-0
/
+62
|
\
|
*
fdt_support: Add a fdt_setup_simplefb_node helper function
Hans de Goede
2014-11-25
1
-0
/
+62
*
|
Merge git://git.denx.de/u-boot-fdt
Tom Rini
2014-11-26
1
-38
/
+13
|
\
\
|
|
/
|
/
|
|
*
fdt: Try to use fdt_address_cells()/fdt_size_cells()
Simon Glass
2014-11-21
1
-33
/
+8
[next]