mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
new default bootloader spi flash boot address is 0x0080_0000
This commit is contained in:
parent
674e8bef9e
commit
662a3ce7d2
2 changed files with 9 additions and 9 deletions
|
@ -509,7 +509,7 @@ package neorv32_bootloader_image is
|
|||
00000498 => x"ffff1537",
|
||||
00000499 => x"e6850513",
|
||||
00000500 => x"468000ef",
|
||||
00000501 => x"000405b7",
|
||||
00000501 => x"008005b7",
|
||||
00000502 => x"00048513",
|
||||
00000503 => x"f39ff0ef",
|
||||
00000504 => x"4788d7b7",
|
||||
|
@ -524,7 +524,7 @@ package neorv32_bootloader_image is
|
|||
00000513 => x"fc0518e3",
|
||||
00000514 => x"00300513",
|
||||
00000515 => x"fb1ff06f",
|
||||
00000516 => x"00040a37",
|
||||
00000516 => x"00800a37",
|
||||
00000517 => x"004a0593",
|
||||
00000518 => x"00048513",
|
||||
00000519 => x"ef9ff0ef",
|
||||
|
@ -663,7 +663,7 @@ package neorv32_bootloader_image is
|
|||
00000652 => x"ffff1537",
|
||||
00000653 => x"ea450513",
|
||||
00000654 => x"200000ef",
|
||||
00000655 => x"00040537",
|
||||
00000655 => x"00800537",
|
||||
00000656 => x"979ff0ef",
|
||||
00000657 => x"ffff1537",
|
||||
00000658 => x"ec050513",
|
||||
|
@ -682,21 +682,21 @@ package neorv32_bootloader_image is
|
|||
00000671 => x"01045493",
|
||||
00000672 => x"1b8000ef",
|
||||
00000673 => x"00148493",
|
||||
00000674 => x"00040937",
|
||||
00000674 => x"00800937",
|
||||
00000675 => x"fff00993",
|
||||
00000676 => x"00010a37",
|
||||
00000677 => x"fff48493",
|
||||
00000678 => x"07349063",
|
||||
00000679 => x"4788d5b7",
|
||||
00000680 => x"afe58593",
|
||||
00000681 => x"00040537",
|
||||
00000681 => x"00800537",
|
||||
00000682 => x"e79ff0ef",
|
||||
00000683 => x"00040537",
|
||||
00000683 => x"00800537",
|
||||
00000684 => x"00040593",
|
||||
00000685 => x"00450513",
|
||||
00000686 => x"e69ff0ef",
|
||||
00000687 => x"fc402a73",
|
||||
00000688 => x"000409b7",
|
||||
00000688 => x"008009b7",
|
||||
00000689 => x"ffc47413",
|
||||
00000690 => x"00000493",
|
||||
00000691 => x"00000913",
|
||||
|
@ -969,7 +969,7 @@ package neorv32_bootloader_image is
|
|||
00000958 => x"4c420a0a",
|
||||
00000959 => x"203a5644",
|
||||
00000960 => x"206c754a",
|
||||
00000961 => x"32203720",
|
||||
00000961 => x"32203820",
|
||||
00000962 => x"0a303230",
|
||||
00000963 => x"3a565748",
|
||||
00000964 => x"00002020",
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
/** Bootloader status LED at GPIO output port (0..15) */
|
||||
#define STATUS_LED (0)
|
||||
/** SPI flash boot image base address */
|
||||
#define SPI_FLASH_BOOT_ADR (0x00040000)
|
||||
#define SPI_FLASH_BOOT_ADR (0x00800000)
|
||||
/** SPI flash chip select at spi_csn_o */
|
||||
#define SPI_FLASH_CS (0)
|
||||
/** Default SPI flash clock prescaler for serial peripheral interface */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue