From 651347517010c0240afbb769f847fbdbba728f4c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 22 Sep 2020 12:52:02 +0100 Subject: [PATCH] 2020.10 RC5 --- 0001-Fix-BeagleAI-detection.patch | 29 +++++++++++++++++++++++++++++ arm-boards | 1 + sources | 2 +- uboot-tools.spec | 9 +++++++-- 4 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 0001-Fix-BeagleAI-detection.patch diff --git a/0001-Fix-BeagleAI-detection.patch b/0001-Fix-BeagleAI-detection.patch new file mode 100644 index 0000000..dfd96cc --- /dev/null +++ b/0001-Fix-BeagleAI-detection.patch @@ -0,0 +1,29 @@ +From 1849ef423238aeb1732eb3b8e67eb46bc21401c7 Mon Sep 17 00:00:00 2001 +From: Peter Robinson +Date: Thu, 10 Sep 2020 14:24:12 +0100 +Subject: [PATCH] Fix BeagleAI detection + +Signed-off-by: Peter Robinson +--- + board/ti/am57xx/board.c | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/board/ti/am57xx/board.c b/board/ti/am57xx/board.c +index 7809875510..3232812a97 100644 +--- a/board/ti/am57xx/board.c ++++ b/board/ti/am57xx/board.c +@@ -527,8 +527,10 @@ void do_board_detect(void) + + rc = ti_i2c_eeprom_am_get(CONFIG_EEPROM_BUS_ADDRESS, + CONFIG_EEPROM_CHIP_ADDRESS); +- if (rc) ++ if (rc) { + printf("ti_i2c_eeprom_init failed %d\n", rc); ++ ti_i2c_eeprom_am_set("BBONE-AI", "A"); ++ } + + #ifdef CONFIG_SUPPORT_EMMC_BOOT + rc = board_bootmode_has_emmc(); +-- +2.26.2 + diff --git a/arm-boards b/arm-boards index 46524ad..b73f726 100644 --- a/arm-boards +++ b/arm-boards @@ -121,6 +121,7 @@ Sinlinx_SinA31s Sinovoip_BPI_M2 Sinovoip_BPI_M3 stih410-b2260 +stm32mp15_basic sunxi_Gemei_G9 tbs_a711 tinker-rk3288 diff --git a/sources b/sources index 9cdc2e2..6548dda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (u-boot-2020.10-rc4.tar.bz2) = ba944bf9cbd8285de6fd4c2e67c2411eda6c504e87720854b36fbcd290927dabb25deee28302e8b81a982f41d29d4ddf908d4891c4f5b2bda4324a0191eb701d +SHA512 (u-boot-2020.10-rc5.tar.bz2) = 8c0f6cceca4aeb67a51743886d65e420d95a70cc427acd17ac81281cad996339a9b376994ff76e46cb862d54797269da52dd05dfc7e12c8c271ed7aca828e2b4 diff --git a/uboot-tools.spec b/uboot-tools.spec index 2c78421..a51a705 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,8 +1,8 @@ -%global candidate rc4 +%global candidate rc5 Name: uboot-tools Version: 2020.10 -Release: 0.4%{?candidate:.%{candidate}}%{?dist} +Release: 0.5%{?candidate:.%{candidate}}%{?dist} Summary: U-Boot utilities License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ URL: http://www.denx.de/wiki/U-Boot @@ -33,6 +33,8 @@ Patch10: AllWinner-PineTab.patch # Rockchips improvements Patch11: arm-rk3399-enable-rng-on-rock960-and-firefly3399.patch Patch12: rockchip-Rock960-Fix-up-USB-support.patch +# TI fixes +Patch13: 0001-Fix-BeagleAI-detection.patch BuildRequires: bc BuildRequires: dtc @@ -246,6 +248,9 @@ cp -p board/warp7/README builds/docs/README.warp7 %endif %changelog +* Tue Sep 22 2020 Peter Robinson - 2020.10-0.5.rc5 +- Update to 2020.10 RC5 + * Wed Sep 09 2020 Peter Robinson - 2020.10-0.4.rc4 - Update to 2020.10 RC4