OK linux-next/axs101_defconfig/arcompact Wed Oct 09, 17:12
http://kisskb.ellerman.id.au/kisskb/buildresult/13986480/
Commit: Add linux-next specific files for 20191009
1ba4389f4572d716d73f8bacab4e181d82504780
Compiler: arc-buildroot-linux-uclibc-gcc (Buildroot 2015.08.1) 4.8.4 / GNU l
On Tue, Oct 08, 2019 at 09:38:36PM +, Vineet Gupta wrote:
> Add the intermediate p4d accessors to make it 5 level compliant.
>
> Thi sis non-functional change anyways since ARC has software page walker
^
Typo.
> with 2 lookup levels (pgd -> pte)
>
> Signed-off-by: Vineet Gupta
> --
Add the intermediate p4d accessors to make it 5 level compliant.
Thi sis non-functional change anyways since ARC has software page walker
with 2 lookup levels (pgd -> pte)
Signed-off-by: Vineet Gupta
---
arch/arc/include/asm/pgtable.h | 1 -
arch/arc/mm/fault.c| 10 --
2 fi
Somehow EMSDP & IoT DK boards were skipped on ARC boads conversion
to DM MMC. So doing it now.
Signed-off-by: Alexey Brodkin
---
Changes v1 -> v2:
* FIFO size on IoTDK is 128 bytes as compared to 256 on EM SDP.
That gave us timeouts on data read with some cards. Fixed now.
arch/arc/dts/em
Somehow EMSDP & IoT DK boards were skipped on ARC boads conversion
to DM MMC. So doing it now.
Signed-off-by: Alexey Brodkin
---
arch/arc/dts/emsdp.dts | 23 ++
arch/arc/dts/iot_devkit.dts| 22 ++
board/synopsys/emsdp/emsdp.c
Some especially large SD-cards come from stock formatted with
larger FAT cluster size so to accommodate those we just increase
what we expect to have here in U-Boot given we have a plenty of
space on EM SDP (16 MiB).
Signed-off-by: Alexey Brodkin
---
configs/emsdp_defconfig | 2 +-
1 file change
On 10/07/2019 07:30 PM, Kirill A. Shutemov wrote:
> On Mon, Oct 07, 2019 at 03:51:58PM +0200, Ingo Molnar wrote:
>>
>> * Kirill A. Shutemov wrote:
>>
>>> On Mon, Oct 07, 2019 at 03:06:17PM +0200, Ingo Molnar wrote:
* Anshuman Khandual wrote:
> This adds a test module which w
On 10/07/2019 06:36 PM, Ingo Molnar wrote:
>
> * Anshuman Khandual wrote:
>
>> This adds a test module which will validate architecture page table helpers
>> and accessors regarding compliance with generic MM semantics expectations.
>> This will help various architectures in validating changes