From: Ahmad Fatoum
The Innocom WB15-EVK is a Rpi form factor board built around the
i.MX8MML-based WB15 SoM. Add basic board support.
The dts files are split up into three files:
- imx8mm-innocom-wb15.dtsi: This is the SoM dtsi file
- imx8mm-innocom-wb15-evk-upstream.dts: base board dts file, ge
Hi,
On 07.07.22 12:57, Ahmad Fatoum wrote:
> On 07.07.22 12:41, Steffen Trumtrar wrote:
>> Signed-off-by: Steffen Trumtrar
[snip]
>> +static noinline void aa1_start(void)
>> +{
>> +int pbl_index = 0;
>> +int barebox = 0;
>> +int bitstream = 0;
>> +
>> +arm_early_mmu_cache_invali
On Thu, Sep 01, 2022 at 12:41:53PM +0200, Ahmad Fatoum wrote:
> These can be called from barebox PBL when booted from USB to continue
> USB boot. This isn't necessary in the general case when RAM setup is
> done via DCD, but for cases where setup is done in PBL, these helpers
> come in handy. Teste
We unconditionally clean and then invalidate D-cache entries in
sync_caches_for_execution by calling arm_early_mmu_cache_flush().
The function afterwards takes care to invalidate the I-cache.
This misbehaves though when the D-Cache contains stale dirty
entries for currently executing code. Most b
These can be called from barebox PBL when booted from USB to continue
USB boot. This isn't necessary in the general case when RAM setup is
done via DCD, but for cases where setup is done in PBL, these helpers
come in handy. Tested on i.MX6Q.
Signed-off-by: Ahmad Fatoum
---
drivers/usb/gadget/fsl
On Wed, Aug 31, 2022 at 11:50:01AM +0300, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov
> ---
> Documentation/gen_commands.py | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
Applied, thanks
Sascha
>
> diff --git a/Documentation/gen_commands.py b/Documentation/gen_commands.py
On Wed, Aug 31, 2022 at 12:26:14PM +0300, Antony Pavlov wrote:
> This fixes the commit 06825a0ec35343a1
> ("nvmem: import Linux nvmem_cell_read_variable_le_u32")
> from the next branch.
>
> The warning is:
>
> include/linux/nvmem-consumer.h:84:9: warning: returning 'void *' from a
> function with