TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
next
/
TF-A
/
trusted-firmware-a
/
bf75a3710ca67cbcc475be7df601e0dc2cd332c3
/
include
bf75a37
ARM platforms: Enable xlat tables lib v2
by Antonio Nino Diaz
· 8 years ago
ccbec91
Apply workaround for errata 813419 of Cortex-A57
by Antonio Nino Diaz
· 8 years ago
0b64f4e
Add dynamic region support to xlat tables lib v2
by Antonio Nino Diaz
· 8 years ago
7bb01fb
Add version 2 of xlat tables library
by Antonio Nino Diaz
· 8 years ago
9f1c5dd
cpus: denver: disable DCO operations from platform code
by Varun Wadekar
· 9 years ago
e956e22
cpus: Add support for all Denver variants
by Varun Wadekar
· 10 years ago
1a80e88
Merge pull request #841 from dp-arm/dp/debug-regs
by danh-arm
· 8 years ago
108e4df
Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroing
by davidcunado-arm
· 8 years ago
09fad49
Juno: Disable SPIDEN in release builds
by dp-arm
· 8 years ago
85e93ba
Disable secure self-hosted debug via MDCR_EL3/SDCR
by dp-arm
· 8 years ago
04c1db1
PSCI: Decouple PSCI stat residency calculation from PMF
by dp-arm
· 9 years ago
308d359
Introduce unified API to zero memory
by Douglas Raillard
· 9 years ago
888037e
PMF: Fixup PMF constants
by dp-arm
· 9 years ago
bcc2bf0
Merge pull request #821 from jeenu-arm/errata-printing
by danh-arm
· 9 years ago
10bcd76
Report errata workaround status to console
by Jeenu Viswambharan
· 9 years ago
b38bc68
Allow spin locks to be defined from assembly
by Jeenu Viswambharan
· 9 years ago
9edac04
Resolve build errors flagged by GCC 6.2
by David Cunado
· 9 years ago
aa050a7
stdlib: Import timingsafe_bcmp() from FreeBSD
by Antonio Nino Diaz
· 9 years ago
3443866
Merge pull request #818 from sandrine-bailleux-arm/sb/strnlen
by danh-arm
· 9 years ago
d67879d
Add strnlen() to local C library
by Sandrine Bailleux
· 9 years ago
4abd222
Merge pull request #800 from masahir0y/ifdef
by danh-arm
· 9 years ago
e02be20
Merge pull request #815 from hzhuang1/dwmmc_v3.9
by danh-arm
· 9 years ago
3d8256b
Use #ifdef for IMAGE_BL* instead of #if
by Masahiro Yamada
· 9 years ago
5dbdb7d
drivers: add designware emmc driver
by Haojian Zhuang
· 9 years ago
7b94e4b
Merge pull request #813 from antonio-nino-diaz-arm/an/libfdt
by danh-arm
· 9 years ago
23beccc
Merge pull request #812 from antonio-nino-diaz-arm/an/clear-static-vars
by danh-arm
· 9 years ago
c8d64c5
Fix declarations of cache maintenance functions
by Antonio Nino Diaz
· 9 years ago
f38d93f
Merge pull request #801 from masahir0y/cleanup
by davidcunado-arm
· 9 years ago
fc17f61
Merge pull request #790 from masahir0y/utils
by danh-arm
· 9 years ago
4749705
Move BL_COHERENT_RAM_BASE/END defines to common_def.h
by Masahiro Yamada
· 9 years ago
ecdc898
Use *_END instead of *_LIMIT for linker derived end addresses
by Masahiro Yamada
· 9 years ago
29440c1
libfdt: Replace v1.4.1 by v1.4.2
by Antonio Nino Diaz
· 9 years ago
44f1c0b
Merge pull request #807 from nmenon/upstream/fix-16650-rx
by davidcunado-arm
· 9 years ago
152c8c1
utils: move BIT(n) macro to utils.h
by Masahiro Yamada
· 9 years ago
861ac52
uart: 16550: Fix getc
by Nishanth Menon
· 9 years ago
fcab6bb
fiptool: Add support for operating on binary blobs using the UUID
by dp-arm
· 9 years ago
3df6012
Abort preempted TSP STD SMC after PSCI CPU suspend
by Douglas Raillard
· 9 years ago
153e5eb
Merge pull request #794 from douglas-raillard-arm/dr/fix_TSP_STD_FID_macro
by danh-arm
· 9 years ago
5388a58
Fix TSP_STD_FID macro
by Douglas Raillard
· 9 years ago
bd83b41
Merge pull request #791 from jeenu-arm/asm-assert-32
by danh-arm
· 9 years ago
67748e4
Merge pull request #788 from jeenu-arm/cpuops-framework
by danh-arm
· 9 years ago
9acdafb
Merge pull request #793 from jeenu-arm/gic-changes
by danh-arm
· 9 years ago
99c5eba
Export is_mem_free() function
by Sandrine Bailleux
· 9 years ago
19d2595
Merge pull request #785 from dp-arm/dp/nvcounter
by Dan Handley
· 9 years ago
28076fa
Merge pull request #781 from yatharth-arm/yk/aarch64_tbbr_load_img_v2
by danh-arm
· 9 years ago
5d93484
Merge pull request #779 from dp-arm/dp/rtinstr-cache
by danh-arm
· 9 years ago
78b4c5b
Merge pull request #778 from antonio-nino-diaz-arm/an/xlat-fixes
by danh-arm
· 9 years ago
e12cb61
AArch32: Print ASM_ASSERT and panic messages
by Jeenu Viswambharan
· 9 years ago
decc625
Merge pull request #782 from antonio-nino-diaz-arm/an/fix-copyright
by danh-arm
· 9 years ago
5dd9dbb
Add provision to extend CPU operations at more levels
by Jeenu Viswambharan
· 9 years ago
d35dee2
tbbr: Fix updating of Non-Trusted NV counter
by dp-arm
· 9 years ago
d17b953
Introduce ARM platform APIs for GICv3 Redistributor
by Jeenu Viswambharan
· 9 years ago
d780699
GICv3: Introduce power management APIs for Redistributor
by Jeenu Viswambharan
· 9 years ago
53d703a
Enable TRUSTED_BOARD_BOOT support for LOAD_IMAGE_V2=1
by Yatharth Kochar
· 9 years ago
ede939f
Fix incorrect copyright notices
by Antonio Nino Diaz
· 9 years ago
7941816
Add two timestamps to measure PSCI cache flush overhead
by dp-arm
· 9 years ago
9509f4f
Merge pull request #775 from soby-mathew/sm/AArch32_stack_align
by danh-arm
· 9 years ago
e60e74b
ARM platforms: Replace address space size defines
by Antonio Nino Diaz
· 9 years ago
0029624
Add PLAT_xxx_ADDR_SPACE_SIZE definitions
by Antonio Nino Diaz
· 9 years ago
d3d6c6e
Assert correct granularity when mapping a PA
by Antonio Nino Diaz
· 9 years ago
9f3ee61
AArch32: Fix the stack alignment issue
by Soby Mathew
· 9 years ago
1b5fa6e
Merge pull request #774 from jeenu-arm/no-return-macro
by danh-arm
· 9 years ago
ad64ab2
Merge pull request #772 from davidcunado-arm/dc/reset_debug_reg
by danh-arm
· 9 years ago
535f185
Merge pull request #770 from yatharth-arm/yk/AArch32_fixes
by danh-arm
· 9 years ago
413a1a3
Merge pull request #766 from soby-mathew/sm/scpi_reorg
by danh-arm
· 9 years ago
5486a96
Allow ARM Standard platforms to dynamically define PSCI capability
by Soby Mathew
· 9 years ago
b12a2b4
Introduce SCP power management abstraction
by Soby Mathew
· 9 years ago
a806dad
Define and use no_ret macro where no return is expected
by Jeenu Viswambharan
· 9 years ago
939f66d
Reset EL2 and EL3 configurable controls
by David Cunado
· 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
69d59e0
AArch32: Miscellaneous fixes in the AArch32 code
by Yatharth Kochar
· 9 years ago
b91d935
Add CFI debug frame information for ASM functions
by Douglas Raillard
· 9 years ago
495f3d3
Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR
by David Cunado
· 9 years ago
97fa6f5
Merge pull request #677 from hzhuang1/gpt
by danh-arm
· 9 years ago
e1c4274
Merge pull request #735 from soby-mathew/sm/aarch32_sctlr
by danh-arm
· 9 years ago
274e844
Merge pull request #730 from dp-arm/dp/uuid-cleanup
by danh-arm
· 9 years ago
b7b0787
Unify SCTLR initialization for AArch32 normal world
by Soby Mathew
· 9 years ago
9e23f9a
Remove non-standard <sys/cdefs.h> include from uuid.h
by dp-arm
· 9 years ago
872be88
Add PMF instrumentation points in TF
by dp-arm
· 9 years ago
f10796a
Introduce ARM SiP service
by dp-arm
· 9 years ago
9c1dceb
AArch32: Add `memcpy4` function in assembly
by Yatharth Kochar
· 9 years ago
58e946a
PSCI: Do psci_setup() as part of std_svc_setup()
by Soby Mathew
· 9 years ago
f426fc0
PSCI: Introduce PSCI Library argument structure
by Soby Mathew
· 9 years ago
03a3042
AArch32: Add support for ARM Cortex-A32 MPCore Processor
by Yatharth Kochar
· 9 years ago
d991551
AArch32: Support in SP_MIN to receive arguments from BL2
by Yatharth Kochar
· 9 years ago
f3b4914
AArch32: Add generic changes in BL1
by Yatharth Kochar
· 9 years ago
1a0a3f0
AArch32: Common changes needed for BL1/BL2
by Yatharth Kochar
· 9 years ago
a8aa7fe
ARM platform changes for new version of image loading
by Yatharth Kochar
· 9 years ago
42019bf
Changes for new version of image loading in BL1/BL2
by Yatharth Kochar
· 9 years ago
7260022
Add new version of image loading.
by Yatharth Kochar
· 9 years ago
201b66b
partition: check GPT partition table
by Haojian Zhuang
· 9 years ago
92455d8
Merge pull request #706 from dp-arm/dp/pmf-aligned-svc
by danh-arm
· 9 years ago
0980b8a
Merge pull request #705 from dp-arm/dp/pmf-macro-rename
by danh-arm
· 9 years ago
7a1b279
Merge pull request #702 from jeenu-arm/psci-node-hw-state
by danh-arm
· 9 years ago
3cc17aa
CSS: Implement support for NODE_HW_STATE
by Jeenu Viswambharan
· 9 years ago
28d3d61
PSCI: Add support for PSCI NODE_HW_STATE API
by Jeenu Viswambharan
· 9 years ago
e69c195
Merge pull request #707 from sandrine-bailleux-arm/sb/restore-xlat-defines
by davidcunado-arm
· 9 years ago
d5dbe87
Merge pull request #708 from sandrine-bailleux-arm/sb/forward-decs
by davidcunado-arm
· 9 years ago
afc931f
Add some missing forward declarations in plat_arm.h
by Sandrine Bailleux
· 9 years ago
e03f0b0
Restore some defines in xlat_tables.h
by Sandrine Bailleux
· 9 years ago
Next »