index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
fdt_support.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-13
cmd/fdt: add possibilty to have 'extrasize' on fdt resize
Hannes Schmelzer
1
-1
/
+2
2016-08-12
fdt_support: fdt_translate_address() blob const correctness
Stephen Warren
1
-10
/
+11
2016-05-26
fdt: Document the rest of struct of_bus
Paul Burton
1
-0
/
+19
2016-05-26
fdt: Support for ISA busses
Paul Burton
1
-3
/
+98
2016-05-04
fdt: fix setting MAC addresses for multiple interfaces
Lev Iserovich
1
-6
/
+14
2016-03-18
Revert "fdt: fix address cell count checking in fdt_translate_address()"
Przemyslaw Marczak
1
-3
/
+4
2016-01-21
Revert "fdt_support: Add multi-serial support for stdout fixup"
Bin Meng
1
-15
/
+1
2016-01-14
Merge git://git.denx.de/u-boot-net
Tom Rini
1
-31
/
+33
2016-01-07
fdt: fix address cell count checking in fdt_translate_address()
Przemyslaw Marczak
1
-4
/
+3
2015-12-22
fdt: Rewrite the logic in fdt_fixup_ethernet()
Bin Meng
1
-21
/
+33
2015-12-22
fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()
Bin Meng
1
-11
/
+1
2015-12-09
fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE
Bin Meng
1
-1
/
+2
2015-10-26
fdt_support: Don't panic if stdout alias is missing
Scott Wood
1
-3
/
+8
2015-07-20
fdt: prevent clearing memory node if there are no banks
Andre Przywara
1
-0
/
+3
2015-06-05
fdt: Pass the device serial number through devicetree
Paul Kocialkowski
1
-0
/
+25
2015-05-06
fdt: Correct warning in fdt_setup_simplefb_node()
Simon Glass
1
-1
/
+1
2015-04-22
fdt: add new fdt_fixup_display function to configure display
Tim Harvey
1
-0
/
+29
2014-12-04
Merge branch 'sandbox' of git://git.denx.de/u-boot-x86
Tom Rini
1
-8
/
+7
2014-12-01
fdt: Fix regression in fdt_pack_reg()
Hans de Goede
1
-6
/
+6
2014-11-27
sandbox: Fix warnings due to 64-bit printf() strings
Simon Glass
1
-8
/
+7
2014-11-26
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
1
-0
/
+62
2014-11-26
Merge git://git.denx.de/u-boot-fdt
Tom Rini
1
-38
/
+13
2014-11-25
fdt_support: Add a fdt_setup_simplefb_node helper function
Hans de Goede
1
-0
/
+62
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
1
-1
/
+2
2014-11-21
fdt: Try to use fdt_address_cells()/fdt_size_cells()
Simon Glass
1
-33
/
+8
2014-11-21
fdt: Change fdt_pack_reg() to static and fix types
Simon Glass
1
-2
/
+2
2014-11-21
fdt: Export the fdt_find_or_add_subnode() function
Simon Glass
1
-3
/
+3
2014-09-25
fdt_support: Make of_bus_default_count_cells non static
Arnab Basu
1
-1
/
+1
2014-09-25
fdt_support: Move of_read_number to fdt_support.h
Arnab Basu
1
-9
/
+0
2014-08-09
fdt: Rename fdt_resize() to fdt_shrink_to_minimum()
Simon Glass
1
-1
/
+1
2014-06-19
fdt_support: correct the return condition of fdt_initrd()
Masahiro Yamada
1
-4
/
+4
2014-06-19
fdt_support: fix an endian bug of fdt_initrd()
Masahiro Yamada
1
-21
/
+20
2014-06-19
fdt_support: fix an endian bug of fdt_fixup_memory_banks
Masahiro Yamada
1
-12
/
+30
2014-06-19
fdt_support: add 'const' qualifier for unchanged argument
Masahiro Yamada
1
-2
/
+2
2014-06-19
fdt_support: refactor fdt_fixup_stdout() function
Masahiro Yamada
1
-43
/
+42
2014-06-19
fdt_support: delete force argument of fdt_chosen()
Masahiro Yamada
1
-26
/
+12
2014-06-19
fdt_support: delete force argument of fdt_initrd()
Masahiro Yamada
1
-20
/
+15
2014-06-19
fdt_support: refactor with fdt_find_or_add_subnode helper func
Masahiro Yamada
1
-35
/
+36
2014-06-19
fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR
Masahiro Yamada
1
-5
/
+0
2014-06-19
ARM: fdt support: Add usbethaddr as an acceptable MAC
Dan Murphy
1
-1
/
+11
2014-04-23
fdt_support: Add helper function to read "ranges" property
Alexander Graf
1
-0
/
+94
2014-04-23
fdt_support: split fdt_getprop_u32_default
Alexander Graf
1
-6
/
+32
2014-01-21
fdt_support.c: Correct linux,initrd-start/end setting
Tom Rini
1
-2
/
+2
2014-01-10
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
1
-32
/
+34
2014-01-09
fdt_support: 64bit initrd start address support
David Feng
1
-32
/
+34
2013-12-16
common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()
Miao Yan
1
-2
/
+3
2013-10-16
mtd: fix warnings due to 64-bit partition support
Scott Wood
1
-2
/
+2
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-06-07
fdt: remove unaligned access in fdt_fixup_ethernet()
Stephen Warren
1
-1
/
+2
2013-05-17
fdt_support: Use CONFIG_NR_DRAM_BANKS if defined
Doug Anderson
1
-0
/
+4
[next]