Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
3d3a860263c65f2d526fcfe0a68f6416ebf377d9
/
lib
/
fdtdec.c
754302f
fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()
by Heiko Stuebner
· 5 years ago
49723ac
fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()
by Heiko Stuebner
· 5 years ago
487f917
fdt: Fix alignment issue when reading 64-bits properties from fdt
by Jean-Jacques Hiblot
· 5 years ago
04ec59c
dm: core: Drop fdtdec_get_pci_addr()
by Simon Glass
· 5 years ago
dfd4315
dm: core: Correct low cell in ofnode_read_pci_addr()
by Simon Glass
· 5 years ago
3f47b63
fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPL
by Lukas Auer
· 5 years ago
6eaea25
env: Move env_get_ulong() to env.h
by Simon Glass
· 5 years ago
1a974af
common: Move gzip functions into a new gzip header
by Simon Glass
· 5 years ago
1bb59a9
fdtdec: Add fdtdec_set_ethernet_mac_address()
by Thierry Reding
· 6 years ago
2613001
fdtdec: Remove fdt_{addr,size}_unpack()
by Thierry Reding
· 6 years ago
a312309
fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()
by Thierry Reding
· 6 years ago
d5cdfd5
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
f6625b4
x86: dts: switch spi-flash to jedec, spi-nor compatible
by Neil Armstrong
· 6 years ago
e629b0d
fdtdec: Implement carveout support functions
by Thierry Reding
· 6 years ago
e8dfad4
fdtdec: Implement fdtdec_add_reserved_memory()
by Thierry Reding
· 6 years ago
15956ad
fdtdec: Implement fdtdec_set_phandle()
by Thierry Reding
· 6 years ago
aeaa29d
lib: fdt: Allow LZO and GZIP DT compression in U-Boot
by Marek Vasut
· 6 years ago
42e5c03
lib: fdt: Allow enabling both LZO and GZIP DT compression
by Marek Vasut
· 6 years ago
7c74842
lib: fdt: Split fdtdec_setup_memory_banksize()
by Marek Vasut
· 6 years ago
fa8df03
lib: fdt: Split fdtdec_setup_mem_size_base()
by Marek Vasut
· 6 years ago
d8934b9
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 6 years ago
0588fff
fdt: tegra: Drop COMPAT_AMS_AS3722
by Simon Glass
· 6 years ago
01ebbe6
fdt: samsung: Drop unused fdt_compat_id values
by Simon Glass
· 6 years ago
4b58667
fdt: Introduce fdtdec_get_alias_highest_id()
by Michal Simek
· 6 years ago
c575ae4
lib: fdtdec: fdtdec_get_addr_size_fixed remove checks
by Keerthy
· 6 years ago
9108d92
spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT
by Sekhar Nori
· 6 years ago
7c530e3
lib: fdtdec: Add function re-setup the fdt more effeciently
by Jean-Jacques Hiblot
· 6 years ago
370a176
fdt: sandbox: correct use of ${fdtcontroladdr}
by Heinrich Schuchardt
· 6 years ago
5bd49fb
fdt: Fix uncompress_blob() for U-Boot proper
by Marek Vasut
· 6 years ago
0bd065c
Revert "fdt: fdtdec_setup_memory_banksize() use livetree"
by Michal Simek
· 6 years ago
65e51c8
fdt: Remove fdtdec_decode_region() function
by Simon Glass
· 6 years ago
7f6a45a
fdt: fdtdec_setup_memory_banksize() use livetree
by Jens Wiklander
· 6 years ago
c7570a3
Remove <inttypes.h> includes and PRI* usages in printf() entirely
by Masahiro Yamada
· 6 years ago
ae2c3ec
fdt: fix get_next_memory_node()
by Marek Vasut
· 6 years ago
e2da4c9
fdt: fix fdtdec_setup_memory_banksize()
by Jens Wiklander
· 6 years ago
b3d55ea
lib: fdtdec: Rename routine fdtdec_setup_memory_size()
by Siva Durga Prasad Paladugu
· 6 years ago
94a1d52
lib: fdtdec: Update ram_base to store ram start adddress
by Siva Durga Prasad Paladugu
· 6 years ago
919646d
board: arm: Add support for Broadcom BCM7445
by Thomas Fitzsimmons
· 6 years ago
fa28d14
fdt: Add device tree memory bindings
by Michael Pratt
· 6 years ago
ee4e36b
fdt: Add another Altera Arria10 clock init compatible
by Marek Vasut
· 7 years ago
42e214c
lib: fdtdec: drop the old compatible about max77686
by Jaehoon Chung
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
6abfbc8
lib: fdtdec: Fix some style violations
by Mario Six
· 7 years ago
bb3e06c
lib: fdtdec: Fix whitespace style violations
by Mario Six
· 7 years ago
974dcac
fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATE
by Rob Clark
· 7 years ago
e80851a
Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
by Tom Rini
· 7 years ago
5e7a1c2
spl: make CONFIG_OF_EMBED pass dts through fdtgrep
by Goldschmidt Simon
· 7 years ago
7f0293a
fdtdec: Support parsing multiple /memory nodes
by Marek Vasut
· 7 years ago
bbfa5eb
fdt: Add compatible strings for Arria 10
by Tien Fong Chee
· 7 years ago
a2fee16
spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
by Jean-Jacques Hiblot
· 7 years ago
5d96cab
fdtdec: sort include files
by Jean-Jacques Hiblot
· 7 years ago
2037fa4
dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
by Jean-Jacques Hiblot
· 7 years ago
22c34c2
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
by Simon Glass
· 7 years ago
191e407
fdtdec: Drop old compatible values
by Simon Glass
· 7 years ago
7900ce8
fdt: Enable selecting correct DTB from appended FIT Image
by Cooper Jr., Franklin
· 7 years ago
640b78f
fdt: Correct cast for sandbox in fdtdec_setup_memory_size()
by Simon Glass
· 8 years ago
b35e6d6
cros_ec: Convert to support live tree
by Simon Glass
· 8 years ago
0fbf66b
dm: core: Add a place to put extra device-tree reading functions
by Simon Glass
· 8 years ago
5b661ec
Allow boards to initialize the DT at runtime.
by Alex Deymo
· 8 years ago
b25ae72
fdt: Add compatible strings for Arria 10
by Ley Foon Tan
· 8 years ago
621cc09
libfdt: use CONFIG_IS_ENABLED for OF_LIBFDT
by Vignesh R
· 8 years ago
ba97b72
fdt: add memory bank decoding functions for board setup
by Nathan Rossi
· 8 years ago
499c29e
libfdt: Sync fdt_for_each_subnode() with upstream
by Simon Glass
· 8 years ago
b0ea740
libfdt: Bring in upstream stringlist functions
by Simon Glass
· 8 years ago
5021b8a
usb: uniphier: remove UniPhier xHCI driver and select DM_USB
by Masahiro Yamada
· 8 years ago
7d30e10
fdt: allow fdtdec_get_addr_size_*() to translate addresses
by Stephen Warren
· 8 years ago
57f2038
mtd: nand: Add the sunxi NAND controller driver
by Boris Brezillon
· 8 years ago
3e5a8b9
sandbox: Find keyboard driver using driver model
by Simon Glass
· 8 years ago
6f70c11
fdt: x86: Tidy up a few COMPAT string definitions
by Simon Glass
· 8 years ago
7c38030
fdt: Add a note to avoid adding new compatible strings
by Simon Glass
· 8 years ago
b1f6c4a
fdt: Drop unused exynos compatible strings
by Simon Glass
· 8 years ago
9404be5
x86: fdt: Drop the unused compatible strings in fdtdec
by Simon Glass
· 8 years ago
69d1d72
fdt: Drop some unused compatible strings
by Simon Glass
· 9 years ago
6eb90e1
fdt: Correct return value in fdtdec_decode_display_timing()
by Simon Glass
· 9 years ago
dfbdc12
mmc: tegra: add basic Tegra186 support
by Stephen Warren
· 9 years ago
40ce12b
x86: dts: Drop memory SPD compatible string
by Simon Glass
· 9 years ago
9c7d931
x86: Drop all the old pin configuration code
by Simon Glass
· 9 years ago
0b14dc7
dm: fdtdec: Correct a sandbox build warning
by Simon Glass
· 9 years ago
fad7218
tegra: nyan-big: Move the LCD driver to driver model
by Simon Glass
· 9 years ago
23dd3a0
fdt: introduce fdtdec_get_child_count
by Peng Fan
· 9 years ago
cf33f6e
x86: Drop the irq router compatible string
by Simon Glass
· 9 years ago
38a2ae2
dm: video: sandbox: Convert sandbox to use driver model for video
by Simon Glass
· 9 years ago
19af854
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· 9 years ago
5ce2d8b
fdtdec: Add compatible string for Intel IvyBridge FSP
by Bin Meng
· 9 years ago
f1037ad
dm: serial: Convert ns16550 driver to use driver model PCI API
by Simon Glass
· 9 years ago
f26c1ae
arm: socfpga: Allow DWC2 UDC probing from OF
by Marek Vasut
· 9 years ago
46fcfc1
dm: tegra: pci: Convert tegra boards to driver model for PCI
by Simon Glass
· 9 years ago
01e9940
dm: tegra: Convert keyboard driver to driver model
by Simon Glass
· 9 years ago
5e44dce
pci: tegra: add/enable support for Tegra210
by Stephen Warren
· 9 years ago
77ec34e
dm: spl: Support device tree when BSS is in a different section
by Simon Glass
· 9 years ago
088dccb
fdt: Add a function to look up a /chosen property
by Simon Glass
· 9 years ago
fed69ad
fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT
by Stephen Warren
· 9 years ago
7b42f4d
fdtdec: fix parsing 'reg' property with zero value in '#size-cells'
by Przemyslaw Marczak
· 9 years ago
fda5916
fdt: fix fdtdec_get_addr_size not to require any size cells
by Stephen Warren
· 9 years ago
6dfe618
fdt: add new fdt address parsing functions
by Stephen Warren
· 9 years ago
1749723
mmc: dw_mmc: Probe the MMC from OF
by Marek Vasut
· 9 years ago
cd8cc67
dm: tpm: Convert I2C driver to driver model
by Simon Glass
· 9 years ago
a2822b8
fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev()
by Bin Meng
· 9 years ago
366b24f
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
Next »