u-boot-brain/lib
Tom Rini fe4243870d Pull request for UEFI sub-system for v2019.10-rc1 (2)
* Implement the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event.
 * Address errors of type -Werror=address-of-packed-member when building
   with GCC9.1
 * Fix an error when adding memory add addres 0x00000000.
 * Rework some code comments for Sphinx compliance.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEbcT5xx8ppvoGt20zxIHbvCwFGsQFAl0vSQEACgkQxIHbvCwF
 GsQfxQ//d/i5Ix7V5rtm9U1ew2lkaQw5O1/E//Ta//0AeWLaEnFf0ln1Fx5jLF6E
 f70uE6iDRgnxfZWD/rnCqv7HZrokpy3GuXnUfAZTgEvsngqicw8dAAU9Ql9Q62i9
 N302GhaCGkbBp3MBOLRBXJmKuTnnzfU7jkeYo1tZbZe3AoqSNtI8ND86DHSotuUM
 9Ck5367LdcG5O86N8gIxBtCcnthq94GgS/tY69iuPhhKqN3oV6MbzjqmI4wtkVH6
 RhJSQspTsmyKTSivbcgpgIPXJJnTwh0nZcQWmzC81ehU3LF9i1M1J4SAqsZ7kpgt
 jWY959iXnd7iNfwFiCTLpf+mDrviyPzntt/aE8ras5IwbQdiwZONeQ/mhkP2Snoo
 RDX+dB3JqpyO/T+4uMdq+2saYBtKZ9CUKclqqh/xwvv5Bs63qHGC3KKYnjQx1sKA
 k5QD3XSOPDLYbqQBIcgiB9T5TWkO1igJVEWRxPtExl31DTkSXy6f7G1F7sZ+Ey+5
 gugIhNeTCme4a9bSIc7FjFaZSvPR2SNd8azUkSfso6Vqd9bNRShBF7pImlrCRmj8
 Xc0sknW824LOdeM6ZC54J7lYKyLfL3HljzYSiM7KExt21mAjNHWXt312hINr6SOA
 gz+/Osdyrv8GniP86Zw3kACto6Chaw51PEV1WReYPT3LNwinvoU=
 =aj4j
 -----END PGP SIGNATURE-----

Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi

Pull request for UEFI sub-system for v2019.10-rc1 (2)

* Implement the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event.
* Address errors of type -Werror=address-of-packed-member when building
  with GCC9.1
* Fix an error when adding memory add addres 0x00000000.
* Rework some code comments for Sphinx compliance.
2019-07-23 22:29:53 -04:00
..
at91
bzip2
dhry
efi efi_loader: consistent naming of protocol GUIDs 2019-04-23 00:37:27 +02:00
efi_driver efi_driver: use Sphinx style comments 2019-07-16 22:17:18 +00:00
efi_loader efi_loader: unaligned access in efi_file_from_path() 2019-07-16 22:17:23 +00:00
efi_selftest efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE 2019-07-16 22:17:16 +00:00
libavb libavb: Handle wrong hashtree_error_mode in avb_append_options() 2018-08-24 13:19:53 -04:00
libfdt libfdt: Add phandle generation helper 2019-04-11 20:10:50 -06:00
lzma
lzo
optee optee: adjust dependencies and default values for dram 2018-10-22 14:37:28 +02:00
rsa lib: rsa: add support to other openssl engine types than pkcs11 2019-07-18 11:31:23 -04:00
tizen
zlib
zstd lib: add Zstandard decompression support 2019-05-05 08:48:50 -04:00
addr_map.c
aes.c
asm-offsets.c
bch.c fix compile error on macOS Mojave 2019-04-03 10:26:46 -04:00
bitrev.c lib: bitrev: Sync with Linux kernel v4.17 2018-09-18 00:01:18 -06:00
charset.c efi_loader: support unaligned u16 strings 2019-07-16 22:17:22 +00:00
circbuf.c
crc7.c
crc8.c
crc16.c Roll CRC16-CCITT into the hash infrastructure 2018-12-08 20:18:44 -05:00
crc32.c lib: crc32: mark static variable as __efi_runtime_data 2018-12-23 02:39:52 +01:00
crc32c.c
ctype.c
display_options.c lib/display_options: avoid illegal memory access 2019-05-05 08:48:50 -04:00
div64.c div64: Don't instrument the division function 2019-04-23 20:26:43 -06:00
errno_str.c
errno.c
fdtdec_common.c
fdtdec_test.c fdtdec: test: Fix memory leak 2019-07-10 16:52:58 -06:00
fdtdec.c fdtdec: Add fdtdec_set_ethernet_mac_address() 2019-06-05 09:16:32 -07:00
gunzip.c
gzip.c
hang.c sandbox: Quit when hang() is called 2019-07-10 16:52:58 -06:00
hashtable.c hashtable: fix environment variable corruption 2019-02-09 07:50:54 -05:00
hexdump.c
image-sparse.c
Kconfig configs: Make USE_TINY_PRINTF depend on SPL||TPL and be default 2019-07-13 11:11:29 -04:00
ldiv.c
linux_compat.c Make kmalloc'ed memory really DMA-safe 2018-08-31 11:59:44 -04:00
linux_string.c
list_sort.c
lmb.c lmb: handle more than one DRAM BANK 2019-02-02 08:19:17 -05:00
lz4_wrapper.c image: android: allow booting lz4-compressed kernels 2019-04-24 07:27:32 -04:00
lz4.c
Makefile lib: Makefile: build fdtdec_common.c when OF_LIBFDT selected 2019-06-21 10:07:11 -04:00
md5.c
membuff.c
net_utils.c
of_live.c
panic.c
physmem.c sandbox: physmem: Use mapping to support sandbox 2018-12-05 06:01:34 -07:00
qsort.c
rand.c
rbtree.c
rc4.c
sha1.c
sha256.c
slre.c lib/slre: remove superfluous assignment 2018-09-05 16:02:34 -04:00
smbios.c sandbox: smbios: Update to support sandbox 2018-12-02 21:59:37 +01:00
string.c lib: Implement strndup() 2019-06-05 09:16:32 -07:00
strmhz.c
strto.c lib: strto: fix metric suffix parsing in strtoul[l] 2018-09-20 20:11:01 +05:30
tables_csum.c
time.c lib: time: export usec_to_tick() 2019-06-04 22:09:26 +02:00
tiny-printf.c
tpm-common.c tpm: Fix a logging warning in unpack_byte_string() 2018-12-05 06:01:34 -07:00
tpm-utils.h tpm: Convert to use a device parameter 2018-11-29 09:30:06 -07:00
tpm-v1.c tpm: simplify: tpm_set_global_lock() 2019-02-19 08:55:43 -05:00
tpm-v2.c tpm: Convert to use a device parameter 2018-11-29 09:30:06 -07:00
trace.c trace: do not limit trace buffer to 2GiB 2019-07-10 16:52:58 -06:00
uuid.c lib/vsprintf: allow printing upper case GUIDs 2019-06-07 10:52:30 -04:00
vsprintf.c lib/vsprintf: allow printing upper case GUIDs 2019-06-07 10:52:30 -04:00
xxhash.c lib: Add xxhash support 2019-05-05 08:48:50 -04:00