Explorar o código

fw: update SRAM_SIZE to 32K

H. Peter Anvin %!s(int64=3) %!d(string=hai) anos
pai
achega
6b8d647c0a
Modificáronse 8 ficheiros con 1651 adicións e 1651 borrados
  1. 1648 1648
      fpga/output_files/max80.jam
  2. BIN=BIN
      fpga/output_files/max80.jbc
  3. BIN=BIN
      fpga/output_files/max80.jic
  4. 1 1
      fpga/output_files/max80.map
  5. BIN=BIN
      fpga/output_files/max80.pof
  6. BIN=BIN
      fpga/output_files/max80.sof
  7. 1 1
      fw/boot.mif
  8. 1 1
      fw/sys.h

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1648 - 1648
fpga/output_files/max80.jam


BIN=BIN
fpga/output_files/max80.jbc


BIN=BIN
fpga/output_files/max80.jic


+ 1 - 1
fpga/output_files/max80.map

@@ -11,7 +11,7 @@ Quad-Serial configuration device dummy clock cycle: 8
 
 Notes:
 
-- Data checksum for this conversion is 0xF3760FE4
+- Data checksum for this conversion is 0xF3761139
 
 - All the addresses in this file are byte addresses
 

BIN=BIN
fpga/output_files/max80.pof


BIN=BIN
fpga/output_files/max80.sof


+ 1 - 1
fw/boot.mif

@@ -4,7 +4,7 @@ WIDTH = 32;
 ADDRESS_RADIX = HEX;
 DATA_RADIX = HEX;
 CONTENT BEGIN
-0000 : 00002137;
+0000 : 00008137;
 0001 : 31E0006F;
 0002 : 00000000;
 0003 : 00000000;

+ 1 - 1
fw/sys.h

@@ -1,6 +1,6 @@
 #ifndef SYS_H
 #define SYS_H
 
-#define SRAM_SIZE	8192	/* Size of builtin SRAM */
+#define SRAM_SIZE	32768	/* Size of builtin SRAM */
 
 #endif /* SYS_H */

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio