index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
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
*
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
|
*
fdt: Change fdt_pack_reg() to static and fix types
Simon Glass
2014-11-21
1
-2
/
+2
|
*
fdt: Export the fdt_find_or_add_subnode() function
Simon Glass
2014-11-21
1
-3
/
+3
*
|
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-11-23
1
-1
/
+2
|
/
*
fdt_support: Make of_bus_default_count_cells non static
Arnab Basu
2014-09-25
1
-1
/
+1
*
fdt_support: Move of_read_number to fdt_support.h
Arnab Basu
2014-09-25
1
-9
/
+0
*
fdt: Rename fdt_resize() to fdt_shrink_to_minimum()
Simon Glass
2014-08-09
1
-1
/
+1
*
fdt_support: correct the return condition of fdt_initrd()
Masahiro Yamada
2014-06-19
1
-4
/
+4
*
fdt_support: fix an endian bug of fdt_initrd()
Masahiro Yamada
2014-06-19
1
-21
/
+20
*
fdt_support: fix an endian bug of fdt_fixup_memory_banks
Masahiro Yamada
2014-06-19
1
-12
/
+30
*
fdt_support: add 'const' qualifier for unchanged argument
Masahiro Yamada
2014-06-19
1
-2
/
+2
*
fdt_support: refactor fdt_fixup_stdout() function
Masahiro Yamada
2014-06-19
1
-43
/
+42
*
fdt_support: delete force argument of fdt_chosen()
Masahiro Yamada
2014-06-19
1
-26
/
+12
*
fdt_support: delete force argument of fdt_initrd()
Masahiro Yamada
2014-06-19
1
-20
/
+15
*
fdt_support: refactor with fdt_find_or_add_subnode helper func
Masahiro Yamada
2014-06-19
1
-35
/
+36
*
fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR
Masahiro Yamada
2014-06-19
1
-5
/
+0
*
ARM: fdt support: Add usbethaddr as an acceptable MAC
Dan Murphy
2014-06-19
1
-1
/
+11
*
fdt_support: Add helper function to read "ranges" property
Alexander Graf
2014-04-22
1
-0
/
+94
*
fdt_support: split fdt_getprop_u32_default
Alexander Graf
2014-04-22
1
-6
/
+32
*
fdt_support.c: Correct linux,initrd-start/end setting
Tom Rini
2014-01-20
1
-2
/
+2
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-01-10
1
-32
/
+34
|
\
|
*
fdt_support: 64bit initrd start address support
David Feng
2014-01-09
1
-32
/
+34
*
|
common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()
Miao Yan
2013-12-16
1
-2
/
+3
|
/
*
mtd: fix warnings due to 64-bit partition support
Scott Wood
2013-10-15
1
-2
/
+2
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-17
/
+1
*
fdt: remove unaligned access in fdt_fixup_ethernet()
Stephen Warren
2013-06-07
1
-1
/
+2
*
fdt_support: Use CONFIG_NR_DRAM_BANKS if defined
Doug Anderson
2013-05-17
1
-0
/
+4
*
common/fdt_support.c: sparse fixes
Kim Phillips
2013-02-07
1
-39
/
+47
*
treewide: include libfdt_env.h before fdt.h
Kim Phillips
2013-02-07
1
-1
/
+0
*
fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined
Tom Wai-Hong Tam
2012-12-11
1
-1
/
+1
*
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
Marek Vasut
2012-10-15
1
-4
/
+2
*
Fix constness of the fdt void pointer in fdt_getprop_u32_default
Gabe Black
2011-11-13
1
-2
/
+2
*
Add some missing endian conversions in fdt_support.c
Gabe Black
2011-11-13
1
-2
/
+2
*
fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers
Shengzhou Liu
2011-10-18
1
-1
/
+59
*
sandbox: Use uintptr_t for 32/64-bit compatibility
Simon Glass
2011-10-17
1
-4
/
+4
*
fdt: update fdt_alloc_phandle to use fdt_get_phandle
Timur Tabi
2011-10-15
1
-5
/
+2
*
fdt: check for fdt errors in fdt_create_phandle
Timur Tabi
2011-10-15
1
-2
/
+9
*
fdt: Add new fdt_create_phandle helper
Kumar Gala
2011-09-29
1
-0
/
+20
*
fdt: Rename fdt_create_phandle to fdt_set_phandle
Kumar Gala
2011-09-29
1
-3
/
+3
*
fdt: introduce fdt_create_phandle()
Gerald Van Baren
2011-07-14
1
-0
/
+40
*
fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()
Timur Tabi
2011-07-14
1
-0
/
+67
*
Fix off-by-one error in passing initrd end address via device tree
Grant Likely
2011-04-25
1
-1
/
+1
*
fdt_support: Fix buffer overflow in fdt_fixup_memory_banks
Kyle Moffett
2011-04-17
1
-1
/
+1
*
Fix compiler warning in fdt_support.c
Dirk Behme
2010-11-28
1
-2
/
+2
[next]