TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
pfalcon
/
trusted-firmware-a
/
64deed19e4f78abd7f68393096dacb58f8be1fa3
/
include
/
drivers
64deed1
ARMv7: GICv2 driver can manage GICv1 with security extension
by Etienne Carriere
· 8 years ago
9b1eae9
plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled
by Qixiang Xu
· 8 years ago
b2c363b
ARM platforms: Migrate to using interrupt properties
by Jeenu Viswambharan
· 8 years ago
c639e8e
GIC: Allow specifying interrupt properties
by Jeenu Viswambharan
· 8 years ago
2296610
GIC: Add helpers to set interrupt configuration
by Jeenu Viswambharan
· 8 years ago
d55a445
GIC: Add API to set priority mask
by Jeenu Viswambharan
· 8 years ago
a2816a1
GIC: Add API to set/clear interrupt pending
by Jeenu Viswambharan
· 8 years ago
fc529fe
GIC: Add API to set interrupt routing
by Jeenu Viswambharan
· 8 years ago
8db978b
GIC: Add API to raise secure SGI
by Jeenu Viswambharan
· 8 years ago
74dce7f
GIC: Add APIs to set interrupt type and query support
by Jeenu Viswambharan
· 8 years ago
f3a8660
GIC: Add API to set interrupt priority
by Jeenu Viswambharan
· 8 years ago
979225f
GIC: Add APIs to enable and disable interrupt
by Jeenu Viswambharan
· 8 years ago
cbd3f37
GIC: Add API to get interrupt active status
by Jeenu Viswambharan
· 8 years ago
ca43b55
GIC: Add APIs to query interrupt types
by Jeenu Viswambharan
· 8 years ago
fa9db42
GICv2: Add driver API to set PE target mask
by Jeenu Viswambharan
· 8 years ago
eb68ea9
GIC: Add API to get running priority
by Jeenu Viswambharan
· 8 years ago
b258278
GICv3: ITS architectural save and restore helpers
by Soby Mathew
· 8 years ago
ebf1ca1
GICv3: add functions for save and restore
by Soby Mathew
· 8 years ago
b8fa2ed
Merge pull request #1107 from geesun/qx/add_ecdsa_support
by davidcunado-arm
· 8 years ago
dcbf393
Dynamic selection of ECDSA or RSA
by Qixiang Xu
· 8 years ago
9db9c65
Add support for TBBR using ECDSA keys in ARM platforms
by Qixiang Xu
· 8 years ago
e47ac1f
Fix type of `unsigned long` constants
by Antonio Nino Diaz
· 8 years ago
1154586
Add SMMUv3 driver
by Jeenu Viswambharan
· 8 years ago
e33fd44
CCI: Adapt for specific product at run time
by Jeenu Viswambharan
· 8 years ago
2a4b4b7
Fix order of #includes
by Isla Mitchell
· 8 years ago
bdd1cbf
Add headers to enable CryptoCell integration
by Soby Mathew
· 8 years ago
030567e
include: add U()/ULL() macros for constants
by Varun Wadekar
· 8 years ago
1001202
Add support for RSASSAPSS algorithm in mbedtls crypto driver
by Soby Mathew
· 8 years ago
9260f92
Merge pull request #955 from hzhuang1/ufs
by danh-arm
· 8 years ago
7e08084
drivers: add designware ufs driver
by Haojian Zhuang
· 8 years ago
eb5073f
drivers: add ufs stack
by Haojian Zhuang
· 8 years ago
ab1794f
mbedtls: Use `tf_snprintf` instead of `snprintf`
by Antonio Nino Diaz
· 8 years ago
b188351
mbedtls: Namespace for TF specific macros
by David Cunado
· 8 years ago
82cb2c1
Use SPDX license identifiers
by dp-arm
· 8 years ago
f07d398
Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush
by davidcunado-arm
· 8 years ago
73e0528
Add console_flush() to console API
by Antonio Nino Diaz
· 8 years ago
66b4c16
mbedtls: Namespace TF specific macros
by dp-arm
· 8 years ago
5dbdb7d
drivers: add designware emmc driver
by Haojian Zhuang
· 9 years ago
44f1c0b
Merge pull request #807 from nmenon/upstream/fix-16650-rx
by davidcunado-arm
· 9 years ago
861ac52
uart: 16550: Fix getc
by Nishanth Menon
· 9 years ago
9acdafb
Merge pull request #793 from jeenu-arm/gic-changes
by danh-arm
· 9 years ago
d780699
GICv3: Introduce power management APIs for Redistributor
by Jeenu Viswambharan
· 9 years ago
ede939f
Fix incorrect copyright notices
by Antonio Nino Diaz
· 9 years ago
80d4d74
emmc/sd: for C99 compliance, changed the unsigned char/short bitfield to unsigned int bitfields
by Qixiang.Xu
· 9 years ago
201b66b
partition: check GPT partition table
by Haojian Zhuang
· 9 years ago
445b1e7
emmc: support CMD23
by Haojian Zhuang
· 9 years ago
61e3027
GICv3: Fix the GICD_IROUTER offset
by Soby Mathew
· 9 years ago
4c0d039
Rework type usage in Trusted Firmware
by Soby Mathew
· 9 years ago
f9455ce
Merge pull request #629 from ljerry/tf_issue_398
by danh-arm
· 9 years ago
a7e5303
Merge pull request #632 from rockchip-linux/support-for-gpio-driver-v2
by danh-arm
· 9 years ago
1958898
gpio: support gpio set/get pull status
by Caesar Wang
· 9 years ago
6331a31
CCN: Add API to query the PART0 ID from CCN
by Soby Mathew
· 9 years ago
0bcedb2
Implement generic delay timer
by Antonio Nino Diaz
· 9 years ago
3385f41
Bring IO storage dummy driver
by Gerald Lejeune
· 10 years ago
2da3604
drivers: add emmc stack
by Haojian Zhuang
· 9 years ago
9da7a65
IO: support block device type
by Haojian Zhuang
· 9 years ago
9fbdb80
Use unsigned long long instead of uintptr_t in TZC400/DMC500 drivers
by Yatharth Kochar
· 9 years ago
5d787dd
Merge pull request #569 from Xilinx/zynqmp-v1
by danh-arm
· 9 years ago
105b59e
Merge pull request #575 from soby-mathew/sm/new_tzc_driver
by danh-arm
· 9 years ago
b5e6d09
drivers: Add Cadence UART driver
by Soren Brinkmann
· 9 years ago
f568604
Add ARM CoreLink DMC-500 driver to program TrustZone protection
by Vikram Kanigiri
· 10 years ago
6b47706
Refactor the ARM CoreLink TZC-400 driver
by Vikram Kanigiri
· 10 years ago
48279d5
TBB: add non-volatile counter support
by Juan Castillo
· 10 years ago
094a935
Merge pull request #518 from hzhuang1/pl061_gpio_v5
by danh-arm
· 9 years ago
0ab3f9a
arm: gpio: add pl061 driver
by Haojian Zhuang
· 10 years ago
1ffecc2
gpio: add gpio framework
by Haojian Zhuang
· 10 years ago
e9ec3ce
Move private APIs in gic_common.h to a private header
by Soby Mathew
· 10 years ago
38a7861
Fix GIC_IPRIORITYR setting in new drivers
by Soby Mathew
· 10 years ago
51b5748
Merge pull request #501 from jcastillo-arm/jc/tf-issues/300
by danh-arm
· 10 years ago
9400b40
Disable PL011 UART before configuring it
by Juan Castillo
· 10 years ago
65cd299
Remove direct usage of __attribute__((foo))
by Soren Brinkmann
· 10 years ago
70ecb56
Migrate __warn_deprecated -> __deprecated
by Soren Brinkmann
· 10 years ago
b313d75
Rearrange fields in TF data structures to reduce padding
by Soby Mathew
· 10 years ago
aa85691
Always build with '-pedantic'
by Sandrine Bailleux
· 10 years ago
a84deb9
Merge pull request #465 from jcastillo-arm/jc/tbb_mbedtls_2_x
by danh-arm
· 10 years ago
649dbf6
Move up to mbed TLS 2.x
by Juan Castillo
· 10 years ago
0c3a0b9
Merge pull request #463 from jcastillo-arm/jc/tf-issues/216
by danh-arm
· 10 years ago
12f654b
De-feature PL011 UART driver to match generic UART spec
by Juan Castillo
· 10 years ago
7ee2b8b
Merge pull request #462 from soby-mathew/sm/runtime_console
by danh-arm
· 10 years ago
487461c
Introduce console_uninit() API in ARM Trusted Firmware
by Soby Mathew
· 10 years ago
4ca473d
Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2
by danh-arm
· 10 years ago
8d297cc
Merge pull request #455 from jcastillo-arm/jc/fvp_delay_timer
by danh-arm
· 10 years ago
f879f00
Merge pull request #454 from yatharth-arm/vk/deprecate-cci-400
by danh-arm
· 10 years ago
9703bb1
Add CCI-400 specific driver to deprecated driver list
by Vikram Kanigiri
· 10 years ago
03ffb6b
Rename GICv3 interrupt group macros
by Soby Mathew
· 10 years ago
540a5ba
Fix SP804 delay timer on FVP
by Juan Castillo
· 10 years ago
f3974ea
Merge pull request #446 from vikramkanigiri/vk/tzc-400
by danh-arm
· 10 years ago
609ebce
Fix TZC-400 peripheral detection
by Vikram Kanigiri
· 10 years ago
3804197
Add a simple ARM SP805 watchdog driver
by Juan Castillo
· 11 years ago
23a4501
Deprecate the GIC Legacy driver.
by Soby Mathew
· 10 years ago
464ce2b
Add ARM GICv2 driver
by Soby Mathew
· 10 years ago
df37373
Add ARM GICv3 driver without support for legacy operation
by Achin Gupta
· 10 years ago
e098e24
Remove deprecated IO return definitions
by Juan Castillo
· 10 years ago
7e26fe1
IO Framework: use standard errno codes as return values
by Juan Castillo
· 10 years ago
41099f4
Merge pull request #401 from sandrine-bailleux/sb/fix-sp804-bug-v2
by danh-arm
· 10 years ago
5431287
Bug fix in the SP804 dual timer driver
by Sandrine Bailleux
· 10 years ago
fd6007d
Add a generic driver for ARM CCN IP
by Achin Gupta
· 10 years ago
883852c
Separate CSS security setup from SOC security setup
by Vikram Kanigiri
· 10 years ago
0246297
Use uintptr_t as base address type in ARM driver APIs
by Juan Castillo
· 11 years ago
7d37aa1
TBB: add mbedTLS authentication related libraries
by Juan Castillo
· 10 years ago
Next »