[Armadeus-commitlog] armadeus/u-boot branch, armadeus-2024.01, updated. 9dcabbf431b0dd5691cbc48bf7
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-06-27 07:39:15
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus/u-boot".
The branch, armadeus-2024.01 has been updated
via 9dcabbf431b0dd5691cbc48bf743d251036d382a (commit)
from 1dea4371660c9976b7f4ac983c674442d9a4cbc4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9dcabbf431b0dd5691cbc48bf743d251036d382a
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Jun 27 09:38:42 2024 +0200
configs: opos93dev_defconfig: enable FASTBOOT
-----------------------------------------------------------------------
Summary of changes:
configs/opos93dev_defconfig | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/configs/opos93dev_defconfig b/configs/opos93dev_defconfig
index 9956fbba7b..b7f8baf480 100644
--- a/configs/opos93dev_defconfig
+++ b/configs/opos93dev_defconfig
@@ -23,6 +23,7 @@ CONFIG_SYS_LOAD_ADDR=0x80400000
CONFIG_SYS_MEMTEST_START=0x80000000
CONFIG_SYS_MEMTEST_END=0x90000000
CONFIG_REMAKE_ELF=y
+# CONFIG_ANDROID_BOOT_IMAGE is not set
CONFIG_DISTRO_DEFAULTS=y
CONFIG_BOOTDELAY=5
CONFIG_BOOTCOMMAND="run emmcboot"
@@ -100,6 +101,14 @@ CONFIG_CLK_IMX93=y
CONFIG_CPU=y
CONFIG_CPU_IMX=y
CONFIG_IMX9_LPDDR4X=y
+CONFIG_USB_FUNCTION_FASTBOOT=y
+CONFIG_FASTBOOT_BUF_ADDR=0x80400000
+CONFIG_FASTBOOT_BUF_SIZE=0x1E000000
+CONFIG_FASTBOOT_FLASH=y
+CONFIG_FASTBOOT_UUU_SUPPORT=y
+CONFIG_FASTBOOT_FLASH_MMC_DEV=0
+CONFIG_FASTBOOT_MMC_BOOT_SUPPORT=y
+CONFIG_FASTBOOT_MMC_USER_SUPPORT=y
CONFIG_IMX_RGPIO2P=y
CONFIG_DM_PCA953X=y
CONFIG_DM_I2C=y
@@ -144,6 +153,11 @@ CONFIG_USB_ETHER_LAN75XX=y
CONFIG_USB_ETHER_MCS7830=y
CONFIG_USB_ETHER_RTL8152=y
CONFIG_USB_ETHER_SMSC95XX=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_MANUFACTURER="FSL"
+CONFIG_USB_GADGET_VENDOR_NUM=0x1fc9
+CONFIG_USB_GADGET_PRODUCT_NUM=0x0152
+CONFIG_CI_UDC=y
CONFIG_ULP_WATCHDOG=y
CONFIG_WDT=y
CONFIG_LZO=y
hooks/post-receive
--
armadeus/u-boot
|