Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f02a81ab4f47ccde76cada2dcf6f9561f98c1e5e
/
lib
0b864f6
tpm: add PCR authentication commands support
by Miquel Raynal
· Tue May 15 11:57:20 2018 +0200
05d7be3
tpm: add TPM2_HierarchyChangeAuth command support
by Miquel Raynal
· Tue May 15 11:57:19 2018 +0200
228e990
tpm: add dictionary attack mitigation commands support
by Miquel Raynal
· Tue May 15 11:57:18 2018 +0200
2e52c06
tpm: add TPM2_GetCapability command support
by Miquel Raynal
· Tue May 15 11:57:17 2018 +0200
4c1a585
tpm: add TPM2_PCR_Read command support
by Miquel Raynal
· Tue May 15 11:57:16 2018 +0200
14d7235
tpm: add TPM2_PCR_Extend command support
by Miquel Raynal
· Tue May 15 11:57:15 2018 +0200
8df6f8d
tpm: add TPM2_Clear command support
by Miquel Raynal
· Tue May 15 11:57:14 2018 +0200
39c7608
tpm: add TPM2_SelfTest command support
by Miquel Raynal
· Tue May 15 11:57:13 2018 +0200
65a1a6c
tpm: add TPM2_Startup command support
by Miquel Raynal
· Tue May 15 11:57:12 2018 +0200
68b3f83
tpm: report driver error code to upper layer
by Miquel Raynal
· Tue May 15 11:57:11 2018 +0200
3eec088
tpm: add possible traces to analyze buffers returned by the TPM
by Miquel Raynal
· Tue May 15 11:57:10 2018 +0200
c9e0c32
tpm: add macros to enhance TPM commands readability
by Miquel Raynal
· Tue May 15 11:57:09 2018 +0200
f3b4350
tpm: prepare support for TPMv2.x commands
by Miquel Raynal
· Tue May 15 11:57:08 2018 +0200
4c6759e
tpm: disociate TPMv1.x specific and generic code
by Miquel Raynal
· Tue May 15 11:57:06 2018 +0200
294f82a
tpm: prepare introduction of TPMv2.x support in Kconfig
by Miquel Raynal
· Tue May 15 11:57:05 2018 +0200
82b0566
tpm: add extra blank lines between declarations and code
by Miquel Raynal
· Tue May 15 11:57:03 2018 +0200
a59aa34
tpm: fix spelling
by Miquel Raynal
· Tue May 15 11:57:02 2018 +0200
886ccc0
tpm: align arguments with open parenthesis
by Miquel Raynal
· Tue May 15 11:57:00 2018 +0200
d790f55
tpm: substitute deprecated uint<x>_t types with their u<x> equivalent
by Miquel Raynal
· Tue May 15 11:56:59 2018 +0200
c28d0c5
tpm: remove extra spaces between a function and its opening bracket
by Miquel Raynal
· Tue May 15 11:56:58 2018 +0200
171e5bf
tpm: remove redundant blank line
by Miquel Raynal
· Tue May 15 11:56:57 2018 +0200
ee4e36b
fdt: Add another Altera Arria10 clock init compatible
by Marek Vasut
· Sat May 12 11:56:10 2018 +0200
70df9d6
SPDX: Convert a few files that were missed before
by Tom Rini
· Mon May 07 17:02:21 2018 -0400
0ab7d63
Merge git://git.denx.de/u-boot-mmc
by Tom Rini
· Tue May 08 13:47:39 2018 -0400
c1e49ba
lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDT
by Tom Rini
· Tue May 08 08:52:17 2018 -0400
7b71a01
configs: TI: Enable FIT Library overlay support
by Praneeth Bajjuri
· Wed Apr 25 16:03:23 2018 -0500
42e214c
lib: fdtdec: drop the old compatible about max77686
by Jaehoon Chung
· Thu Jan 25 16:11:03 2018 +0900
8b0c8a1
SPDX: Convert all of our multiple license tags to Linux Kernel style
by Tom Rini
· Sun May 06 18:27:01 2018 -0400
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
93c4d21
Consolidate __assert_failed into one implementation
by Alex Kiernan
· Thu Apr 19 04:32:56 2018 +0000
d07d0a0
spl: Disable printf if not required
by Alex Kiernan
· Thu Apr 19 04:32:55 2018 +0000
5b40428
spl: Split sprintf, strto* from SPL serial in Kconfig
by Alex Kiernan
· Thu Apr 19 04:32:54 2018 +0000
dcf36e9
lib/rsa: Kconfig: Remove superfluous 'depends on RSA'
by Eugeniu Rosca
· Sat Apr 21 14:00:10 2018 +0200
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· Wed Apr 18 13:50:47 2018 -0400
5500d71
efi_selftest: test EFI_DEVICE_PATH_UTILITIES_PROTOCOL
by Heinrich Schuchardt
· Mon Apr 16 07:59:10 2018 +0200
cb0f7ce
efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL
by Heinrich Schuchardt
· Mon Apr 16 07:59:09 2018 +0200
51ca4f5
efi_loader: correcty determine total device path length
by Heinrich Schuchardt
· Mon Apr 16 07:59:08 2018 +0200
01d48ed
efi_loader: correctly determine length of empty device path
by Heinrich Schuchardt
· Mon Apr 16 07:59:07 2018 +0200
60b5ab2
efi_loader: fix AppendDevicePath
by Heinrich Schuchardt
· Mon Apr 16 07:59:06 2018 +0200
b41c8e2
efi_loader: implement CreateDeviceNode
by Heinrich Schuchardt
· Mon Apr 16 07:59:05 2018 +0200
0c388db
efi_selftest: fix typo in efi_selftest_devicepath.c
by Heinrich Schuchardt
· Mon Apr 16 07:59:04 2018 +0200
a9d2260
efi_selftest: do not execute test if setup failed
by Heinrich Schuchardt
· Mon Apr 16 07:59:03 2018 +0200
7e69ef1
efi_loader: no support for ARMV7_NONSEC=y
by Heinrich Schuchardt
· Wed Apr 11 00:41:52 2018 +0200
5277a97
Revert "Kconfig: cmd: Make networking command dependent on NET"
by Joe Hershberger
· Fri Apr 13 15:26:39 2018 -0500
628ff20
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
by Tom Rini
· Mon Apr 09 11:05:44 2018 -0400
749d5c1
efi_loader: Check machine type in the image header
by Ivan Gorinov
· Thu Apr 05 18:32:06 2018 -0700
ad4d67c
efi_loader: completely initialize network
by Heinrich Schuchardt
· Tue Apr 03 22:06:52 2018 +0200
83d96b7
efi_loader: new functions to print loaded image information
by Heinrich Schuchardt
· Thu Apr 05 11:56:21 2018 +0200
b6f15e9
efi_selftest: test getinfo(EFI_FILE_SYSTEM_INFO)
by Heinrich Schuchardt
· Wed Apr 04 15:42:13 2018 +0200
65cc1be
efi_selftest: partition label for test image
by Heinrich Schuchardt
· Wed Apr 04 15:42:12 2018 +0200
37fb4b9
efi_loader: implement EFI_FILE_SYSTEM_INFO
by Heinrich Schuchardt
· Wed Apr 04 15:42:11 2018 +0200
e86380d
efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL
by Heinrich Schuchardt
· Wed Apr 04 15:42:09 2018 +0200
8f5faaa
Merge git://git.denx.de/u-boot-sunxi
by Tom Rini
· Wed Apr 04 09:18:38 2018 -0400
6b06e0d
efi_loader: use correct types in EFI_FILE_PROTOCOL
by Heinrich Schuchardt
· Tue Apr 03 22:37:11 2018 +0200
4c07b8e
efi_loader: ImageSize must be multiple of SectionAlignment
by Heinrich Schuchardt
· Tue Apr 03 22:29:32 2018 +0200
4f2102f
efi_loader: save image relocation address and size
by Heinrich Schuchardt
· Tue Apr 03 22:29:31 2018 +0200
4cde1fa
efi_loader: use efi_uintn_t for LoadImage
by Heinrich Schuchardt
· Tue Apr 03 22:29:30 2018 +0200
acf7bee
efi_loader: initialize device path on alloc
by Patrick Wildt
· Sun Mar 25 19:54:03 2018 +0200
c4e983f
efi_loader: Fix network DP with DM_ETH
by Alexander Graf
· Thu Mar 15 17:33:38 2018 +0100
33a83a3
efi_loader: Fix return value for efi_add_runtime_mmio
by Alexander Graf
· Thu Mar 15 15:08:16 2018 +0100
18f436c
efi_loader: Optimize GOP more
by Alexander Graf
· Thu Mar 15 15:02:29 2018 +0100
a3800bd
efi_loader: Optimize GOP switch
by Alexander Graf
· Thu Mar 15 15:02:28 2018 +0100
9370d5a
efi_loader: use __always_inline for pixel conversion
by Heinrich Schuchardt
· Fri Mar 16 19:59:06 2018 +0100
59b2095
efi_loader: RestoreTPL should execute queued events
by Heinrich Schuchardt
· Sat Mar 24 18:40:21 2018 +0100
86df48c
efi_loader: use TPL_NOTIFY for network timer event
by Heinrich Schuchardt
· Sat Mar 24 18:40:22 2018 +0100
5f86d33
efi_loader: correctly support parameter delta in Blt
by Heinrich Schuchardt
· Wed Mar 14 19:57:02 2018 +0100
9ca3071
efi_selftest: unit test for event groups
by Heinrich Schuchardt
· Sun Feb 18 15:17:53 2018 +0100
0a9b9e5
efi_selftest: fix device tree unit test
by Heinrich Schuchardt
· Mon Mar 12 19:52:25 2018 +0100
3e85217
efi: Correct header order in efi_memory
by Simon Glass
· Thu Mar 08 21:53:27 2018 +0100
3b7b3b6
efi_loader: use constants in efi_allocate_pages()
by Heinrich Schuchardt
· Tue Jan 30 21:08:00 2018 +0100
a0a61dd
efi_loader: show UEFI revision in helloworld
by Heinrich Schuchardt
· Mon Feb 05 18:24:26 2018 +0100
224d0d1
efi_selftest: unit test for EFI_SIMPLE_TEXT_INPUT_PROTOCOL
by Heinrich Schuchardt
· Sat Mar 03 15:39:53 2018 +0100
450d4c8
efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC
by Heinrich Schuchardt
· Tue Feb 06 22:00:22 2018 +0100
68e7f2d
efi_selftest: test gop bitblt
by Heinrich Schuchardt
· Wed Feb 07 22:14:23 2018 +0100
a2c715f
efi_loader: implement missing bit blit operations in gop
by Heinrich Schuchardt
· Wed Feb 07 22:14:22 2018 +0100
bf7f169
efi_loader: implement event groups
by Heinrich Schuchardt
· Sun Feb 18 15:17:52 2018 +0100
672d99e
efi_loader: define GUIDS for event groups
by Heinrich Schuchardt
· Sun Feb 18 15:17:51 2018 +0100
370c7a8
efi_loader: manage events in a linked list
by Heinrich Schuchardt
· Sun Feb 18 15:17:50 2018 +0100
9106459
efi_loader: fix formatting errors
by Heinrich Schuchardt
· Sun Feb 18 15:17:49 2018 +0100
f375f37
efi_loader: clear signaled state in CheckEvent
by Heinrich Schuchardt
· Sun Feb 18 11:32:02 2018 +0100
754ce10
efi_loader: check parameter in InstallConfigurationTable
by Heinrich Schuchardt
· Sun Feb 18 00:08:00 2018 +0100
aa503da
efi_loader: correct input of special keys
by Heinrich Schuchardt
· Mon Feb 19 18:53:29 2018 +0100
43d2799
efi_selftest: check installation of the device tree
by Heinrich Schuchardt
· Sat Mar 03 15:29:04 2018 +0100
44ab21b
efi_loader: support device tree for bootefi selftest
by Heinrich Schuchardt
· Sat Mar 03 15:29:03 2018 +0100
096db01
efi_loader: efi_get_time_init should return status code
by Heinrich Schuchardt
· Sat Mar 03 15:29:00 2018 +0100
099b3b7
efi_loader: exit status for efi_reset_system_init
by Heinrich Schuchardt
· Sat Mar 03 15:28:59 2018 +0100
f2704cc
efi_loader: consistently return efi_status_t efi_watchdog_register
by Heinrich Schuchardt
· Sat Mar 03 15:28:57 2018 +0100
6f5c73f
efi_loader: return efi_status_t from efi_net_register
by Heinrich Schuchardt
· Sat Mar 03 15:28:56 2018 +0100
b91c084
efi_loader: return efi_status_t from efi_gop_register
by Heinrich Schuchardt
· Sat Mar 03 15:28:55 2018 +0100
7a369c4
efi_loader: efi_smbios_register should have a return value
by Heinrich Schuchardt
· Sat Mar 03 15:28:54 2018 +0100
b6e6fdc
efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL
by Leif Lindholm
· Fri Mar 09 17:43:21 2018 +0100
7d1e477
efi_loader: remove deprecated ConsoleControlProtocol
by Heinrich Schuchardt
· Sat Mar 03 15:41:37 2018 +0100
c935c2f
efi_loader: parameter checks for LoadImage
by Heinrich Schuchardt
· Wed Mar 07 02:40:51 2018 +0100
3125a3e
sunxi: revert disabling of features
by Andre Przywara
· Wed Apr 04 01:31:22 2018 +0100
11580bf
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· Sun Apr 01 20:36:39 2018 -0400
d97843a
fdt_region: remove unneeded fdt_internal.h inclusion
by Masahiro Yamada
· Wed Mar 21 18:03:34 2018 +0900
6c0a849
efi_stub: Fix GDT_NOTSYS check
by Alexander Graf
· Mon Dec 04 16:33:26 2017 +0100
04ca815
bootm: optee: Add a bootm command for type IH_OS_TEE
by Bryan O'Donoghue
· Tue Mar 13 16:50:36 2018 +0000
0eceed6
optee: Add error printout
by Bryan O'Donoghue
· Tue Mar 13 16:50:34 2018 +0000
4915f9b
optee: Add optee_verify_bootm_image()
by Bryan O'Donoghue
· Tue Mar 13 16:50:33 2018 +0000
Next »