- 30 Mar, 2016 1 commit
-
-
Alexander Spyridakis authored
-
- 21 Jul, 2015 3 commits
-
-
Alexander Spyridakis authored
- Sometimes CPU0 starts before all secondaries are up in vexpress increase wait time for all cores - Minor README fixes
-
Alexander Spyridakis authored
-
Alexander Spyridakis authored
- Separate secondary power off functions from system shutdown - Put vexpress cores in wfi state when powering down
-
- 26 Jun, 2015 1 commit
-
-
Alexander Spyridakis authored
Pass it properly as a define in the source files.
-
- 19 Jun, 2015 1 commit
-
-
Alexander Spyridakis authored
- CPU idle with wfi, instead of spinning - Various small changes
-
- 16 Jun, 2015 6 commits
-
-
Alvise Rigo authored
-
Alvise Rigo authored
For some reason, arm-none-eabi GCC 5.1 does not like the following way to allocate a static array: char array[10] = {0}; for an undefined reference of memset(). Changing the linker to gcc might solve the problem, for the time being workaround the problem initiating the memory manually.
-
Alvise Rigo authored
-
Alvise Rigo authored
-
Alvise Rigo authored
Export the target board type to the C source files, since some preprocessor conditional code is needed to handle properly the Vexpress model.
-
Alvise Rigo authored
-
- 11 Jun, 2015 2 commits
-
-
Alexander Spyridakis authored
Sample spinlock test case with the option to implement the spinlock by means of GCC atomic instructions or unsafe memory operations. Additionally, printf is wrapped around a spinlock to avoid concurrent access to the serial device. Suggested-by:
Jani Kokkonen <jani.kokkonen@huawei.com> Suggested-by:
Claudio Fontana <claudio.fontana@huawei.com> Signed-off-by:
Alexander Spyridakis <a.spyridakis@virtualopensystems.com>
-
Alexander Spyridakis authored
Minimal payload initialization for the virt machine model. Setup a stack and jump to C code, where CPU0 will boot any discovered secondary cores through PSCI. Immediately after all cores are turned-off and the guest is powered down. Added printf functionality is based on the multiboot test. In a similar manner this test is standalone and not part of 'make check'. Suggested-by:
Jani Kokkonen <jani.kokkonen@huawei.com> Suggested-by:
Claudio Fontana <claudio.fontana@huawei.com> Signed-off-by:
Alexander Spyridakis <a.spyridakis@virtualopensystems.com>
-