Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6232
-gerrit
commit fa48e142c4e91b371ac76b604a9d930b8680e240 Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Thu Jul 10 02:49:54 2014 +1000
NOTFORMERGE: test
Change-Id: Icb2eca566a96b723a3162983aac57394e6a866d3 Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- src/arch/x86/include/arch/io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/arch/x86/include/arch/io.h b/src/arch/x86/include/arch/io.h index d5cdf35..4ae9fe2 100644 --- a/src/arch/x86/include/arch/io.h +++ b/src/arch/x86/include/arch/io.h @@ -224,7 +224,7 @@ static inline int log2f(int value)
/* FIXME: Sources for romstage still use device_t. */ /* Use pci_devfn_t or pnp_devfn_t instead */ -typedef u32 device_t; +//typedef u32 device_t;
/* FIXME: We need to make the coreboot to run at 64bit mode, So when read/write memory above 4G, * We don't need to set %fs, and %gs anymore