Re: Let's talk about boot loaders

2016-05-05 Thread Simon Glass
Hi, On 5 May 2016 at 05:45, Marcin Juszkiewicz wrote: > > Recently my angry post on Google+ [1] got so many comments that it was clear > that it would be better to move to some mailing list with discussion. > > As it is about boot loaders and Linaro has engineers from most of SoC vendor > compa

Re: samsung chromebook 2: booting without ctrl-U

2015-11-18 Thread Simon Glass
Hi, On 18 November 2015 at 19:08, Steve Muckle wrote: > Does anyone have instructions on modding the chromebook 2 Peach Pi such > that it is not necessary to hit ctrl-U when booting custom kernels? I > found some instructions (which may be incomplete) for the SS Chromebook > "snow" suggesting it

Re: [U-Boot] [PATCH v2] SMDK5250: Add ethernet support

2012-02-09 Thread Simon Glass
On Thu, Feb 9, 2012 at 3:26 AM, Chander Kashyap wrote: > This patch enable support for SMC911X based ethernet device. > > Signed-off-by: Chander Kashyap Acked-by: Simon Glass > --- > Changes in v2: >        - As Simon pointed smc9115_pre_init() is moved inside >      

Re: [U-Boot] [PATCH] SMDK5250: Add ethernet support

2012-01-24 Thread Simon Glass
Hi Chander, On Tue, Jan 24, 2012 at 5:03 AM, Chander Kashyap wrote: > This patch enable support for SMC911X based ethernet device. > > Signed-off-by: Chander Kashyap > --- >  board/samsung/smdk5250/smdk5250.c |   89 > + >  include/configs/smdk5250.h        |

Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-09 Thread Simon Glass
Hi Chander, On Sun, Jan 8, 2012 at 10:40 PM, Chander Kashyap wrote: > This patchset add support for Samsung's SMDK5250 board based on > EXYNOS5250 based SoC. It also adds support for MMC SPL booting. > > The porting is done by Samsung engineers at HQ in System LSI Team. > I am contributing in ups

Re: [U-Boot] [PATCH 1/2] ARMV7: Add support for Samsung ORIGEN board

2011-07-06 Thread Simon Glass
Hi Chander, On Mon, Jun 27, 2011 at 1:37 AM, Chander Kashyap wrote: > Origen board is based upon S5PV310 SoC which is similiar to > S5PC210 SoC. > > Signed-off-by: Chander Kashyap > --- > MAINTAINERS |1 + > board/samsung/origen/Makefile| 46 > board