index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
spl
/
spl_fit.c
Age
Commit message (
Expand
)
Author
2018-10-16
spl: fpga: Implement fpga bistream loading with fpga_load
Michal Simek
2018-09-27
Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblaze
Tom Rini
2018-09-26
spl: fit: Enable GZIP compression also for no kernel partitions
Michal Simek
2018-09-25
spl: Weed out CONFIG_SYS_TEXT_BASE usage
Marek Vasut
2018-07-19
spl: fit: display a message when an FPGA image is loaded
Luis Araneda
2018-07-10
spl: fit: verify images prior to post processing
Ben Whitten
2018-07-10
spl: fit: Fix support for loading FPGA bitstream
Marek Vasut
2018-05-23
spl: fit: Add support for loading FPGA bitstream
Marek Vasut
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-06
image: fit: Show firmware configuration property if present
Michal Simek
2018-03-19
SPL: Add signature verification when loading image
Jun Nie
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2017-12-12
SPL: Add FIT data-position property support
Peng Fan
2017-11-26
spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size
Philipp Tomsich
2017-11-26
spl: fit: implement recording of loadables into /fit-images
Philipp Tomsich
2017-11-26
spl: fit: simplify logic for FDT loading for non-OS boots
Philipp Tomsich
2017-09-22
spl: Fix compiling warning on gunzip argument
York Sun
2017-09-11
spl: fit: Add booting OS first
York Sun
2017-09-11
spl: fit: Support both external and embedded data
York Sun
2017-09-11
spl: fit: Eanble GZIP support for image decompression
York Sun
2017-07-10
spl: fit: Break out some functions into a common file
Cooper Jr., Franklin
2017-05-17
SPL: FIT: allow loading multiple images
Andre Przywara
2017-05-17
SPL: FIT: factor out spl_load_fit_image()
Andre Przywara
2017-05-17
SPL: FIT: improve error handling
Andre Przywara
2017-05-17
SPL: FIT: rework U-Boot image loading
Andre Przywara
2017-05-17
SPL: FIT: refactor FDT loading
Andre Przywara
2016-10-06
spl: Update spl_load_simple_fit() to take an spl_image param
Simon Glass
2016-07-22
spl: fit: Fix the number of bytes read in raw mode
Lokesh Vutla
2016-07-14
spl: fit: add support for post-processing of images
Daniel Allred
2016-06-04
spl: fit: Fix non-matching DT names console output
Andreas Dannenberg
2016-06-01
spl: fit: Fix load address of fit header
Lokesh Vutla
2016-05-27
spl: fit: Do not print selected dtb during fit load
Lokesh Vutla
2016-05-27
spl: Allow to load a FIT containing U-Boot from FS
Lokesh Vutla
2016-05-27
spl: fit: Fix the number of bytes read when reading fdt from fit
Lokesh Vutla
2016-05-27
SPL: FIT: Align loading address for header
Michal Simek
2016-05-23
spl: fit: Print error message when FDT is not present
Michal Simek
2016-03-14
spl: Add an option to load a FIT containing U-Boot
Simon Glass