aboutsummaryrefslogtreecommitdiffstats
path: root/plat/allwinner/common
Commit message (Expand)AuthorAgeFilesLines
* allwinner: Fix incorrect ARISC code patch offset checkSamuel Holland2019-12-043-9/+6
* Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent2019-06-281-2/+0
* allwinner: Disable unused features to save spaceSamuel Holland2019-06-081-0/+9
* plat: allwinner: common: use r_wdog instead of wdogClément Péron2019-04-111-3/+3
* allwinner: Clean up CPU ops functionsSamuel Holland2019-02-174-21/+30
* allwinner: Constify data structuresSamuel Holland2019-02-172-2/+2
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-047-34/+50
* drivers/console: Link console framework code by defaultJulius Werner2018-12-061-2/+1
* allwinner: A64/H5: setup missing bus clocksAndre Przywara2018-11-141-0/+20
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-083-9/+9
* allwinner: Use the arisc to turn off ARM coresAndre Przywara2018-10-203-7/+159
* allwinner: Prepare for executing code on the management processorAndre Przywara2018-10-202-0/+53
* allwinner: Pass FDT address to sunxi_pmic_setup()Andre Przywara2018-10-202-2/+2
* allwinner: Find DTB in BL33 imageAndre Przywara2018-10-203-1/+58
* allwinner: H6: Factor out I2C platform setupAndre Przywara2018-10-202-0/+58
* allwinner: Introduce GPIO helper functionAndre Przywara2018-10-202-0/+30
* allwinner: Export sunxi_private.hAndre Przywara2018-10-206-16/+14
* allwinner: Pass SoC ID to sunxi_pmic_setup()Andre Przywara2018-10-202-2/+2
* allwinner: Introduce names for SoC IDsAndre Przywara2018-10-202-3/+7
* allwinner: Disable USE_COHERENT_MEMAndre Przywara2018-10-203-4/+4
* allwinner: Adjust memory mapping to fit into 256MBAndre Przywara2018-10-202-5/+15
* allwinner: Unify platform.mk filesAndre Przywara2018-10-201-0/+54
* drivers: i2c: mentor: move platform code into header filesAndre Przywara2018-09-191-0/+28
* allwinner: implement system power down on H6 w/ AXP805Icenowy Zheng2018-09-072-3/+3
* allwinner: call PMIC setup codeIcenowy Zheng2018-09-072-0/+4
* PSCI: Fix types of definitionsAntonio Nino Diaz2018-07-201-7/+8
* allwinner: Add Allwinner H6 SoC supportAndre Przywara2018-07-031-0/+3
* allwinner: Detect and output current SoCAndre Przywara2018-06-283-0/+34
* allwinner: Don't map boot ROMAndre Przywara2018-06-282-3/+1
* allwinner: Relax PSCI entry point checkAndre Przywara2018-06-281-2/+1
* allwinner: security: Fix SPC guardAndre Przywara2018-06-281-1/+1
* allwinner: cpu-ops: avoid PSCI on/off outputAndre Przywara2018-06-281-4/+4
* allwinner: common: add missing headerAndre Przywara2018-06-281-0/+2
* allwinner: Add BL32 (corresponds to Trusted OS) supportAmit Singh Tomar2018-06-282-2/+21
* allwinner: Add security setupAndre Przywara2018-06-153-0/+49
* allwinner: Add platform PSCI functions required for SMPSamuel Holland2018-06-151-0/+50
* allwinner: Add functions to control CPU power/resetSamuel Holland2018-06-154-0/+96
* allwinner: Introduce basic platform supportSamuel Holland2018-06-159-0/+372