From 6d51f5dfe91139928572a2e18722a049b5543b38 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Fri, 3 Jan 2014 04:24:35 -0500 Subject: cpu/allwinner/a10: Add minimal ramstage driver Change-Id: I857755976b17b0e492c086162f395a77933eeed8 Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/4698 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Ronald G. Minnich --- src/cpu/allwinner/a10/chip.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/cpu/allwinner/a10/chip.h (limited to 'src/cpu/allwinner/a10/chip.h') diff --git a/src/cpu/allwinner/a10/chip.h b/src/cpu/allwinner/a10/chip.h new file mode 100644 index 0000000000..16f60c06fb --- /dev/null +++ b/src/cpu/allwinner/a10/chip.h @@ -0,0 +1,11 @@ +/* + * Allwinnwer A10 devicetree config struct + * + * Copyright (C) 2013 Alexandru Gagniuc + * Subject to the GNU GPL v2, or (at your option) any later version. + */ + +#include + +struct cpu_allwinner_a10_config { +}; -- cgit v1.2.3