James Morrissey | ba3155b | 2013-10-29 10:56:46 +0000 | [diff] [blame] | 1 | ARM Trusted Firmware |
| 2 | ==================== |
Harry Liebel | cff4e29 | 2013-11-05 18:00:38 +0000 | [diff] [blame] | 3 | |
| 4 | Detailed changes since last release |
| 5 | ----------------------------------- |
| 6 | |
James Morrissey | ba3155b | 2013-10-29 10:56:46 +0000 | [diff] [blame] | 7 | * Support for Foundation FVP Version 2.0 added. |
Harry Liebel | cff4e29 | 2013-11-05 18:00:38 +0000 | [diff] [blame] | 8 | The documented UEFI configuration disables some devices that are unavailable |
| 9 | in the Foundation FVP, including MMC and CLCD. The resultant UEFI binary can |
| 10 | be used on the AEMv8 and Cortex-A57-A53 FVPs, as well as the Foundation FVP. |
James Morrissey | ba3155b | 2013-10-29 10:56:46 +0000 | [diff] [blame] | 11 | NOTE: The software will not work on Version 1.0 of the Foundation FVP. |
| 12 | |
| 13 | * Regression-checked against latest Base FVPs (Version 5.2). |
| 14 | |
| 15 | * The supplied FDTs expose the Interrupt Translation Service (ITS) available |
| 16 | in GICv3. |
Harry Liebel | cff4e29 | 2013-11-05 18:00:38 +0000 | [diff] [blame] | 17 | |
Sandrine Bailleux | 204aa03 | 2013-10-28 15:14:00 +0000 | [diff] [blame] | 18 | * Fixed various GCC compiler warnings. |
| 19 | |
Sandrine Bailleux | 3738274 | 2013-11-18 17:26:59 +0000 | [diff] [blame] | 20 | * Unmask SError and Debug exceptions in the trusted firmware. |
| 21 | Also route external abort and SError interrupts to EL3. |
| 22 | |
Harry Liebel | 375ae68 | 2013-11-18 16:05:21 +0000 | [diff] [blame] | 23 | * The amount of physical RAM available to Linux as specified in the FDTs for |
| 24 | Base FVPs have been increased from 2GB to 4GB. This resolves the issue of |
| 25 | failing to start user-space when using a RAM-disk file-system. |
| 26 | |
James Morrissey | eaaeece | 2013-11-01 13:56:59 +0000 | [diff] [blame] | 27 | * Build products are now created in a separate build directory tree. |
| 28 | |
Sandrine Bailleux | cd29b0a | 2013-11-27 10:32:17 +0000 | [diff] [blame] | 29 | * Analyze at link-time whether bootloader images will fit in memory and won't |
| 30 | overlap each other at run time. If it is not the case then image linking |
| 31 | will now fail. |
| 32 | |
| 33 | * Reduce the size of the bootloader images by cutting some sections out of |
| 34 | their disk images and allocating them at load time, whenever possible. |
| 35 | |
| 36 | * Properly initialise the C runtime environment. C code can now safely assume |
| 37 | that global variables are initialised to 0 and that initialised data holds |
| 38 | the correct value. |
| 39 | |
| 40 | * General changes on the memory layout: some sections have been moved, some of |
| 41 | them have been merged together, and some alignment constraints on sections |
| 42 | have changed. |
Harry Liebel | cff4e29 | 2013-11-05 18:00:38 +0000 | [diff] [blame] | 43 | |
Dan Handley | ab2d31e | 2013-12-02 19:25:12 +0000 | [diff] [blame] | 44 | * Enable third party contributions. Add a new contributing.md containing |
| 45 | instructions for how to contribute and update copyright text in all files to |
| 46 | acknowledge contributors. |
| 47 | |
Achin Gupta | b127cdb | 2013-11-12 16:40:00 +0000 | [diff] [blame] | 48 | * The wake up enable bit in the FVP power controller is cleared when a cpu is |
| 49 | physically powered up to prevent a spurious wake up from a subsequent cpu |
| 50 | off state. |
Dan Handley | ab2d31e | 2013-12-02 19:25:12 +0000 | [diff] [blame] | 51 | |
Achin Gupta | 994dfce | 2013-10-26 13:10:31 +0100 | [diff] [blame] | 52 | * Definitions of some constants related to the PSCI api calls AFFINITY_INFO |
| 53 | and CPU_SUSPEND have been corrected. |
| 54 | |
Achin Gupta | c8afc78 | 2013-11-25 18:45:02 +0000 | [diff] [blame] | 55 | * A bug which triggered an error condition in the code executed after a cpu |
| 56 | is powered on, if a non zero context id parameter was passed in the PSCI |
| 57 | CPU_ON and CPU_SUSPEND api calls has been corrected. |
| 58 | |
Achin Gupta | 2d94d4a | 2013-11-05 11:10:38 +0000 | [diff] [blame] | 59 | * A restriction in the FVP code which did not allow the non-secure entrypoint |
| 60 | to lie outside the DRAM has been removed. |
| 61 | |
Achin Gupta | dc98e53 | 2013-11-26 15:34:12 +0000 | [diff] [blame] | 62 | * The PSCI CPU_SUSPEND api has been stabilised to an extent where it can be |
| 63 | used for entry into power down states with the following restrictions: |
| 64 | - Entry into standby states is not supported. |
| 65 | - The api is only supported on the AEMv8 Base FVP. |
| 66 | |
Achin Gupta | dc98e53 | 2013-11-26 15:34:12 +0000 | [diff] [blame] | 67 | * The PSCI AFFINITY_INFO api has undergone limited testing on the AEMv8 Base |
| 68 | FVP to allow experimental use. |
| 69 | |
| 70 | * Locks corresponding to each affinity level are acquired and released in |
| 71 | the correct sequence in the PSCI implementation. Invocation of the PSCI |
| 72 | CPU_SUSPEND and CPU_OFF apis simultaneously across cpus & clusters should |
| 73 | not result in unexpected behaviour. |
| 74 | |
Sandrine Bailleux | ee12f6f | 2013-11-28 14:55:58 +0000 | [diff] [blame] | 75 | * The API to return the memory layout structures for each bootloader stage has |
| 76 | undergone change. A pointer to these structures is returned instead of their |
| 77 | copy. |
| 78 | |
Harry Liebel | a960f28 | 2013-12-12 16:03:44 +0000 | [diff] [blame] | 79 | * Required C library and runtime header files are now included locally in ARM |
| 80 | Trusted Firmware instead of depending on the toolchain standard include |
| 81 | paths. The local implementation has been cleaned up and reduced in scope. |
| 82 | Implementations for `putchar()` and `strchr()` were added to the local C |
| 83 | library. |
| 84 | |
Harry Liebel | 0af6d64 | 2013-12-20 18:51:12 +0000 | [diff] [blame] | 85 | * GCC compiler built-in function support has been disabled in order to improve |
| 86 | compiler independence. |
| 87 | |
Dan Handley | 5407885 | 2014-01-14 13:20:12 +0000 | [diff] [blame^] | 88 | * The references to GitHub issues in the documentation now to point to a |
| 89 | separate issue tracking repository |
| 90 | https://github.com/ARM-software/tf-issues. |
| 91 | |
Sandrine Bailleux | ee12f6f | 2013-11-28 14:55:58 +0000 | [diff] [blame] | 92 | |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 93 | ARM Trusted Firmware - version 0.2 |
| 94 | ================================== |
| 95 | |
| 96 | New features |
| 97 | ------------ |
| 98 | |
| 99 | * First source release. |
| 100 | |
| 101 | * Code for the PSCI suspend feature is supplied, although this is not enabled |
| 102 | by default since there are known issues (see below). |
| 103 | |
| 104 | |
| 105 | Issues resolved since last release |
| 106 | ---------------------------------- |
| 107 | |
| 108 | * The "psci" nodes in the FDTs provided in this release now fully comply |
| 109 | with the recommendations made in the PSCI specification. |
| 110 | |
| 111 | |
| 112 | Known issues |
| 113 | ------------ |
| 114 | |
| 115 | The following is a list of issues which are expected to be fixed in the future |
| 116 | releases of the ARM Trusted Firmware. |
| 117 | |
| 118 | * The TrustZone Address Space Controller (TZC-400) is not being programmed |
| 119 | yet. Use of model parameter `-C bp.secure_memory=1` is not supported. |
| 120 | |
| 121 | * No support yet for secure world interrupt handling or for switching context |
| 122 | between secure and normal worlds in EL3. |
| 123 | |
| 124 | * GICv3 support is experimental. The Linux kernel patches to support this are |
| 125 | not widely available. There are known issues with GICv3 initialization in |
| 126 | the ARM Trusted Firmware. |
| 127 | |
| 128 | * Dynamic image loading is not available yet. The current image loader |
| 129 | implementation (used to load BL2 and all subsequent images) has some |
| 130 | limitations. Changing BL2 or BL3-1 load addresses in certain ways can lead |
| 131 | to loading errors, even if the images should theoretically fit in memory. |
| 132 | |
| 133 | * Although support for PSCI `CPU_SUSPEND` is present, it is not yet stable |
| 134 | and ready for use. |
| 135 | |
James Morrissey | ba3155b | 2013-10-29 10:56:46 +0000 | [diff] [blame] | 136 | * PSCI API calls `AFFINITY_INFO` & `PSCI_VERSION` are implemented but have not |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 137 | been tested. |
| 138 | |
| 139 | * The ARM Trusted Firmware make files result in all build artifacts being |
| 140 | placed in the root of the project. These should be placed in appropriate |
| 141 | sub-directories. |
| 142 | |
| 143 | * The compilation of ARM Trusted Firmware is not free from compilation |
| 144 | warnings. Some of these warnings have not been investigated yet so they |
| 145 | could mask real bugs. |
| 146 | |
| 147 | * The ARM Trusted Firmware currently uses toolchain/system include files like |
| 148 | stdio.h. It should provide versions of these within the project to maintain |
| 149 | compatibility between toolchains/systems. |
| 150 | |
| 151 | * The PSCI code takes some locks in an incorrect sequence. This may cause |
| 152 | problems with suspend and hotplug in certain conditions. |
| 153 | |
| 154 | * The Linux kernel used in this release is based on version 3.12-rc4. Using |
| 155 | this kernel with the ARM Trusted Firmware fails to start the file-system as |
| 156 | a RAM-disk. It fails to execute user-space `init` from the RAM-disk. As an |
| 157 | alternative, the VirtioBlock mechanism can be used to provide a file-system |
| 158 | to the kernel. |
| 159 | |
| 160 | |
| 161 | Detailed changes since last release |
| 162 | ----------------------------------- |
| 163 | |
Dan Handley | ab2d31e | 2013-12-02 19:25:12 +0000 | [diff] [blame] | 164 | First source release - not applicable. |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 165 | |
| 166 | - - - - - - - - - - - - - - - - - - - - - - - - - - |
| 167 | |
Dan Handley | ab2d31e | 2013-12-02 19:25:12 +0000 | [diff] [blame] | 168 | _Copyright (c) 2013, ARM Limited and Contributors. All rights reserved._ |