Compare commits

...

3 Commits

Author SHA1 Message Date
Dmitrii Shapovalov 5e9bfd28c4 * PR fix 2022-12-21 15:57:44 +01:00
Dmitrii Shapovalov 571b9e9b98 Revert "+ enabled microsemi phy driver"
This reverts commit 7e9853868b.
2022-12-21 15:44:54 +01:00
Dmitrii Shapovalov 7e9853868b + enabled microsemi phy driver
+ enabled usb-ethernet drivers
+ uboot env moved to the spi flash
* removed patches are included in 0019 patch
2022-12-19 16:54:32 +01:00
3 changed files with 1663 additions and 23 deletions

View File

@ -1,22 +0,0 @@
From 7e4c3c48c4ed9dcecf5228c6b4480a7c01fc6dca Mon Sep 17 00:00:00 2001
From: Samuel Dolt <samuel.dolt@netmodule.com>
Date: Tue, 19 Jul 2022 11:21:37 +0200
Subject: [PATCH] octeontx2_cn913x: increase CONFIG_SYS_BOOTM_LEN to 32MB
---
include/configs/octeontx2_cn913x.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/octeontx2_cn913x.h b/include/configs/octeontx2_cn913x.h
index d01644fcb5..9edf57c6c2 100644
--- a/include/configs/octeontx2_cn913x.h
+++ b/include/configs/octeontx2_cn913x.h
@@ -22,6 +22,8 @@
#define CONFIG_SYS_NAND_ONFI_DETECTION
#define CONFIG_SYS_NAND_USE_FLASH_BBT
+#define CONFIG_SYS_BOOTM_LEN 0x3200000 /* 32MB */
+
#define CONFIG_USB_MAX_CONTROLLER_COUNT (3 + 3)
#define BOOT_TARGET_DEVICES(func) \

View File

@ -37,9 +37,9 @@ SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
file://solidrun/0016-octeontx2_cn913x-enable-mmc-partconf-command.patch \
file://solidrun/0017-uboot-add-support-cn9131-cf-solidwan.patch \
file://solidrun/0018-uboot-add-support-bldn-mbv.patch \
file://hirschmann/0001-fixed-typo-in-dtsi-file-for-cn9131-belden-boards.patch \
file://0001-Remove-redundant-YYLOC-global-declaration.patch \
file://0001-sr_cn913x_cex7-enable-more-image-formats.patch \
file://0021-octeontx2_cn913x-increase-CONFIG_SYS_BOOTM_LEN-to-32.patch \
file://0001-sr_cn913x_cex7-enable-VERSION_VARIABLE.patch \
file://cn913x.cfg \
"