[U-Boot] [PATCH 1/1 v4] arm: mvebu: Add CRS305-1G-4S board

2019-05-07 Thread Luka Kovacic
CRS305-1G-4S has a switch chip with an integrated CPU (98DX3236) and like some of the other similar boards requires bin_hdr. bin_hdr (DDR3 init stage) is currently retrieved from the stock bootloader and compiled into the kwb image. Adds support for U-Boot, enable UART, SPI, Winbond SPI flash chip

Re: [U-Boot] [PATCH 1/1 v4] arm: mvebu: Add CRS305-1G-4S board

2019-05-08 Thread Chris Packham
Hi Luka, On Wed, May 8, 2019 at 5:36 AM Luka Kovacic wrote: > > CRS305-1G-4S has a switch chip with an integrated CPU (98DX3236) and > like some of the other similar boards requires bin_hdr. > bin_hdr (DDR3 init stage) is currently retrieved from the stock > bootloader and compiled into the kwb im

Re: [U-Boot] [PATCH 1/1 v4] arm: mvebu: Add CRS305-1G-4S board

2019-05-08 Thread Stefan Roese
On 07.05.19 19:35, Luka Kovacic wrote: CRS305-1G-4S has a switch chip with an integrated CPU (98DX3236) and like some of the other similar boards requires bin_hdr. bin_hdr (DDR3 init stage) is currently retrieved from the stock bootloader and compiled into the kwb image. Adds support for U-Boot,

Re: [U-Boot] [PATCH 1/1 v4] arm: mvebu: Add CRS305-1G-4S board

2019-05-09 Thread Stefan Roese
On 07.05.19 19:35, Luka Kovacic wrote: CRS305-1G-4S has a switch chip with an integrated CPU (98DX3236) and like some of the other similar boards requires bin_hdr. bin_hdr (DDR3 init stage) is currently retrieved from the stock bootloader and compiled into the kwb image. Adds support for U-Boot,