arm-trusted-firmware/bl2
Harry Liebel c81b1d0f03 Create local C library implementation (1/2)
- This change is split into two separate patches in order to
  simplify the history as interpreted by 'git'. The split is
  between the move/rename and addition of new files.
- Remove dependency on toolchain C library headers and functions in
  order to ensure behavioural compatibility between toolchains.
- Use FreeBSD as reference for C library implementation.
- Do not let GCC use default library include paths.
- Remove unused definitions in modified headers and implementations.
- Move C library files to 'lib/stdlib' and 'include/stdlib'.
- Break std.c functions out into separate files.

Change-Id: I91cddfb3229775f770ad781589670c57d347a154
2013-12-20 15:52:16 +00:00
..
aarch64 BL2: Sanity check value in x0 in the entry point code 2013-12-12 16:06:48 +00:00
bl2.ld.S Enable third party contributions 2013-12-05 11:34:09 +00:00
bl2.mk Create local C library implementation (1/2) 2013-12-20 15:52:16 +00:00
bl2_main.c Remove useless copies of meminfo structures 2013-12-12 16:06:48 +00:00