Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2019-01-24 Thread Kever Yang
The comment is what we want to do, so it's not correct to fix the comment only.     "First try to boot from SD() , then eMMC()" Thanks, - Kever On 01/23/2019 07:00 PM, Philipp Tomsich wrote: > My gut feeling would be to fix the comment only. > >> On 23.01.2019, at 03:14, Kever Yang >

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2019-01-23 Thread Philipp Tomsich
My gut feeling would be to fix the comment only. > On 23.01.2019, at 03:14, Kever Yang wrote: > > Hi Philipp, Simon, > >Is it possible for this patch to be merged? >Right now, two board owner does not like this patch but both of you says > this patch do not affect your board, and most

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2019-01-22 Thread Kever Yang
Hi Philipp, Simon, Is it possible for this patch to be merged? Right now, two board owner does not like this patch but both of you says this patch do not affect your board, and most of other boards are maintained by me, and I have share why I need this patch and why this patch not affect so

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-30 Thread Wadim Egorov
Hi Kever, Am 30.11.18 um 02:27 schrieb Kever Yang: > + Andreas from SUSE and Thomas from Armbian > > Hi Wadim, > > > On 11/29/2018 05:54 PM, Wadim Egorov wrote: >> Hi, >> >> Am 29.11.18 um 02:48 schrieb Kever Yang: >>> On 11/28/2018 05:15 PM, Philipp Tomsich wrote: Kever, > On 28.11.

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Kever Yang
Hi Philipp, On 11/30/2018 05:44 AM, Philipp Tomsich wrote: > > >>> With this patch, people can use firmware in SD card if they want; >>> Without this patch, people never able to use firmware in SD card if eMMC >>> firmware exist (even if it's broken). >> >> Most boards I know have the ability to

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Kever Yang
+ Andreas from SUSE and Thomas from Armbian Hi Wadim, On 11/29/2018 05:54 PM, Wadim Egorov wrote: > Hi, > > Am 29.11.18 um 02:48 schrieb Kever Yang: >> On 11/28/2018 05:15 PM, Philipp Tomsich wrote: >>> Kever, >>> On 28.11.2018, at 03:06, Kever Yang wrote: According to the emmc/s

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Klaus Goger
Wadim, sorry for missing that you already commented in the thread. Threading doesn’t work that well on mobile if I’m not CC’ed. So it looks like we want to keep the BootROM behaviour for at least the Rockchip based SoMs. Let’s see if Simon has an opinion regarding the Chromebooks. > On 29.11.2

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Klaus Goger
Adding Wadim as he will most likely has something to add to the discussion too. Kever, I understand your SBC viewpoint especially in terms of developer. But as Philipp already laid out the usage in the SoM and enduser products might be different and changing defaults may have a big impact. So w

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Philipp Tomsich
>> With this patch, people can use firmware in SD card if they want; >> Without this patch, people never able to use firmware in SD card if eMMC >> firmware exist (even if it's broken). > > Most boards I know have the ability to bypass the internal eMMC. One last thing: I know a number of proje

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Philipp Tomsich
Kever, > On 29.11.2018, at 02:48, Kever Yang wrote: > > On 11/28/2018 05:15 PM, Philipp Tomsich wrote: >> Kever, >> >>> On 28.11.2018, at 03:06, Kever Yang wrote: >>> >>> According to the emmc/sdcard index in dts alias, emmc is always 0 and >>> sdcard index is 1, let's update to using correct

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Philipp Tomsich
+Vagrant Let’s also hear the opinion of the Debian project on this... > On 29.11.2018, at 10:54, Wadim Egorov wrote: > > Hi, > > Am 29.11.18 um 02:48 schrieb Kever Yang: >> >> On 11/28/2018 05:15 PM, Philipp Tomsich wrote: >>> Kever, >>> On 28.11.2018, at 03:06, Kever Yang wrote:

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Wadim Egorov
Hi, Am 29.11.18 um 02:48 schrieb Kever Yang: > > On 11/28/2018 05:15 PM, Philipp Tomsich wrote: >> Kever, >> >>> On 28.11.2018, at 03:06, Kever Yang wrote: >>> >>> According to the emmc/sdcard index in dts alias, emmc is always 0 and >>> sdcard index is 1, let's update to using correct mmc number

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-28 Thread Kever Yang
On 11/28/2018 05:15 PM, Philipp Tomsich wrote: > Kever, > >> On 28.11.2018, at 03:06, Kever Yang wrote: >> >> According to the emmc/sdcard index in dts alias, emmc is always 0 and >> sdcard index is 1, let's update to using correct mmc number for distro >> boot order in common header. >> >> SD c

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-28 Thread Philipp Tomsich
Kever, > On 28.11.2018, at 03:06, Kever Yang wrote: > > According to the emmc/sdcard index in dts alias, emmc is always 0 and > sdcard index is 1, let's update to using correct mmc number for distro > boot order in common header. > > SD card suppost to have higher priority so that people can bo

[U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-27 Thread Kever Yang
According to the emmc/sdcard index in dts alias, emmc is always 0 and sdcard index is 1, let's update to using correct mmc number for distro boot order in common header. SD card suppost to have higher priority so that people can boot into the firmware in SD card, this is very convenient for develo