Re: [U-Boot] [BUG] simple-bus and rsa-sw with DM_FLAG_PRE_RELOC

2019-05-15 Thread Auer, Lukas
On Wed, 2019-05-15 at 17:25 +0900, takahiro.aka...@linaro.org wrote: > On Wed, May 15, 2019 at 08:14:18AM +, Auer, Lukas wrote: > > On Wed, 2019-05-15 at 15:39 +0800, Bin Meng wrote: > > > On Wed, May 15, 2019 at 3:12 PM AKASHI Takahiro > > > wrote: > > > > On Wed, May 15, 2019 at 02:45:19PM +

Re: [U-Boot] [BUG] simple-bus and rsa-sw with DM_FLAG_PRE_RELOC

2019-05-15 Thread Bin Meng
On Wed, May 15, 2019 at 4:14 PM Auer, Lukas wrote: > > On Wed, 2019-05-15 at 15:39 +0800, Bin Meng wrote: > > On Wed, May 15, 2019 at 3:12 PM AKASHI Takahiro > > wrote: > > > On Wed, May 15, 2019 at 02:45:19PM +0800, Bin Meng wrote: > > > > On Wed, May 15, 2019 at 1:55 PM AKASHI Takahiro > > > >

Re: [U-Boot] [BUG] simple-bus and rsa-sw with DM_FLAG_PRE_RELOC

2019-05-15 Thread takahiro.aka...@linaro.org
On Wed, May 15, 2019 at 08:14:18AM +, Auer, Lukas wrote: > On Wed, 2019-05-15 at 15:39 +0800, Bin Meng wrote: > > On Wed, May 15, 2019 at 3:12 PM AKASHI Takahiro > > wrote: > > > On Wed, May 15, 2019 at 02:45:19PM +0800, Bin Meng wrote: > > > > On Wed, May 15, 2019 at 1:55 PM AKASHI Takahiro >

Re: [U-Boot] [BUG] simple-bus and rsa-sw with DM_FLAG_PRE_RELOC

2019-05-15 Thread Auer, Lukas
On Wed, 2019-05-15 at 15:39 +0800, Bin Meng wrote: > On Wed, May 15, 2019 at 3:12 PM AKASHI Takahiro > wrote: > > On Wed, May 15, 2019 at 02:45:19PM +0800, Bin Meng wrote: > > > On Wed, May 15, 2019 at 1:55 PM AKASHI Takahiro > > > wrote: > > > > As of v2019.07-rc1, > > > > u-boot does fail to bo

Re: [U-Boot] [BUG] simple-bus and rsa-sw with DM_FLAG_PRE_RELOC

2019-05-15 Thread Bin Meng
On Wed, May 15, 2019 at 3:12 PM AKASHI Takahiro wrote: > > On Wed, May 15, 2019 at 02:45:19PM +0800, Bin Meng wrote: > > On Wed, May 15, 2019 at 1:55 PM AKASHI Takahiro > > wrote: > > > > > > As of v2019.07-rc1, > > > u-boot does fail to boot without any messages on qemu-arm64 when > > > configur

Re: [U-Boot] [BUG] simple-bus and rsa-sw with DM_FLAG_PRE_RELOC

2019-05-15 Thread AKASHI Takahiro
On Wed, May 15, 2019 at 02:45:19PM +0800, Bin Meng wrote: > On Wed, May 15, 2019 at 1:55 PM AKASHI Takahiro > wrote: > > > > As of v2019.07-rc1, > > u-boot does fail to boot without any messages on qemu-arm64 when > > configured with qemu_arm64_defconfig plus CONFIG_RSA/RSA_SOFTWARE_EXP. > > (Note

Re: [U-Boot] [BUG] simple-bus and rsa-sw with DM_FLAG_PRE_RELOC

2019-05-14 Thread Bin Meng
On Wed, May 15, 2019 at 1:55 PM AKASHI Takahiro wrote: > > As of v2019.07-rc1, > u-boot does fail to boot without any messages on qemu-arm64 when > configured with qemu_arm64_defconfig plus CONFIG_RSA/RSA_SOFTWARE_EXP. > (Note that RSA_SOFTWARE_EXP also declares itself with DM_FLAG_PRE_RELOC.) > >

[U-Boot] [BUG] simple-bus and rsa-sw with DM_FLAG_PRE_RELOC

2019-05-14 Thread AKASHI Takahiro
As of v2019.07-rc1, u-boot does fail to boot without any messages on qemu-arm64 when configured with qemu_arm64_defconfig plus CONFIG_RSA/RSA_SOFTWARE_EXP. (Note that RSA_SOFTWARE_EXP also declares itself with DM_FLAG_PRE_RELOC.) By bisecting between v2019.04 and v2019.07, I found that the followi