summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-25tpm: add PCR authentication commands supportMiquel Raynal
2018-05-25tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal
2018-05-25tpm: add dictionary attack mitigation commands supportMiquel Raynal
2018-05-25tpm: add TPM2_GetCapability command supportMiquel Raynal
2018-05-25tpm: add TPM2_PCR_Read command supportMiquel Raynal
2018-05-25tpm: add TPM2_PCR_Extend command supportMiquel Raynal
2018-05-25tpm: add TPM2_Clear command supportMiquel Raynal
2018-05-25tpm: add TPM2_SelfTest command supportMiquel Raynal
2018-05-25tpm: add TPM2_Startup command supportMiquel Raynal
2018-05-25tpm: report driver error code to upper layerMiquel Raynal
2018-05-25tpm: add possible traces to analyze buffers returned by the TPMMiquel Raynal
2018-05-25tpm: add macros to enhance TPM commands readabilityMiquel Raynal
2018-05-25tpm: prepare support for TPMv2.x commandsMiquel Raynal
2018-05-25tpm: add missing parameter in private data structure descriptionMiquel Raynal
2018-05-25tpm: disociate TPMv1.x specific and generic codeMiquel Raynal
2018-05-25tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal
2018-05-25tpm: add Revision ID field in the chip structureMiquel Raynal
2018-05-25tpm: add extra blank lines between declarations and codeMiquel Raynal
2018-05-25tpm: fix spellingMiquel Raynal
2018-05-25tpm: use the BIT() macro where applicableMiquel Raynal
2018-05-25tpm: align arguments with open parenthesisMiquel Raynal
2018-05-25tpm: substitute deprecated uint<x>_t types with their u<x> equivalentMiquel Raynal
2018-05-25tpm: remove extra spaces between a function and its opening bracketMiquel Raynal
2018-05-25tpm: remove redundant blank lineMiquel Raynal
2018-05-24Merge tag 'arc-uart-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arcTom Rini
2018-05-24Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini
2018-05-24ARC: Enable debug UART on nSIM boardsAlexey Brodkin
2018-05-24serial/serial_arc: Implement debug serialAlexey Brodkin
2018-05-24serial: Convert ARC_SERIAL to KconfigAlexey Brodkin
2018-05-24ARC: enable debug uart for HSDK and AXS10x boardsEugeniy Paltsev
2018-05-24ARC: init debug uart in early common arc codeEugeniy Paltsev
2018-05-24rpi: Change load addresses to make more room for the kernel & DTBTuomas Tynkkynen
2018-05-23spl: Add full fitImage supportMarek Vasut
2018-05-23pylibfdt: Add missing CC and LD to MakefileMarek Vasut
2018-05-23scripts: add decodecode from LinuxHeinrich Schuchardt
2018-05-23arm: print instructions pointed to by pcHeinrich Schuchardt
2018-05-23arm64: timer: Create timer_get_bootus for bootstage supportMichal Simek
2018-05-23Makefile: adopt --std=gnu11 for HOSTCFLAGS on LinuxPhilipp Tomsich
2018-05-23twister: Let SPL load U-Boot from MMCLadislav Michl
2018-05-23fit: Add standalone image type handlingMarek Vasut
2018-05-23fit: Add empty fit_print_contents() and fit_image_print()Marek Vasut
2018-05-23fit: Fix CONFIG_FIT_SPL_PRINTMarek Vasut
2018-05-23spl: fit: Add support for loading FPGA bitstreamMarek Vasut
2018-05-23bootcount: Add bootcount commandAlex Kiernan
2018-05-23configs: sama5d2_xplained: fix bootcmd/args for spi+emmc demoEugen Hristev
2018-05-23configs: sama5d2_xplained: set default FAT env location to SD-CardEugen Hristev
2018-05-23doc: expand README.commandsHeinrich Schuchardt
2018-05-23test: fs: fs-test: Modified test 1 to do a ls to a nonexistent dirEugen Hristev
2018-05-23fs: ext4: fix crash on ext4lsEugen Hristev
2018-05-23i2c: Drop CONFIG_SH_SH7734_I2CTuomas Tynkkynen