Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
e6f6f9e64882ddf242437c73fdd9ff06a8eb7c21
/
common
/
spl
/
spl_fit.c
90526e9
common: Drop net.h from common header
by Simon Glass
· 4 years, 6 months ago
077e72c
spl: fit: do not check argument of free()
by Heinrich Schuchardt
· 4 years, 7 months ago
9d15d1d
Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"
by Ye Li
· 4 years, 8 months ago
602ce1d
spl_fit.c: enable loading compressed u-boot from fit image
by Klaus H. Sorensen
· 5 years ago
152781d
spl: fit: Allow the board to tell if more images must be loaded from FIT
by Jean-Jacques Hiblot
· 5 years ago
c1648d0
spl: fit: constify the output parameter of spl_fit_get_image_name()
by Jean-Jacques Hiblot
· 5 years ago
19141d6
spl: fit: be more verbose when an error occurs when applying the overlays
by Jean-Jacques Hiblot
· 5 years ago
24bf44c
spl: fit: Do not fail immediately if an overlay is not available
by Jean-Jacques Hiblot
· 5 years ago
ea376eb
spl: fit: allocate a temporary buffer to load the overlays
by Jean-Jacques Hiblot
· 5 years ago
99329be
spl: fit: Make room in the FDT before applying overlays
by Jean-Jacques Hiblot
· 5 years ago
9d13b87
spl: fit: Add support for applying DT overlay
by Michal Simek
· 5 years ago
6b8b98d
spl: fit: don't load the firmware twice
by Jean-Jacques Hiblot
· 5 years ago
d714a75
imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB
by Stefano Babic
· 5 years ago
b83edfb
spl: fit: use U-Boot device tree when FIT image has no device tree
by Lukas Auer
· 5 years ago
0c670fc
common: Move gzip functions into a new gzip header
by Simon Glass
· 5 years ago
e1eb6ad
spl: Make image loader infrastructure more universal
by Andreas Dannenberg
· 5 years ago
7296a33
spl: fit: Always enable tracking of os-type if SPL_OS_BOOT is enabled
by Jean-Jacques Hiblot
· 6 years ago
cf8dcc5
common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled
by Abel Vesa
· 6 years ago
e246bfc
SPL: Add HAB image authentication to FIT
by Ye Li
· 6 years ago
3313ae6
spl: fpga: Implement fpga bistream loading with fpga_load
by Michal Simek
· 6 years ago
bbef20d
Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblaze
by Tom Rini
· 6 years ago
975e789
spl: fit: Enable GZIP compression also for no kernel partitions
by Michal Simek
· 6 years ago
04ce542
spl: Weed out CONFIG_SYS_TEXT_BASE usage
by Marek Vasut
· 6 years ago
3907eef
spl: fit: display a message when an FPGA image is loaded
by Luis Araneda
· 6 years ago
d154ca6
spl: fit: verify images prior to post processing
by Ben Whitten
· 6 years ago
56419ea
spl: fit: Fix support for loading FPGA bitstream
by Marek Vasut
· 6 years ago
26a6422
spl: fit: Add support for loading FPGA bitstream
by Marek Vasut
· 7 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
1f8e4bf
image: fit: Show firmware configuration property if present
by Michal Simek
· 7 years ago
5c643db
SPL: Add signature verification when loading image
by Jun Nie
· 7 years ago
b08c8c4
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
a1be94b
SPL: Add FIT data-position property support
by Peng Fan
· 7 years ago
337bbb6
spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size
by Philipp Tomsich
· 7 years ago
a616c78
spl: fit: implement recording of loadables into /fit-images
by Philipp Tomsich
· 7 years ago
d879616
spl: fit: simplify logic for FDT loading for non-OS boots
by Philipp Tomsich
· 7 years ago
933f67a
spl: Fix compiling warning on gunzip argument
by York Sun
· 7 years ago
c8bc3c0
spl: fit: Add booting OS first
by York Sun
· 7 years ago
5fd13d9
spl: fit: Support both external and embedded data
by York Sun
· 7 years ago
7264f29
spl: fit: Eanble GZIP support for image decompression
by York Sun
· 7 years ago
3863f84
spl: fit: Break out some functions into a common file
by Cooper Jr., Franklin
· 7 years ago
411cf32
SPL: FIT: allow loading multiple images
by Andre Przywara
· 8 years ago
8baa381
SPL: FIT: factor out spl_load_fit_image()
by Andre Przywara
· 8 years ago
5c8c8fa
SPL: FIT: improve error handling
by Andre Przywara
· 8 years ago
736806f
SPL: FIT: rework U-Boot image loading
by Andre Przywara
· 8 years ago
4b9340a
SPL: FIT: refactor FDT loading
by Andre Przywara
· 8 years ago
f4d7d85
spl: Update spl_load_simple_fit() to take an spl_image param
by Simon Glass
· 8 years ago
3cc1f38
spl: fit: Fix the number of bytes read in raw mode
by Lokesh Vutla
· 8 years ago
da74d1f
spl: fit: add support for post-processing of images
by Daniel Allred
· 8 years ago
8aa57a9
spl: fit: Fix non-matching DT names console output
by Andreas Dannenberg
· 8 years ago
8b52870
spl: fit: Fix load address of fit header
by Lokesh Vutla
· 8 years ago
cfe32a4
spl: fit: Do not print selected dtb during fit load
by Lokesh Vutla
· 8 years ago
eafd541
spl: Allow to load a FIT containing U-Boot from FS
by Lokesh Vutla
· 8 years ago
4d9d34a
spl: fit: Fix the number of bytes read when reading fdt from fit
by Lokesh Vutla
· 8 years ago
90a7417
SPL: FIT: Align loading address for header
by Michal Simek
· 9 years ago
5adfa26
spl: fit: Print error message when FDT is not present
by Michal Simek
· 9 years ago
f1dcee5
spl: Add an option to load a FIT containing U-Boot
by Simon Glass
· 9 years ago