SLOF/board-qemu/llfw
Nikunj A. Dadhania 0ad10f26c9 SLOF: Support PAPR NVRAM RTAS calls
BenH still need to ACK this though.

From: Nikunj A. Dadhania <nikunj@linux.vnet.ibm.com>

* Determines size of the flash using device tree.
* Provides nvram access functions for RTAS_NVRAM
* Allocates temporary buffer of nvram in SLOF code and use that in C.
  (sbrk not available)
* NVRAM_LENGTH is used at various places, make sure it is well guarded
  and also use dynamically determined size once an RTAS-NVRAM is
  found.
* Use NVRAM_LENGTH as a variable in case of RTAS_NVRAM, not very
  elegant though

Signed-off-by: Nikunj A. Dadhania <nikunj@linux.vnet.ibm.com>

--

Changelog from v1:
* #define cleanups suggested by Thomas/Benh
* Fix makefile which missed passing $FLAG for building llfw
* renamed vio-nvram.fs as rtas-nvram.fs
2012-10-17 16:30:58 +11:00
..
Cboot.S Initial qemu/KVM board support 2011-03-22 15:22:00 +01:00
Makefile SLOF: Support PAPR NVRAM RTAS calls 2012-10-17 16:30:58 +11:00
board_io.S Initial qemu/KVM board support 2011-03-22 15:22:00 +01:00
stage2.c Fixed typo 2012-04-25 19:21:33 +02:00
stage2.h Initial qemu/KVM board support 2011-03-22 15:22:00 +01:00
stage2.lds Initial qemu/KVM board support 2011-03-22 15:22:00 +01:00
stage2_head.S Initial qemu/KVM board support 2011-03-22 15:22:00 +01:00
startup.S Improved version printing 2011-11-24 17:28:28 +01:00
version.S Improved version printing 2011-11-24 17:28:28 +01:00