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