| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Makefile: build fdtdec_common.c when OF_LIBFDT selected | Peng Fan | 2019-06-21 | 1 | -1/+1 |
* | lib: add Zstandard decompression support | Marek Behún | 2019-05-05 | 1 | -0/+1 |
* | lib: Add xxhash support | Marek Behún | 2019-05-05 | 1 | -0/+1 |
* | initcall: Move to inline function | Alexander Graf | 2019-02-09 | 1 | -1/+0 |
* | tftp: prevent overwriting reserved memory | Simon Goldschmidt | 2019-01-16 | 1 | -2/+2 |
* | fdt: parse "reserved-memory" for memory reservation | Simon Goldschmidt | 2019-01-16 | 1 | -0/+1 |
* | common: command: Add support for $ auto-completion | Boris Brezillon | 2019-01-15 | 1 | -2/+1 |
* | Roll CRC16-CCITT into the hash infrastructure | Philipp Tomsich | 2018-12-08 | 1 | -0/+1 |
* | efi_selftest: simplify lib/efi_selftest/Makefile | Heinrich Schuchardt | 2018-12-02 | 1 | -1/+1 |
* | spl: lz4: Allow use of lz4 compression in SPL | Simon Glass | 2018-11-20 | 1 | -1/+1 |
* | tpm: Add support for SPL and TPL | Simon Glass | 2018-10-09 | 1 | -3/+7 |
* | test: unit tests for Unicode functions | Heinrich Schuchardt | 2018-09-23 | 1 | -1/+3 |
* | lib: build charset.o only if needed | Heinrich Schuchardt | 2018-09-23 | 1 | -1/+4 |
* | avb2.0: integrate avb 2.0 into the build system | Igor Opaniuk | 2018-06-18 | 1 | -0/+1 |
* | lib: Add hexdump | Alexey Brodkin | 2018-06-13 | 1 | -0/+1 |
* | mmc: Separate "mmc swrite" from fastboot | Alex Kiernan | 2018-05-30 | 1 | -0/+1 |
* | tpm: prepare support for TPMv2.x commands | Miquel Raynal | 2018-05-25 | 1 | -0/+1 |
* | tpm: disociate TPMv1.x specific and generic code | Miquel Raynal | 2018-05-25 | 1 | -1/+2 |
* | tpm: prepare introduction of TPMv2.x support in Kconfig | Miquel Raynal | 2018-05-25 | 1 | -1/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -3/+1 |
* | spl: Split sprintf, strto* from SPL serial in Kconfig | Alex Kiernan | 2018-04-28 | 1 | -9/+6 |
* | optee: Add lib entries for sharing OPTEE code across ports | Bryan O'Donoghue | 2018-03-19 | 1 | -0/+1 |
* | efi_driver: EFI block driver | Heinrich Schuchardt | 2018-01-22 | 1 | -0/+1 |
* | lib: allow building lzo for the SPL | Jean-Jacques Hiblot | 2017-10-05 | 1 | -1/+2 |
* | lib: Add CRC32-C | Marek Behún | 2017-10-02 | 1 | -0/+1 |
* | efi_selftest: provide an EFI selftest application | Heinrich Schuchardt | 2017-09-18 | 1 | -0/+1 |
* | lib: at91: Add logo files used via API of DM_VIDEO | Wenyou Yang | 2017-09-14 | 1 | -0/+1 |
* | lib: add some utf16 handling helpers | Rob Clark | 2017-09-12 | 1 | -0/+1 |
* | spl: fit: Eanble GZIP support for image decompression | York Sun | 2017-09-11 | 1 | -2/+3 |
* | lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata | Philipp Tomsich | 2017-08-13 | 1 | -5/+5 |
* | dm: Add a function to create a 'live' device tree | Simon Glass | 2017-06-01 | 1 | -0/+1 |
* | lib: move hash CONFIG options to Kconfig | Tom Rini | 2017-05-22 | 1 | -3/+3 |
* | x86: Move smbios generation into arch independent directory | Alexander Graf | 2016-10-19 | 1 | -0/+1 |
* | x86: Move table csum into separate file | Alexander Graf | 2016-10-19 | 1 | -0/+1 |
* | spl: saveenv: adding saveenv support in SPL | B, Ravi | 2016-10-08 | 1 | -0/+1 |
* | Use separate options for TPL support | Simon Glass | 2016-09-16 | 1 | -2/+7 |
* | dm: Don't include fdtdec functions when of-platdata is enabled | Simon Glass | 2016-07-14 | 1 | -3/+2 |
* | verified-boot: Minimal support for booting U-Boot proper from SPL | Teddy Reed | 2016-06-12 | 1 | -5/+4 |
* | lib: make strmhz available in SPL | Chris Packham | 2016-06-06 | 1 | -3/+2 |
* | efi_loader: hook up in build environment | Alexander Graf | 2016-03-15 | 1 | -0/+1 |
* | fdt: Allow libfdt to be used in SPL | Simon Glass | 2016-03-14 | 1 | -5/+1 |
* | Makefile: remove BUILD_TAG from KBUILD_CFLAGS | Stephen Warren | 2016-02-15 | 1 | -0/+1 |
* | lib: split out strtoxxxx functions out of vsprintf.c | Sjoerd Simons | 2015-12-13 | 1 | -3/+3 |
* | lib: Split panic functions out of vsprintf.c | Sjoerd Simons | 2015-12-13 | 1 | -3/+3 |
* | lib/tiny-printf.c: Add tiny printf function for space limited environments | Stefan Roese | 2015-11-23 | 1 | -1/+12 |
* | Add a circular memory buffer implementation | Simon Glass | 2015-11-19 | 1 | -0/+1 |
* | Add support for LZ4 decompression algorithm | Julius Werner | 2015-10-11 | 1 | -0/+1 |
* | of: clean up OF_CONTROL ifdef conditionals | Masahiro Yamada | 2015-08-18 | 1 | -7/+4 |
* | of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL | Masahiro Yamada | 2015-08-18 | 1 | -1/+7 |
* | efi: Add start-up library code | Simon Glass | 2015-08-05 | 1 | -0/+1 |