mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-05 05:41:43 +00:00
Adjust some Clearfog patches
This commit is contained in:
parent
efa106b50c
commit
35d115dc49
2 changed files with 4 additions and 13 deletions
|
@ -14,10 +14,10 @@ index 04f1729..df7fade 100644
|
|||
imx25-pdk.dtb \
|
||||
diff --git a/arch/arm/boot/dts/armada-388-clearfog-base.dts b/arch/arm/boot/dts/armada-388-clearfog-base.dts
|
||||
new file mode 100644
|
||||
index 0000000..63046d4
|
||||
index 0000000..5f036ee
|
||||
--- /dev/null
|
||||
+++ b/arch/arm/boot/dts/armada-388-clearfog-base.dts
|
||||
@@ -0,0 +1,179 @@
|
||||
@@ -0,0 +1,170 @@
|
||||
+/*
|
||||
+ * Device Tree file for SolidRun's ClearFog-a1 board
|
||||
+ *
|
||||
|
@ -181,19 +181,10 @@ index 0000000..63046d4
|
|||
+
|
||||
+ pcie-controller {
|
||||
+ status = "okay";
|
||||
+ /*
|
||||
+ * The two PCIe units are accessible through
|
||||
+ * standard PCIe slots on the board.
|
||||
+ */
|
||||
+ pcie@2,0 {
|
||||
+ /* Port 1, Lane 0 */
|
||||
+ status = "okay";
|
||||
+ };
|
||||
+ pcie@3,0 {
|
||||
+ /* Port 2, Lane 0 */
|
||||
+ status = "okay";
|
||||
+ };
|
||||
+
|
||||
+ };
|
||||
+ };
|
||||
+};
|
||||
|
|
|
@ -7,8 +7,8 @@ index 9fd8afe..a867c8d 100755
|
|||
echo y | $(obj)tools/marvell/doimage -T uart -D 0x0 -E 0x0 -G $(obj)tools/marvell/bin_hdr/bin_hdr.uart.bin u-boot.bin u-boot-uart.sata
|
||||
|
||||
+$(obj)u-boot.flash: $(obj)u-boot.bin
|
||||
+ echo y | $(obj)tools/marvell/doimage -T flash -D 0x0 -E 0x0 -G $(obj)tools/marvell/bin_hdr/bin_hdr.bin u-boot.bin u-boot.flash
|
||||
+ echo y | $(obj)tools/marvell/doimage -T flash -D 0x0 -E 0x0 -G $(obj)tools/marvell/bin_hdr/bin_hdr.uart.bin u-boot.bin u-boot-uart.flash
|
||||
+ echo y | $(obj)tools/marvell/doimage -T flash -D 0xFFFFFFFF -E 0xD4013580 -G $(obj)tools/marvell/bin_hdr/bin_hdr.bin u-boot.bin u-boot.flash
|
||||
+ echo y | $(obj)tools/marvell/doimage -T uart -D 0x0 -E 0x0 -G $(obj)tools/marvell/bin_hdr/bin_hdr.uart.bin u-boot.bin u-boot-uart.flash
|
||||
|
||||
$(obj)u-boot.img: $(obj)u-boot.bin
|
||||
$(obj)tools/mkimage -A $(ARCH) -T firmware -C none \
|
||||
|
|
Loading…
Add table
Reference in a new issue