index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mach-snapdragon: Fix UART clock flow
Ramon Fried
2018-05-26
5
-12
/
+43
*
serial: serial_msm: initialize uart only before relocation
Ramon Fried
2018-05-26
1
-0
/
+4
*
serial: serial_msm: fail probe if settings clocks fails
Ramon Fried
2018-05-26
1
-2
/
+4
*
db820c: set clk node to be probed before relocation
Ramon Fried
2018-05-26
1
-0
/
+14
*
Remove CONFIG_MVGBE from config_whitelist.txt
Chris Packham
2018-05-26
1
-1
/
+0
*
PCI: Document pciauto_region_allocate()
Tuomas Tynkkynen
2018-05-26
1
-0
/
+13
*
PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resources
Tuomas Tynkkynen
2018-05-26
4
-6
/
+14
*
PCI: Add newlines to debug prints in pci_auto_common.c
Tuomas Tynkkynen
2018-05-26
1
-2
/
+2
*
doc: qemu-arm: Drop highmem=off references
Tuomas Tynkkynen
2018-05-26
1
-4
/
+3
*
ARM: qemu-arm: Bump RAM size in AArch64 MMU table
Tuomas Tynkkynen
2018-05-26
1
-1
/
+1
*
PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set
Tuomas Tynkkynen
2018-05-26
1
-0
/
+7
*
configs: add TPMv2.x support in Sandbox
Miquel Raynal
2018-05-25
5
-0
/
+5
*
sandbox: dts: add Sandbox TPMv2.x node
Miquel Raynal
2018-05-25
3
-0
/
+12
*
doc: device-tree-bindings: add Sandbox TPMv2.0 module info
Miquel Raynal
2018-05-25
1
-0
/
+11
*
tpm: add a Sandbox TPMv2.x driver
Miquel Raynal
2018-05-25
3
-1
/
+636
*
test/py: add TPMv2.x test suite
Miquel Raynal
2018-05-25
1
-0
/
+233
*
doc: device-tree-bindings: add TIS TPMv2.0 SPI module info
Miquel Raynal
2018-05-25
1
-0
/
+18
*
tpm2: tis_spi: add the possibility to reset the chip with a gpio
Miquel Raynal
2018-05-25
1
-0
/
+16
*
tpm: add support for TPMv2.x SPI modules
Miquel Raynal
2018-05-25
3
-0
/
+675
*
tpm: add PCR authentication commands support
Miquel Raynal
2018-05-25
3
-0
/
+177
*
tpm: add TPM2_HierarchyChangeAuth command support
Miquel Raynal
2018-05-25
3
-12
/
+105
*
tpm: add dictionary attack mitigation commands support
Miquel Raynal
2018-05-25
3
-0
/
+175
*
tpm: add TPM2_GetCapability command support
Miquel Raynal
2018-05-25
3
-0
/
+92
*
tpm: add TPM2_PCR_Read command support
Miquel Raynal
2018-05-25
3
-0
/
+98
*
tpm: add TPM2_PCR_Extend command support
Miquel Raynal
2018-05-25
3
-0
/
+85
*
tpm: add TPM2_Clear command support
Miquel Raynal
2018-05-25
3
-0
/
+75
*
tpm: add TPM2_SelfTest command support
Miquel Raynal
2018-05-25
3
-0
/
+47
*
tpm: add TPM2_Startup command support
Miquel Raynal
2018-05-25
3
-0
/
+56
*
tpm: report driver error code to upper layer
Miquel Raynal
2018-05-25
1
-1
/
+2
*
tpm: add possible traces to analyze buffers returned by the TPM
Miquel Raynal
2018-05-25
1
-1
/
+9
*
tpm: add macros to enhance TPM commands readability
Miquel Raynal
2018-05-25
1
-0
/
+6
*
tpm: prepare support for TPMv2.x commands
Miquel Raynal
2018-05-25
7
-0
/
+182
*
tpm: add missing parameter in private data structure description
Miquel Raynal
2018-05-25
1
-0
/
+1
*
tpm: disociate TPMv1.x specific and generic code
Miquel Raynal
2018-05-25
23
-752
/
+856
*
tpm: prepare introduction of TPMv2.x support in Kconfig
Miquel Raynal
2018-05-25
4
-19
/
+58
*
tpm: add Revision ID field in the chip structure
Miquel Raynal
2018-05-25
1
-0
/
+1
*
tpm: add extra blank lines between declarations and code
Miquel Raynal
2018-05-25
1
-0
/
+3
*
tpm: fix spelling
Miquel Raynal
2018-05-25
2
-5
/
+5
*
tpm: use the BIT() macro where applicable
Miquel Raynal
2018-05-25
1
-7
/
+7
*
tpm: align arguments with open parenthesis
Miquel Raynal
2018-05-25
2
-110
/
+110
*
tpm: substitute deprecated uint<x>_t types with their u<x> equivalent
Miquel Raynal
2018-05-25
3
-228
/
+220
*
tpm: remove extra spaces between a function and its opening bracket
Miquel Raynal
2018-05-25
1
-2
/
+2
*
tpm: remove redundant blank line
Miquel Raynal
2018-05-25
1
-1
/
+0
*
Merge tag 'arc-uart-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arc
Tom Rini
2018-05-24
12
-11
/
+82
|
\
|
*
ARC: Enable debug UART on nSIM boards
Alexey Brodkin
2018-05-24
4
-0
/
+16
|
*
serial/serial_arc: Implement debug serial
Alexey Brodkin
2018-05-24
2
-0
/
+35
|
*
serial: Convert ARC_SERIAL to Kconfig
Alexey Brodkin
2018-05-24
7
-11
/
+11
|
*
ARC: enable debug uart for HSDK and AXS10x boards
Eugeniy Paltsev
2018-05-24
3
-0
/
+15
|
*
ARC: init debug uart in early common arc code
Eugeniy Paltsev
2018-05-24
1
-0
/
+5
*
|
Merge tag 'signed-rpi-next' of git://github.com/agraf/u-boot
Tom Rini
2018-05-24
2
-243
/
+83
|
\
\
|
|
/
|
/
|
[next]