Re: [U-Boot] [PATCH] sandbox: fix cpu property in test.dts for pytest

2019-09-27 Thread sjg
On Tue, 27 Aug 2019 at 02:43, Bin Meng wrote: > > On Tue, Aug 27, 2019 at 4:15 PM AKASHI Takahiro > wrote: > > > > When I tried to run some new efi tests with pytest, efi_smbios_register() > > triggered a segmentation fault. Here is the location where it happened: > > efi_init_obj_list() > > ef

Re: [U-Boot] [PATCH] sandbox: fix cpu property in test.dts for pytest

2019-09-16 Thread Simon Glass
On Tue, 27 Aug 2019 at 02:43, Bin Meng wrote: > > On Tue, Aug 27, 2019 at 4:15 PM AKASHI Takahiro > wrote: > > > > When I tried to run some new efi tests with pytest, efi_smbios_register() > > triggered a segmentation fault. Here is the location where it happened: > > efi_init_obj_list() > > ef

Re: [U-Boot] [PATCH] sandbox: fix cpu property in test.dts for pytest

2019-08-27 Thread Bin Meng
On Tue, Aug 27, 2019 at 4:15 PM AKASHI Takahiro wrote: > > When I tried to run some new efi tests with pytest, efi_smbios_register() > triggered a segmentation fault. Here is the location where it happened: > efi_init_obj_list() > efi_smbios_register() > write_smbios_table() > smbios_w

[U-Boot] [PATCH] sandbox: fix cpu property in test.dts for pytest

2019-08-27 Thread AKASHI Takahiro
When I tried to run some new efi tests with pytest, efi_smbios_register() triggered a segmentation fault. Here is the location where it happened: efi_init_obj_list() efi_smbios_register() write_smbios_table() smbios_write_type4() smbios_write_type4_dm() where dev_get_parent_pla