Re: [U-Boot] [PATCH] arm: am57xx: Set serial# variable

2017-02-13 Thread Lokesh Vutla
On Monday 13 February 2017 10:39 PM, Sam Protsenko wrote: > serial# variable is used to correctly display device ID in > "fastboot devices". It also can be used further for displaying device ID > in "adb devices" (should be passed as "androidboot.serialno" to kernel > cmdline, via "bootargs"

Re: [U-Boot] [PATCH] arm: am57xx: Set serial# variable

2017-02-13 Thread Tom Rini
On Mon, Feb 13, 2017 at 07:09:37PM +0200, Sam Protsenko wrote: > serial# variable is used to correctly display device ID in > "fastboot devices". It also can be used further for displaying device ID > in "adb devices" (should be passed as "androidboot.serialno" to kernel > cmdline, via "bootargs"

[U-Boot] [PATCH] arm: am57xx: Set serial# variable

2017-02-13 Thread Sam Protsenko
serial# variable is used to correctly display device ID in "fastboot devices". It also can be used further for displaying device ID in "adb devices" (should be passed as "androidboot.serialno" to kernel cmdline, via "bootargs" variable). Serial number generating algorithm is described at [1].