|
@@ -13,9 +13,11 @@
|
|
#include "hw/sysbus.h"
|
|
#include "hw/sysbus.h"
|
|
|
|
|
|
/*
|
|
/*
|
|
- * PNOR offset on the LPC FW address space
|
|
|
|
|
|
+ * PNOR offset on the LPC FW address space. For now this should be 0 because
|
|
|
|
+ * skiboot 7.1 has a bug where IDSEL > 0 (LPC FW address > 256MB) access is
|
|
|
|
+ * not performed correctly.
|
|
*/
|
|
*/
|
|
-#define PNOR_SPI_OFFSET 0x0c000000UL
|
|
|
|
|
|
+#define PNOR_SPI_OFFSET 0x00000000UL
|
|
|
|
|
|
#define TYPE_PNV_PNOR "pnv-pnor"
|
|
#define TYPE_PNV_PNOR "pnv-pnor"
|
|
OBJECT_DECLARE_SIMPLE_TYPE(PnvPnor, PNV_PNOR)
|
|
OBJECT_DECLARE_SIMPLE_TYPE(PnvPnor, PNV_PNOR)
|