[U-Boot] [PATCH v3 2/2] core: ofnode: Add ofnode_get_addr_size_index

Keerthy j-keerthy at ti.com
Thu Feb 21 10:41:27 UTC 2019


On 10/12/18 7:25 PM, Tom Rini wrote:
> On Mon, Dec 10, 2018 at 07:15:17PM +0530, Lokesh Vutla wrote:
>> Hi Simon,
>>
>> On 29/11/18 11:12 PM, sjg at google.com wrote:
>>> Add ofnode_get_addr_size_index function to fetch the address
>>> and size of the reg space based on index.
>>>
>>> Signed-off-by: Keerthy <j-keerthy at ti.com>
>>> ---
>>>  drivers/core/ofnode.c | 14 ++++++++++----
>>>  include/dm/ofnode.h   | 14 ++++++++++++++
>>>  2 files changed, 24 insertions(+), 4 deletions(-)
>>>
>>> Applied to u-boot-dm/master, thanks!
>>>
>>
>> I do not see this patch in master branch. Any reason why this is dropped?
> 
> As I reported in https://patchwork.ozlabs.org/patch/1005644/ this breaks
> test.py on sandbox for non-obvious reasons and Keerthy said they'll look
> into it.

Tom,

Failing case as pointed previously:

https://travis-ci.org/trini/u-boot/jobs/461494951

I applied the same patch on latest master and here are the results:

https://travis-ci.org/lokeshvutla/u-boot/builds/496417722


the clang test.py test cases pass with this patch applied on latest
master. Please let me know if this patch still causes issues if i need
to trigger different tests.

I will resend this patch on top of master if your tests are okay.

Regards,
Keerthy
> 



More information about the U-Boot mailing list