Merge branch '2019-12-06-master-imports'
- Allow for the sysboot command, which is used to parse extlinux.conf files to be used without PXE support. There is no functional change here aside from fixing distro boot in a few cases where we actually lacked the ability to parse the extlinux.conf file - Add the x509/pkcs7 parsers from Linux, a pre-requisite to EFI Secure Boot support.
Showing
- Kconfig 1 addition, 0 deletionsKconfig
- Makefile 2 additions, 0 deletionsMakefile
- cmd/Kconfig 7 additions, 0 deletionscmd/Kconfig
- cmd/Makefile 2 additions, 1 deletioncmd/Makefile
- cmd/nvedit.c 17 additions, 0 deletionscmd/nvedit.c
- cmd/pxe.c 54 additions, 1618 deletionscmd/pxe.c
- cmd/pxe_utils.c 1352 additions, 0 deletionscmd/pxe_utils.c
- cmd/pxe_utils.h 88 additions, 0 deletionscmd/pxe_utils.h
- cmd/sysboot.c 134 additions, 0 deletionscmd/sysboot.c
- doc/README.asn1 40 additions, 0 deletionsdoc/README.asn1
- drivers/rtc/Kconfig 1 addition, 0 deletionsdrivers/rtc/Kconfig
- drivers/rtc/Makefile 0 additions, 1 deletiondrivers/rtc/Makefile
- fs/ubifs/ubifs.c 1 addition, 18 deletionsfs/ubifs/ubifs.c
- include/crypto/internal/rsa.h 57 additions, 0 deletionsinclude/crypto/internal/rsa.h
- include/crypto/pkcs7.h 47 additions, 0 deletionsinclude/crypto/pkcs7.h
- include/crypto/public_key.h 90 additions, 0 deletionsinclude/crypto/public_key.h
- include/env.h 10 additions, 0 deletionsinclude/env.h
- include/keys/asymmetric-type.h 88 additions, 0 deletionsinclude/keys/asymmetric-type.h
- include/linux/asn1.h 65 additions, 0 deletionsinclude/linux/asn1.h
- include/linux/asn1_ber_bytecode.h 89 additions, 0 deletionsinclude/linux/asn1_ber_bytecode.h
Loading
Please register or sign in to comment