index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ 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
*
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
*
common/fdt_support.c: Fix compile warnings
Wolfgang Denk
2010-10-20
1
-1
/
+0
*
FDT: Add fixup support for multiple banks of memory
John Rigby
2010-10-18
1
-40
/
+46
*
common/fdt_support.c: fix compile error
Matthew McClintock
2010-10-13
1
-10
/
+10
*
fdt_support: support adding EDID property to FDT display nodes
Anatolij Gustschin
2010-10-12
1
-0
/
+29
*
ppc4xx/fdt/flash: Fix bug in fdt_fixup_nor_flash_node()
Stefan Roese
2010-10-04
1
-7
/
+10
*
ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size
Stefan Roese
2010-09-23
1
-10
/
+41
*
fdt: call fdt_parent_offset fewer times while translating addresses
Scott Wood
2010-08-19
1
-37
/
+21
*
fdt: Fix bug in size calculation in fdt_resize() with initrd use
Feng Wang
2010-08-09
1
-3
/
+4
*
fdt: Add function to alloc phandle values
Kumar Gala
2010-07-26
1
-0
/
+18
*
fdt: Add fdt_node_offset_by_compat_reg helper
Kumar Gala
2010-07-20
1
-0
/
+27
[next]