summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* sandbox: dts: add Sandbox TPMv2.x nodeMiquel Raynal2018-05-253-0/+12
* doc: device-tree-bindings: add Sandbox TPMv2.0 module infoMiquel Raynal2018-05-251-0/+11
* tpm: add a Sandbox TPMv2.x driverMiquel Raynal2018-05-253-1/+636
* test/py: add TPMv2.x test suiteMiquel Raynal2018-05-251-0/+233
* doc: device-tree-bindings: add TIS TPMv2.0 SPI module infoMiquel Raynal2018-05-251-0/+18
* tpm2: tis_spi: add the possibility to reset the chip with a gpioMiquel Raynal2018-05-251-0/+16
* tpm: add support for TPMv2.x SPI modulesMiquel Raynal2018-05-253-0/+675
* tpm: add PCR authentication commands supportMiquel Raynal2018-05-253-0/+177
* tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal2018-05-253-12/+105
* tpm: add dictionary attack mitigation commands supportMiquel Raynal2018-05-253-0/+175
* tpm: add TPM2_GetCapability command supportMiquel Raynal2018-05-253-0/+92
* tpm: add TPM2_PCR_Read command supportMiquel Raynal2018-05-253-0/+98
* tpm: add TPM2_PCR_Extend command supportMiquel Raynal2018-05-253-0/+85
* tpm: add TPM2_Clear command supportMiquel Raynal2018-05-253-0/+75
* tpm: add TPM2_SelfTest command supportMiquel Raynal2018-05-253-0/+47
* tpm: add TPM2_Startup command supportMiquel Raynal2018-05-253-0/+56
* tpm: report driver error code to upper layerMiquel Raynal2018-05-251-1/+2
* tpm: add possible traces to analyze buffers returned by the TPMMiquel Raynal2018-05-251-1/+9
* tpm: add macros to enhance TPM commands readabilityMiquel Raynal2018-05-251-0/+6
* tpm: prepare support for TPMv2.x commandsMiquel Raynal2018-05-257-0/+182
* tpm: add missing parameter in private data structure descriptionMiquel Raynal2018-05-251-0/+1
* tpm: disociate TPMv1.x specific and generic codeMiquel Raynal2018-05-2523-752/+856
* tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal2018-05-254-19/+58
* tpm: add Revision ID field in the chip structureMiquel Raynal2018-05-251-0/+1
* tpm: add extra blank lines between declarations and codeMiquel Raynal2018-05-251-0/+3
* tpm: fix spellingMiquel Raynal2018-05-252-5/+5
* tpm: use the BIT() macro where applicableMiquel Raynal2018-05-251-7/+7
* tpm: align arguments with open parenthesisMiquel Raynal2018-05-252-110/+110
* tpm: substitute deprecated uint<x>_t types with their u<x> equivalentMiquel Raynal2018-05-253-228/+220
* tpm: remove extra spaces between a function and its opening bracketMiquel Raynal2018-05-251-2/+2
* tpm: remove redundant blank lineMiquel Raynal2018-05-251-1/+0
* Merge tag 'arc-uart-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arcTom Rini2018-05-2412-11/+82
|\
| * ARC: Enable debug UART on nSIM boardsAlexey Brodkin2018-05-244-0/+16
| * serial/serial_arc: Implement debug serialAlexey Brodkin2018-05-242-0/+35
| * serial: Convert ARC_SERIAL to KconfigAlexey Brodkin2018-05-247-11/+11
| * ARC: enable debug uart for HSDK and AXS10x boardsEugeniy Paltsev2018-05-243-0/+15
| * ARC: init debug uart in early common arc codeEugeniy Paltsev2018-05-241-0/+5
* | Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini2018-05-242-243/+83
|\ \ | |/ |/|
| * rpi: Change load addresses to make more room for the kernel & DTBTuomas Tynkkynen2018-05-241-25/+36
| * mmc: Unirqify bcm2835_sdhost and fix writesAlexander Graf2018-05-231-218/+47
| * rpi: Adjust fdt_addr_r to a sane addressAlexander Graf2018-05-231-1/+1
* | spl: Add full fitImage supportMarek Vasut2018-05-232-0/+86
* | pylibfdt: Add missing CC and LD to MakefileMarek Vasut2018-05-231-1/+2
* | scripts: add decodecode from LinuxHeinrich Schuchardt2018-05-231-0/+125
* | arm: print instructions pointed to by pcHeinrich Schuchardt2018-05-231-0/+25
* | arm64: timer: Create timer_get_bootus for bootstage supportMichal Simek2018-05-231-0/+7
* | Makefile: adopt --std=gnu11 for HOSTCFLAGS on LinuxPhilipp Tomsich2018-05-231-0/+9
* | twister: Let SPL load U-Boot from MMCLadislav Michl2018-05-231-9/+8
* | fit: Add standalone image type handlingMarek Vasut2018-05-232-0/+3
* | fit: Add empty fit_print_contents() and fit_image_print()Marek Vasut2018-05-231-1/+3