History log of /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/_stdint.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
81bccbfff2c3c4c202b79dbc3f70b9eec6b5f6fd 06-Jun-2017 Soby Mathew <soby.mathew@arm.com> Fix stdlib defines for AArch32

Some of the macro defines in the header files of `include/lib/stdlib/machine/`
folder are not correct for AArch32. This patch fixes the same.

Change-Id: I8bfaf638a7986fd902648d2074537bd26c313cb3
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/_stdint.h
4c0d03907652fdf9c66a02cec9ea7137ccccd2e9 16-Jun-2016 Soby Mathew <soby.mathew@arm.com> Rework type usage in Trusted Firmware

This patch reworks type usage in generic code, drivers and ARM platform files
to make it more portable. The major changes done with respect to
type usage are as listed below:

* Use uintptr_t for storing address instead of uint64_t or unsigned long.
* Review usage of unsigned long as it can no longer be assumed to be 64 bit.
* Use u_register_t for register values whose width varies depending on
whether AArch64 or AArch32.
* Use generic C types where-ever possible.

In addition to the above changes, this patch also modifies format specifiers
in print invocations so that they are AArch64/AArch32 agnostic. Only files
related to upcoming feature development have been reworked.

Change-Id: I9f8c78347c5a52ba7027ff389791f1dad63ee5f8
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/_stdint.h
f0b489c1d2d4d176c06e34af9e881303816a5584 02-Jun-2016 Dan Handley <dan.handley@arm.com> Move stdlib header files to include/lib/stdlib

* Move stdlib header files from include/stdlib to include/lib/stdlib for
consistency with other library headers.
* Fix checkpatch paths to continue excluding stdlib files.
* Create stdlib.mk to define the stdlib source files and include directories.
* Include stdlib.mk from the top level Makefile.
* Update stdlib header path in the fip_create Makefile.
* Update porting-guide.md with the new paths.

Change-Id: Ia92c2dc572e9efb54a783e306b5ceb2ce24d27fa
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/_stdint.h