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

2019-05-06 Thread Luka Kovačič
On 2019-05-06 15:02, Stefan Roese wrote: On 03.05.19 23:52, Luka Kovacic wrote: CRS305-1G-4S has a switch chip with an integrated CPU (98DX3236) and like some of the other simillar boards requires bin_hdr. s/simillar/similar bin_hdr (DDR3 init stage) is currently retrieved from the stock boo

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

2019-05-06 Thread Stefan Roese
On 03.05.19 23:52, Luka Kovacic wrote: CRS305-1G-4S has a switch chip with an integrated CPU (98DX3236) and like some of the other simillar boards requires bin_hdr. s/simillar/similar bin_hdr (DDR3 init stage) is currently retrieved from the stock bootloader and compiled into the kwb image.

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

2019-05-03 Thread Luka Kovačič
On 2019-05-03 12:37, Chris Packham wrote: On Fri, May 3, 2019 at 4:36 AM Luka Kovacic wrote: CRS305-1G-4S has a switch chip with an integrated CPU (98DX3236) and like some of the other simillar boards requires bin_hdr. bin_hdr (DDR3 init stage) is currently retrieved from the stock bootload

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

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

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

2019-05-02 Thread Stefan Roese
Hi Luka, On 02.05.19 18:35, Luka Kovacic wrote: CRS305-1G-4S has a switch chip with an integrated CPU (98DX3236) and like some of the other simillar boards requires bin_hdr. bin_hdr (DDR3 init stage) is currently retrieved from the stock bootloader and compiled into the kwb image. Adds suppor