summaryrefslogtreecommitdiff
path: root/curvetun/nacl_build.sh
AgeCommit message (Collapse)AuthorFilesLines
2013-03-17nacl scripts: include common header and rename build_nacl.shDaniel Borkmann1-0/+51
Add a uniform header comment to the two scripts as present in other scripts in this repository as well. Also rename build_nacl.sh into nacl_build.sh to stay conform in naming. For this, also update all mentions of build_nacl.sh to nacl_build.sh. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
itterLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2015-10-02 14:35:16 +0100 commit2217d7c68e5caf50ec86b8c75c76bf06eb4b2c45 (patch) tree1d703d51aa48d6e1057ff52d84c2500ef7639987 /drivers/firmware/psci.c parent9ffecb10283508260936b96022d4ee43a7798b4c (diff)
drivers: firmware: psci: add INVALID_ADDRESS return value
PSCI 1.0 introduces the INVALID_ADDRESS return value for functions that take an address as input parameter (eg CPU_SUSPEND). This patch adds INVALID_ADDRESS return value to kernel code and updates the PSCI to linux error conversion to take it into account. The kernel error value associated to INVALID_ADDRESS is set to the error returned when the PSCI error code is INVALID_PARAMETERS to comply with current call sites expected return value, given that the kernel at present has no use for the additional error information reported. Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: Sudeep Holla <sudeep.holla@arm.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Tested-by: Jisheng Zhang <jszhang@marvell.com>
Diffstat (limited to 'drivers/firmware/psci.c')