Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ab3b95e738088114dba620cb639ed9afd98ad70f
/
common
/
image-fdt.c
0f2af88
common: Drop log.h from common header
by Simon Glass
· 4 years, 7 months ago
ed38aef
command: Remove the cmd_tbl_t typedef
by Simon Glass
· 4 years, 7 months ago
2dc9c34
common: Drop image.h from common header
by Simon Glass
· 4 years, 7 months ago
9bc1564
dm: core: Create a new header file for 'compat' features
by Simon Glass
· 4 years, 10 months ago
e6d6d14
image: fdt: check "status" of "/reserved-memory" subnodes
by Thirupathaiah Annapureddy
· 4 years, 11 months ago
892265d
image: Rename load_addr, save_addr, save_size
by Simon Glass
· 5 years ago
b1a4fa0
image: fdt: copy possible optee nodes to a loaded devicetree
by Heiko Stuebner
· 5 years ago
83c2e49
env: Move env_get_hex() to env.h
by Simon Glass
· 5 years ago
c220bd9
configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT
by Tom Rini
· 6 years ago
18ae337
Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
d3617b4
fdt: boot_get_fdt: android: use ENV 'fdtaddr' as fallback
by Eugeniu Rosca
· 6 years ago
60a869a
fdt: boot_get_fdt: android: compress handling (non-functional)
by Eugeniu Rosca
· 6 years ago
a7da502
fdt: boot_get_fdt: simplify no_fdt handling (non-functional)
by Eugeniu Rosca
· 6 years ago
1974f95
fdt: boot_get_fdt: really boot w/o FDT when "goto no_fdt"
by Eugeniu Rosca
· 6 years ago
0d5cf7e
fdt: boot_get_fdt: remove redundant zeroing out
by Eugeniu Rosca
· 6 years ago
1706a50
Support boot Android image without address on bootm command
by Shawn Guo
· 6 years ago
dcd5aba
image: fdt: handle coalesced reserve region
by Patrick Delaunay
· 6 years ago
c9e7152
fdt: support booting with dtb in Android image
by Shawn Guo
· 6 years ago
01adc4c
fdt: parse "reserved-memory" for memory reservation
by Simon Goldschmidt
· 6 years ago
6127ac0
image: fix compiling without CMD_FDT
by Simon Goldschmidt
· 6 years ago
b00a9de
sandbox: Fix set_working_fdt_addr users
by Alexander Graf
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
95a686d
libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c
by Masahiro Yamada
· 7 years ago
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
91a3159
fdt: Implement weak arch_fixup_fdt()
by Alexey Brodkin
· 7 years ago
25c9bee
common: Remove genimg_get_image()
by Tuomas Tynkkynen
· 7 years ago
6e51fb2
fit: Introduce methods for applying overlays on fit-load
by Pantelis Antoniou
· 7 years ago
da1a134
env: Rename some other getenv()-related functions
by Simon Glass
· 7 years ago
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
78548ea
fdt: Move fdt_fixup_ethernet to a common place
by Tom Rini
· 8 years ago
312f7ac
Remove extra fdt_fixup_ethernet() call
by Joakim Tjernlund
· 8 years ago
f6aa39e
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
by Masahiro Yamada
· 8 years ago
d3dbac8
cmd/fdt: add possibilty to have 'extrasize' on fdt resize
by Hannes Schmelzer
· 8 years ago
14171b1
image-fit: Fix fit_get_node_from_config semantics
by Paul Burton
· 8 years ago
8ff8689
libfdt: Introduce new ARCH_FIXUP_FDT option
by Michal Simek
· 8 years ago
c81b347
efi_loader: Call fdt preparation functions
by Alexander Graf
· 9 years ago
e3ee2fb
Kconfig: Move CONFIG_FIT and related options to Kconfig
by Simon Glass
· 9 years ago
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
ab80a11
common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACY
by Peng Fan
· 9 years ago
17585f2
image-fdt.c: store returned error value
by Max Krummenacher
· 9 years ago
2c0fbc7
fdt: Pass the device serial number through devicetree
by Paul Kocialkowski
· 10 years ago
65b905b
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· 10 years ago
3d4ea4c
cmd_fdt: Actually fix fdt command in sandbox
by Joe Hershberger
· 10 years ago
00f9ca9
fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is defined
by Suriyan Ramasami
· 10 years ago
c2ec2e8
Revert "image-fdt: boot_get_fdt() return value when no DTB exists"
by Tom Rini
· 10 years ago
6c0be91
fdt: Add ft_system_setup() function for system device tree additions
by Simon Glass
· 10 years ago
f3dd50b
fdt: Tidy up error handling in image_setup_libfdt()
by Simon Glass
· 10 years ago
81ca627
image-fdt: boot_get_fdt() return value when no DTB exists
by Noam Camus
· 10 years ago
9f85a72
fdt: Rename fdt_resize() to fdt_shrink_to_minimum()
by Simon Glass
· 10 years ago
6235824
ARM: convert arch_fixup_memory_node to a generic FDT fixup function
by Ma Haijun
· 10 years ago
8090298
keystone2: use CONFIG_SOC_KEYSTONE in common places
by Khoronzhuk, Ivan
· 10 years ago
a0c0b63
image: Remove the fit_load_image() property parameter
by Simon Glass
· 10 years ago
451c204
fdt_support: delete force argument of fdt_chosen()
by Masahiro Yamada
· 11 years ago
5b11489
fdt_support: delete force argument of fdt_initrd()
by Masahiro Yamada
· 11 years ago
515eb12
bootm: make use of legacy image format configurable
by Heiko Schocher
· 11 years ago
a122cbb
fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()
by Vitaly Andrianov
· 11 years ago
7e4a4b2
fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP
by Masahiro Yamada
· 11 years ago
bc2a07d
FIT: delete unnecessary casts
by Masahiro Yamada
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
ad68fc3
bootm: Use selected configuration for ramdisk and fdt
by Simon Glass
· 11 years ago
794a921
Clarify bootm OS arguments
by Simon Glass
· 11 years ago
b1b7992
image: Use fit_image_load() to load FDT
by Simon Glass
· 12 years ago
9ca3742
image: Add device tree setup to image library
by Simon Glass
· 12 years ago
c6bdabb
image: Split libfdt code into image-fdt.c
by Simon Glass
· 12 years ago