Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
3a315051792594250f7cc520c9570aa1980d68a0
/
common
/
spl
/
spl_fit.c
8d9f7f1
spl: Make image loader infrastructure more universal
by Andreas Dannenberg
· Tue Jun 04 17:55:46 2019 -0500
943ec25
spl: fit: Always enable tracking of os-type if SPL_OS_BOOT is enabled
by Jean-Jacques Hiblot
· Fri Apr 26 15:21:25 2019 +0200
53420dc
common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled
by Abel Vesa
· Tue Mar 12 08:34:31 2019 +0000
9d5b0f4
SPL: Add HAB image authentication to FIT
by Ye Li
· Sat Nov 17 09:10:25 2018 +0000
f707b5a
spl: fpga: Implement fpga bistream loading with fpga_load
by Michal Simek
· Wed Jul 18 14:33:15 2018 +0200
de4e126
Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblaze
by Tom Rini
· Thu Sep 27 08:29:10 2018 -0400
f354c3f
spl: fit: Enable GZIP compression also for no kernel partitions
by Michal Simek
· Tue Jul 24 15:05:00 2018 +0200
1dda46f
spl: Weed out CONFIG_SYS_TEXT_BASE usage
by Marek Vasut
· Tue Aug 14 11:27:02 2018 +0200
eece623
spl: fit: display a message when an FPGA image is loaded
by Luis Araneda
· Thu Jul 19 03:10:16 2018 -0400
54a9119
spl: fit: verify images prior to post processing
by Ben Whitten
· Thu Jun 07 11:37:27 2018 +0100
72bc5d5
spl: fit: Fix support for loading FPGA bitstream
by Marek Vasut
· Fri Jun 01 23:19:29 2018 +0200
33dd00e
spl: fit: Add support for loading FPGA bitstream
by Marek Vasut
· Sat May 12 22:25:28 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
b766e8f
image: fit: Show firmware configuration property if present
by Michal Simek
· Mon Mar 26 16:31:26 2018 +0200
adf5d1c
SPL: Add signature verification when loading image
by Jun Nie
· Tue Feb 27 16:55:58 2018 +0800
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· Mon Mar 05 01:20:11 2018 +0900
8876c7e
SPL: Add FIT data-position property support
by Peng Fan
· Tue Dec 05 13:20:59 2017 +0800
4faa011
spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size
by Philipp Tomsich
· Fri Nov 24 13:26:03 2017 +0100
e61eff9
spl: fit: implement recording of loadables into /fit-images
by Philipp Tomsich
· Wed Sep 13 21:29:34 2017 +0200
1345ffa
spl: fit: simplify logic for FDT loading for non-OS boots
by Philipp Tomsich
· Wed Sep 13 21:29:32 2017 +0200
25d65f1
spl: Fix compiling warning on gunzip argument
by York Sun
· Fri Sep 15 08:21:13 2017 -0700
a058b8a
spl: fit: Add booting OS first
by York Sun
· Tue Aug 15 11:14:45 2017 -0700
adf99fa
spl: fit: Support both external and embedded data
by York Sun
· Tue Aug 15 11:14:44 2017 -0700
a6945fe
spl: fit: Eanble GZIP support for image decompression
by York Sun
· Tue Aug 15 11:14:43 2017 -0700
e679240
spl: fit: Break out some functions into a common file
by Cooper Jr., Franklin
· Fri Jun 16 17:25:05 2017 -0500
e7c5856
SPL: FIT: allow loading multiple images
by Andre Przywara
· Wed Apr 26 01:32:37 2017 +0100
29053e9
SPL: FIT: factor out spl_load_fit_image()
by Andre Przywara
· Wed Apr 26 01:32:36 2017 +0100
e7b3108
SPL: FIT: improve error handling
by Andre Przywara
· Wed Apr 26 01:32:35 2017 +0100
525e9c9
SPL: FIT: rework U-Boot image loading
by Andre Przywara
· Wed Apr 26 01:32:34 2017 +0100
1e329b6
SPL: FIT: refactor FDT loading
by Andre Przywara
· Wed Apr 26 01:32:33 2017 +0100
43a734f
spl: Update spl_load_simple_fit() to take an spl_image param
by Simon Glass
· Sat Sep 24 18:20:16 2016 -0600
f0531a6
spl: fit: Fix the number of bytes read in raw mode
by Lokesh Vutla
· Tue Jul 19 14:56:14 2016 +0530
cf839bd
spl: fit: add support for post-processing of images
by Daniel Allred
· Mon Jun 27 09:19:21 2016 -0500
c8f892b
spl: fit: Fix non-matching DT names console output
by Andreas Dannenberg
· Fri Jun 03 14:05:04 2016 -0500
c840585
spl: fit: Fix load address of fit header
by Lokesh Vutla
· Wed Jun 01 10:28:31 2016 +0530
2d357e0
spl: fit: Do not print selected dtb during fit load
by Lokesh Vutla
· Tue May 24 10:34:43 2016 +0530
f62cef1
spl: Allow to load a FIT containing U-Boot from FS
by Lokesh Vutla
· Tue May 24 10:34:38 2016 +0530
906969d
spl: fit: Fix the number of bytes read when reading fdt from fit
by Lokesh Vutla
· Tue May 24 10:34:37 2016 +0530
2e9306a
SPL: FIT: Align loading address for header
by Michal Simek
· Thu Apr 28 10:36:11 2016 +0200
8667f8c
spl: fit: Print error message when FDT is not present
by Michal Simek
· Wed May 04 15:08:00 2016 +0200
a6131a2
spl: Add an option to load a FIT containing U-Boot
by Simon Glass
· Mon Feb 22 22:55:56 2016 -0700