nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]
commitad723fe5a050b685e496f2202a919f9e32c45c43
authorThomas Huth <thuth@redhat.com>
Tue, 18 Oct 2016 20:46:43 +0000 (18 22:46 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 27 Oct 2016 22:36:58 +0000 (28 09:36 +1100)
treeeef8f021590757d26e6289457ca419709f6c1f97
parent2024c01421eb990e7043afa0e0e4d67f4477596f
nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]

Everything that is related to CHRP NVRAM should rather reside in
chrp_nvram.c / chrp_nvram.h instead of openbios_firmware_abi.h.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/nvram/chrp_nvram.c
hw/nvram/mac_nvram.c
include/hw/nvram/chrp_nvram.h
include/hw/nvram/openbios_firmware_abi.h
tests/postcopy-test.c