Re: [RFC PATCH 00/10] Improve ARM target's support for LLVM toolchain

2023-05-20 Thread Heinrich Schuchardt
Am 20. Mai 2023 22:55:37 MESZ schrieb Sam Edwards : > >Here is a series of patches aimed at improving support for the LLVM >toolchain (clang, lld, and to a lesser extent, llvm-objcopy) when >targeting ARM. This toolchain is a cross-compiler "by default" -- a user >generally should not need to

Re: U-Boot OMAP GPMC ECC change

2023-05-20 Thread Colin Foster
On Fri, May 19, 2023 at 03:41:34PM +0300, Roger Quadros wrote: > Hi Colin, > > On 19/05/2023 02:19, Colin Foster wrote: > > Hi Roger, > > > >> Can you please share your spl/u-boot.cfg? > > > > Attached > > Couple of questions there > > 1) CONFIG_MTDPARTS_DEFAULT >

USB mass storage gadget on SAMA5D2

2023-05-20 Thread admin LI
Hi, I'm trying to use ums to access EMMC on our SAMA5D2 board without success. My board_init(), without adding usba_udc_probe() ums will cause data abort error: int board_init(void) { /* address of boot parameters */ gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; #ifdef

[PATCH v2 2/2] rockchip: rk3328: Add support for Orange Pi R1 Plus LTS

2023-05-20 Thread Tianling Shen
The OrangePi R1 Plus LTS is a minor variant of OrangePi R1 Plus with the on-board NIC chip changed from rtl8211e to yt8531c, and RAM type changed from DDR4 to LPDDR3. The device tree is taken from kernel v6.4-rc1. Signed-off-by: Tianling Shen --- Changes in v2: * Rebased upon the latest git

[PATCH v2 1/2] rockchip: rk3328: Add support for Orange Pi R1 Plus

2023-05-20 Thread Tianling Shen
Orange Pi R1 Plus is a Rockchip RK3328 based SBC by Xunlong. This device is similar to the NanoPi R2S, and has a 16MB SPI NOR (mx25l12805d). The reset button is changed to directly reset the power supply, another detail is that both network ports have independent MAC addresses. The device tree