summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-03-11Add "size" function to IO memmap device driverGerald Lejeune
2016-02-26Merge pull request #534 from jcastillo-arm/jc/fix_pl011danh-arm
2016-02-24Fix potential deadlock in PL011 init functionJuan Castillo
2016-02-22Merge pull request #518 from hzhuang1/pl061_gpio_v5danh-arm
2016-02-18Add support for %p in tf_printf()Antonio Nino Diaz
2016-02-12arm: gpio: add pl061 driverHaojian Zhuang
2016-02-12gpio: add gpio frameworkHaojian Zhuang
2016-02-11Merge pull request #517 from soby-mathew/sm/gic_set_prio_fixdanh-arm
2016-02-09Move private APIs in gic_common.h to a private headerSoby Mathew
2016-02-09Fix GIC_IPRIORITYR setting in new driversSoby Mathew
2016-02-09Fix race in GIC IPRIORITY and ITARGET accessorsSoby Mathew
2016-02-08Bug fix: Rectify logic to enter or exit from DVM domainVikram Kanigiri
2016-02-01Merge pull request #501 from jcastillo-arm/jc/tf-issues/300danh-arm
2016-01-21Disable PL011 UART before configuring itJuan Castillo
2016-01-14Remove direct usage of __attribute__((foo))Soren Brinkmann
2016-01-06Merge pull request #478 from sandrine-bailleux/sb/mbed-tls-pedanticdanh-arm
2016-01-05Always build with '-pedantic'Sandrine Bailleux
2016-01-04Add ret to return from console_uninit() functionJimmy Huang
2015-12-14Replace all SCP FW (BL0, BL3-0) referencesJuan Castillo
2015-12-14TBB: apply TBBR naming convention to certificates and extensionsJuan Castillo
2015-12-10Merge pull request #465 from jcastillo-arm/jc/tbb_mbedtls_2_xdanh-arm
2015-12-10Move up to mbed TLS 2.xJuan Castillo
2015-12-10Merge pull request #463 from jcastillo-arm/jc/tf-issues/216danh-arm
2015-12-10De-feature PL011 UART driver to match generic UART specJuan Castillo
2015-12-09Merge pull request #462 from soby-mathew/sm/runtime_consoledanh-arm
2015-12-09FWU: Add Generic Firmware Update framework support in BL1Yatharth Kochar
2015-12-09Introduce console_uninit() API in ARM Trusted FirmwareSoby Mathew
2015-12-09Merge pull request #458 from soby-mathew/sm/rem_tzc_base_assertdanh-arm
2015-12-08Remove the assert for TZC base during initializationSoby Mathew
2015-12-04Rename GICv3 interrupt group macrosSoby Mathew
2015-12-02Merge pull request #446 from vikramkanigiri/vk/tzc-400danh-arm
2015-11-27Fix TZC-400 peripheral detectionVikram Kanigiri
2015-11-27Add a simple ARM SP805 watchdog driverJuan Castillo
2015-11-26Add ARM GICv2 driverSoby Mathew
2015-11-26Add ARM GICv3 driver without support for legacy operationAchin Gupta
2015-11-02Remove deprecated IO return definitionsJuan Castillo
2015-10-12Fix debug assertion in deprecated CCI-400 driverSandrine Bailleux
2015-09-14Add a generic driver for ARM CCN IPAchin Gupta
2015-09-01Remove EL2/EL1 GICv3 register updatesVikram Kanigiri
2015-07-17Merge pull request #335 from jcastillo-arm/jc/sh_writedanh-arm
2015-07-16Fix bug in semihosting write functionJuan Castillo
2015-07-09Use uintptr_t as base address type in ARM driver APIsJuan Castillo
2015-06-25TBB: add TBBR Chain of TrustJuan Castillo
2015-06-25TBB: add mbedTLS authentication related librariesJuan Castillo
2015-06-25TBB: add authentication frameworkJuan Castillo
2015-06-25Use numbers to identify images instead of namesJuan Castillo
2015-06-18Add SP804 delay timer driverRyan Harkin
2015-06-17Add a simple delay timer driver APIRyan Harkin
2015-06-02Merge pull request #305 from achingupta/ag/tf-issues#306Achin Gupta
2015-05-29Driver for 16550 UART interfaceVarun Wadekar