Re: [U-Boot] [PATCH] Add a mailbox driver framework/uclass

2016-05-13 Thread Stephen Warren
On 05/13/2016 02:05 PM, Simon Glass wrote: Hi Stephen, On 12 May 2016 at 16:27, Stephen Warren wrote: From: Stephen Warren A mailbox is a hardware mechanism for transferring small message and/or notifications between the CPU on which U-Boot runs and some other device such as an auxilliary CP

Re: [U-Boot] [PATCH] Add a mailbox driver framework/uclass

2016-05-13 Thread Simon Glass
Hi Stephen, On 12 May 2016 at 16:27, Stephen Warren wrote: > From: Stephen Warren > > A mailbox is a hardware mechanism for transferring small message and/or > notifications between the CPU on which U-Boot runs and some other device > such as an auxilliary CPU running firmware or a hardware modu

[U-Boot] [PATCH] Add a mailbox driver framework/uclass

2016-05-12 Thread Stephen Warren
From: Stephen Warren A mailbox is a hardware mechanism for transferring small message and/or notifications between the CPU on which U-Boot runs and some other device such as an auxilliary CPU running firmware or a hardware module. This patch defines a standard API that connects mailbox clients t