mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v3 00/12]  various fixes for MIPS64
@ 2018-05-22 15:33 Peter Mamonov
  2018-05-22 15:33 ` [PATCH v3 01/12] resource: fix iomem_resource.end for 64 bit systems Peter Mamonov
                   ` (12 more replies)
  0 siblings, 13 replies; 19+ messages in thread
From: Peter Mamonov @ 2018-05-22 15:33 UTC (permalink / raw)
  To: barebox; +Cc: Peter Mamonov

Hi,

This is a third revision of of the patchset which fixes various issues with 64 
bit barebox, primarily MIPS related.

Differences from v2:
 - add some comments to commits
 - move MIPS' IOMEM declarations to arch/mips/include/asm/io.h
 - skip `[PATCH v2 09/12] mips: fix warnings from CPHYSADDR() macro` for now
 - Kconfig' options are disabled by default
 - don't credit Andrey for trivial suggestions :)

Regards,
Peter

Peter Mamonov (12):
  resource: fix iomem_resource.end for 64 bit systems
  fs: fix memory access via /dev/mem for MIPS64
  mtd: cfi-flash: fix write_buff() for 64 bit systems
  i2c-mux-pca954x: fix out-of-bounds write for 64 bit systems
  MIPS: import 64-bit address conversion macros
  include/common.h: move IOMEM declaration for MIPS to
    arch/mips/include/asm/io.h
  MIPS: add proper IOMEM() declaration for MIPS64
  MIPS: fix copy_to_link_location for 64 bit mode
  MIPS: use CKSEG1 instead of KSEG1
  MIPS: add PHYS_ADDR_T_64BIT option
  MIPS: 64BIT selects PHYS_ADDR_T_64BIT
  MIPS: don't use optimized string functions for MIPS64

 arch/mips/Kconfig                   |  5 +++++
 arch/mips/boot/dtb.c                |  4 ++--
 arch/mips/include/asm/addrspace.h   | 20 ++++++++++++++++++++
 arch/mips/include/asm/io.h          |  6 ++++++
 arch/mips/include/asm/pbl_macros.h  | 21 +++++++++++----------
 arch/mips/lib/c-r4k.c               |  8 ++++----
 common/resource.c                   |  2 +-
 drivers/i2c/muxes/i2c-mux-pca954x.c |  4 +++-
 drivers/mtd/nor/cfi_flash.c         |  2 +-
 fs/fs.c                             |  4 ++--
 include/common.h                    |  7 ++-----
 11 files changed, 57 insertions(+), 26 deletions(-)

-- 
2.17.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-06-14  5:36 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-22 15:33 [PATCH v3 00/12] various fixes for MIPS64 Peter Mamonov
2018-05-22 15:33 ` [PATCH v3 01/12] resource: fix iomem_resource.end for 64 bit systems Peter Mamonov
2018-05-22 15:33 ` [PATCH v3 02/12] fs: fix memory access via /dev/mem for MIPS64 Peter Mamonov
2018-05-24 10:47   ` Sascha Hauer
2018-05-24 14:01     ` [PATCH v4] " Peter Mamonov
2018-06-13  8:31       ` Sascha Hauer
2018-06-13 16:17         ` [RESEND " Peter Mamonov
2018-06-14  5:36           ` Sascha Hauer
2018-05-22 15:33 ` [PATCH v3 03/12] mtd: cfi-flash: fix write_buff() for 64 bit systems Peter Mamonov
2018-05-22 15:33 ` [PATCH v3 04/12] i2c-mux-pca954x: fix out-of-bounds write " Peter Mamonov
2018-05-22 15:33 ` [PATCH v3 05/12] MIPS: import 64-bit address conversion macros Peter Mamonov
2018-05-22 15:33 ` [PATCH v3 06/12] include/common.h: move IOMEM declaration for MIPS to arch/mips/include/asm/io.h Peter Mamonov
2018-05-22 15:33 ` [PATCH v3 07/12] MIPS: add proper IOMEM() declaration for MIPS64 Peter Mamonov
2018-05-22 15:33 ` [PATCH v3 08/12] MIPS: fix copy_to_link_location for 64 bit mode Peter Mamonov
2018-05-22 15:33 ` [PATCH v3 09/12] MIPS: use CKSEG1 instead of KSEG1 Peter Mamonov
2018-05-22 15:33 ` [PATCH v3 10/12] MIPS: add PHYS_ADDR_T_64BIT option Peter Mamonov
2018-05-22 15:33 ` [PATCH v3 11/12] MIPS: 64BIT selects PHYS_ADDR_T_64BIT Peter Mamonov
2018-05-22 15:33 ` [PATCH v3 12/12] MIPS: don't use optimized string functions for MIPS64 Peter Mamonov
2018-05-23  8:11 ` [PATCH v3 00/12] various fixes " Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox