summaryrefslogtreecommitdiff
path: root/plat/hisilicon/hikey/hikey_bl1_setup.c
Commit message (Expand)AuthorAgeFilesLines
* fix: libc: use long for 64-bit types on aarch64Scott Branden2021-11-081-1/+3
* plat/hisilicon: do not keep mmc_device_info in stackYann Gautier2021-04-081-4/+4
* pl011: Use generic console_t data structureAndre Przywara2020-02-251-1/+1
* Move BL1 and BL2 private defines to bl_common.hAntonio Nino Diaz2019-01-151-1/+0
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-11/+13
* hikey: Use new console APIsJerome Forissier2018-11-081-2/+4
* hikey: Migrate to new interfacesAntonio Nino Diaz2018-09-281-22/+0
* plat/hikey: migrate to mmc frameworkHaojian Zhuang2018-08-101-4/+6
* types: use int-ll64 for both aarch32 and aarch64Masahiro Yamada2018-04-271-1/+1
* Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointersDimitris Papastamos2018-03-291-19/+2
|\
| * Clean usage of void pointers to access symbolsJoel Hutton2018-03-271-19/+2
* | plat/hikey: boot memory layout to dedicated fileMichael Brandl2018-03-121-2/+2
|/
* Merge pull request #1277 from hzhuang1/testing/bl2_el3_v0.6davidcunado-arm2018-03-081-396/+2
|\
| * hikey: move out duplicated codeHaojian Zhuang2018-03-051-379/+0
| * hikey: migrate to bl2_el3Haojian Zhuang2018-03-051-5/+2
| * hikey: drop LOAD_IMAGE v1Haojian Zhuang2018-03-051-12/+0
* | hikey: fix build issue with CLANGHaojian Zhuang2018-03-061-2/+2
|/
* HiKey: make RTC out of reset modeHaojian Zhuang2017-10-181-0/+11
* hikey*: Add LOAD_IMAGE_V2 supportVictor Chong2017-09-011-4/+28
* hikey: Disable VBUS_DET interrupt for PMICLeo Yan2017-07-261-0/+5
* hikey: support BL1Haojian Zhuang2017-05-241-0/+551