mbox series

[0/3] Patches to allow running u-boot on vocore2 board

Message ID 20200920162901.442748-1-mc5686@mclink.it
Headers show
Series Patches to allow running u-boot on vocore2 board | expand

Message

Mauro Condarelli Sept. 20, 2020, 4:28 p.m. UTC
There are two distinct things here:
- a few small fixes specific to vocore2 board.
- fixes to SquashFS to allow compilation on 32-bit architectures.

Mauro Condarelli (3):
  Small fixes to reduce size and ensure correct console output.
  Enlarge SPL malloc area to prevent failure in lzma decompression.
  Fix missing __udivdi3 in SquashFS implementation.

 arch/mips/dts/vocore_vocore2.dts |  2 +-
 configs/vocore2_defconfig        |  2 +-
 fs/squashfs/sqfs.c               | 45 ++++++++++++++++++++------------
 fs/squashfs/sqfs_inode.c         |  8 +++---
 include/configs/vocore2.h        |  4 ++-
 5 files changed, 38 insertions(+), 23 deletions(-)

Comments

Daniel Schwierzeck Sept. 22, 2020, 11:11 p.m. UTC | #1
Am Sonntag, den 20.09.2020, 18:28 +0200 schrieb Mauro Condarelli:
> There are two distinct things here:
> - a few small fixes specific to vocore2 board.
> - fixes to SquashFS to allow compilation on 32-bit architectures.
> 
> Mauro Condarelli (3):
>   Small fixes to reduce size and ensure correct console output.
>   Enlarge SPL malloc area to prevent failure in lzma decompression.
>   Fix missing __udivdi3 in SquashFS implementation.
> 
>  arch/mips/dts/vocore_vocore2.dts |  2 +-
>  configs/vocore2_defconfig        |  2 +-
>  fs/squashfs/sqfs.c               | 45 ++++++++++++++++++++------------
>  fs/squashfs/sqfs_inode.c         |  8 +++---
>  include/configs/vocore2.h        |  4 ++-
>  5 files changed, 38 insertions(+), 23 deletions(-)
> 

all vocore2 patches applied to u-boot-mips/fixes, thanks.

Next time please prefix the commit subjects with the subsystem you're
changing e.g. "mips: vocore2: XXX" or "squashfs: XXX". I've taken all
vocore2 changes and squashed them into one commit to save another patch
submission round and to squeeze the fixes into v2020.10.