Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
15956adabb08196805cf6175b426c92ab4e29b9e
/
include
/
fdtdec.h
15956ad
fdtdec: Implement fdtdec_set_phandle()
by Thierry Reding
· 6 years ago
3d4ffa0
fdtdec: Add fdt_{addr, size}_unpack() helpers
by Thierry Reding
· 6 years ago
570a793
fdtdec: Add cpu_to_fdt_{addr, size}() macros
by Thierry Reding
· 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
7c530e3
lib: fdtdec: Add function re-setup the fdt more effeciently
by Jean-Jacques Hiblot
· 6 years ago
99a097d
fdt: restore board_fdt_blob_setup() declaration
by Baruch Siach
· 6 years ago
65e51c8
fdt: Remove fdtdec_decode_region() function
by Simon Glass
· 6 years ago
b3d55ea
lib: fdtdec: Rename routine fdtdec_setup_memory_size()
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
61efece
sandbox: Add 64-bit sandbox
by Mario Six
· 7 years ago
974dcac
fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATE
by Rob Clark
· 7 years ago
bbfa5eb
fdt: Add compatible strings for Arria 10
by Tien Fong Chee
· 7 years ago
1b1fe41
dtoc: Add support for 32 or 64-bit addresses
by Simon Glass
· 7 years ago
191e407
fdtdec: Drop old compatible values
by Simon Glass
· 7 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
55884e5
edid: Add HDMI flag to timing info
by Jernej Skrabec
· 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
ba97b72
fdt: add memory bank decoding functions for board setup
by Nathan Rossi
· 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
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
dfbdc12
mmc: tegra: add basic Tegra186 support
by Stephen Warren
· 9 years ago
8c60f92
Fix various typos, scattered over the code.
by Robert P. J. Day
· 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
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
ccdaff3
Merge git://git.denx.de/u-boot-socfpga
by Tom Rini
· 9 years ago
c97b074
lib, fdt: Adding fdtdec_get_uint function
by Chin Liang See
· 9 years ago
088dccb
fdt: Add a function to look up a /chosen property
by Simon Glass
· 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
366b24f
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
1e35f39
of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL
by Masahiro Yamada
· 9 years ago
84f581c
fdtdec: fix OF_CONTROL switch
by Masahiro Yamada
· 9 years ago
74fdb58
x86: baytrail: Configure FSP UPD from device tree
by Andrew Bradford
· 9 years ago
f3f8fe2
arm: socfpga: misc: Reset ethernet from OF
by Marek Vasut
· 9 years ago
5689372
lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedef
by York Sun
· 9 years ago
abfb852
dts: Drop unused compatible ID for the NXP video bridge
by Simon Glass
· 9 years ago
3e5b40f
video: Remove the old parade driver
by Simon Glass
· 9 years ago
50bcd1d
power: Remove old TPS65090 drivers
by Simon Glass
· 9 years ago
ab0cc6b
ARM: Tegra210: Add support to common Tegra source/config files
by Tom Warren
· 10 years ago
3ada902
dm: usb: tegra: Drop legacy USB code
by Simon Glass
· 10 years ago
8579a51
sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig
by Simon Glass
· 10 years ago
f813548
x86: gpio: add pinctrl support from the device tree
by Gabriel Huau
· 10 years ago
51c3b1e
x86: Refactor PIRQ routing support
by Bin Meng
· 10 years ago
f4f5cfa
tegra: video: Support serial output resource (SOR) on tegra124
by Simon Glass
· 10 years ago
b24e864
fdt: Add binding decode function for display-timings
by Simon Glass
· 10 years ago
2a8a987
dm: usb: exynos: Drop legacy USB code
by Simon Glass
· 10 years ago
0704b85
dm: core: Select device tree control correctly for SPL
by Simon Glass
· 10 years ago
a087767
fdt: Rename setup_fdt() and make it prepare also
by Simon Glass
· 10 years ago
26b78b2
fdt: sandbox: Move setup code from board_f to fdtdec
by Simon Glass
· 10 years ago
73f220c
cros_ec: exynos: Match up device tree with kernel version
by Simon Glass
· 10 years ago
10781f2
fdt: Drop LPC compatible string in fdtdec
by Simon Glass
· 10 years ago
da790b8
fdt: cros_ec: Drop compatible string in fdtdec
by Simon Glass
· 10 years ago
06e694f
x86: chromebook_link: dts: Add PCH and LPC devices
by Simon Glass
· 10 years ago
2eb77f1
fdt: Tighten up error handling in fdtdec_get_pci_addr()
by Simon Glass
· 10 years ago
9ffbe33
fdt: Export fdtdec_get_number() for general use
by Simon Glass
· 10 years ago
fd9753e
fdtdec: Improve fdtdec_get_pci_bdf() documentation
by Bin Meng
· 10 years ago
d5f83a4
ARM: UniPhier: adjust device trees for business transfer
by Masahiro Yamada
· 10 years ago
273f84d
usb: UniPhier: add UniPhier on-chip xHCI host driver support
by Masahiro Yamada
· 10 years ago
2bfd264
fdtdec: Add compatible id and string for Intel Quark MRC
by Bin Meng
· 10 years ago
0e3b598
dm: exynos: Drop unused COMPAT features for SPI
by Simon Glass
· 10 years ago
605760b
dm: tegra: Drop unused COMPAT features for I2C, SPI
by Simon Glass
· 10 years ago
a35bb47
dm: fdt: Remove the old GPIO functions
by Simon Glass
· 10 years ago
b491e9c
dm: fdt: Add a function to decode phandles with arguments
by Simon Glass
· 10 years ago
b34f405
x86: dts: Add compatible string for Intel ICH9 SPI controller
by Simon Glass
· 10 years ago
779847e
fdt: Add several apis to decode pci device node
by Bin Meng
· 10 years ago
412c758
pci: tegra: Add Tegra PCIe driver
by Thierry Reding
· 10 years ago
f202e02
ARM: tegra: Implement XUSB pad controller
by Thierry Reding
· 10 years ago
09c0cf2
power: Add AMS AS3722 PMIC support
by Thierry Reding
· 10 years ago
870345b
Merge git://git.denx.de/u-boot-fdt
by Tom Rini
· 10 years ago
8510133
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 10 years ago
8d72f28
fdt: remove fdtdec_get_alias_node() function
by Masahiro Yamada
· 10 years ago
Next »