Skip to content

Commit

Permalink
Adjust Memory size to Genesys2 maximum (1GByte) (openhwgroup#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrrk authored and zarubaf committed Feb 15, 2019
1 parent f5bc686 commit 3ca3a28
Show file tree
Hide file tree
Showing 5 changed files with 310 additions and 298 deletions.
2 changes: 1 addition & 1 deletion fpga/src/bootrom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ clean:
all: $(MAIN) $(MAIN_BIN) $(MAIN_IMG) $(MAIN_SV)
@echo "zero stage bootloader has been compiled!"

# DO NOT DELETE THIS LINE -- make depend needs it
# DO NOT DELETE THIS LINE -- make depend needs it
4 changes: 2 additions & 2 deletions fpga/src/bootrom/ariane.dts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
};
memory@80000000 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x8000000>;
reg = <0x0 0x80000000 0x0 0x40000000>;
};
leds {
compatible = "gpio-leds";
Expand Down Expand Up @@ -113,7 +113,7 @@
device_type = "network";
interrupt-parent = <&PLIC0>;
interrupts = <3 0>;
local-mac-address = [ee e1 e2 e3 e4 e5];
local-mac-address = [00 18 3e 02 e3 7f]; // This needs to change if more than one GenesysII on a VLAN
reg = <0x0 0x30000000 0x0 0x8000>;
};
xlnx_gpio: gpio@40000000 {
Expand Down
Loading

0 comments on commit 3ca3a28

Please sign in to comment.