Re: [U-Boot] [PATCH v4] board/BuR/brsmarc1: initial commit

2019-07-31 Thread Tom Rini
On Wed, Jul 31, 2019 at 06:31:39AM +0200, Hannes Schmelzer wrote: > This commit adds support for the B&R brsmarc1 SoM. > > The SoM is based on TI's AM335x SoC. > Mainly vxWorks 6.9.4.x is running on the board, > doing some PLC stuff on various carrier boards. > > Signed-off-by: Hannes Schmelzer

[U-Boot] [PATCH v4] board/BuR/brsmarc1: initial commit

2019-07-30 Thread Hannes Schmelzer
This commit adds support for the B&R brsmarc1 SoM. The SoM is based on TI's AM335x SoC. Mainly vxWorks 6.9.4.x is running on the board, doing some PLC stuff on various carrier boards. Signed-off-by: Hannes Schmelzer --- Changes in v4: - rebase to current master Changes in v3: - rebase to curr