qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] Misc sam460ex related patches
@ 2019-01-02  2:06 BALATON Zoltan
  2019-01-02  2:06 ` [Qemu-devel] [PATCH 1/8] smbus: Add a helper to generate SPD EEPROM data BALATON Zoltan
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: BALATON Zoltan @ 2019-01-02  2:06 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc
  Cc: David Gibson, Peter Maydell, Paolo Bonzini, Aleksandar Markovic

The last code patch in this series fixes memory size larger than 1GB
for sam460ex, other patches are just clean ups I've made along the way.

The first patch is intended to be generic and may be useful for other
boards which currently have their own SPD EEPROM data or don't yet
generate any SPD data just have TODO comments instead. These are MIPS
malta and fulong2e, ARM integratorcp and maybe aspeed, and the PIIX
and Q35 pc machines. I did not try to change these as I have no way to
test them throughly. Patch 2 converts sam460ex to use this function.

Other patches are misc cleanups. The very last patch is administrative
and adds some more files to sam460ex section in MAINTAINERS as was
discussed before.

Regards,
BALATON Zoltan

BALATON Zoltan (8):
  smbus: Add a helper to generate SPD EEPROM data
  sam460ex: Clean up SPD EEPROM creation
  ppc4xx: Disable debug logging by default
  ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()
  ppc4xx: Rename ppc4xx_sdram_t in ppc440_uc.c to ppc440_sdram_t
  ppc4xx: Pass array index to function instead of pointer into the array
  sam460ex: Fix support for memory larger than 1GB
  MAINTAINERS: Add more files to sam460ex

 MAINTAINERS             |   6 ++
 hw/i2c/smbus_eeprom.c   | 128 ++++++++++++++++++++++++++++++++++
 hw/ppc/ppc440_bamboo.c  |   2 +-
 hw/ppc/ppc440_uc.c      |  70 ++++++++++---------
 hw/ppc/ppc4xx_devs.c    |   7 +-
 hw/ppc/sam460ex.c       | 177 ++++++------------------------------------------
 include/hw/i2c/smbus.h  |   3 +
 include/hw/ppc/ppc4xx.h |   2 +-
 8 files changed, 197 insertions(+), 198 deletions(-)

-- 
2.13.7

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

end of thread, other threads:[~2019-01-07 22:01 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-02  2:06 [Qemu-devel] [PATCH 0/8] Misc sam460ex related patches BALATON Zoltan
2019-01-02  2:06 ` [Qemu-devel] [PATCH 1/8] smbus: Add a helper to generate SPD EEPROM data BALATON Zoltan
2019-01-02  4:09   ` David Gibson
2019-01-02 12:36     ` BALATON Zoltan
2019-01-03  1:54       ` David Gibson
2019-01-02  2:06 ` [Qemu-devel] [PATCH 5/8] ppc4xx: Rename ppc4xx_sdram_t in ppc440_uc.c to ppc440_sdram_t BALATON Zoltan
2019-01-02  4:15   ` David Gibson
2019-01-02  2:06 ` [Qemu-devel] [PATCH 3/8] ppc4xx: Disable debug logging by default BALATON Zoltan
2019-01-02  4:27   ` David Gibson
2019-01-02  2:06 ` [Qemu-devel] [PATCH 6/8] ppc4xx: Pass array index to function instead of pointer into the array BALATON Zoltan
2019-01-02  4:17   ` David Gibson
2019-01-02  2:06 ` [Qemu-devel] [PATCH 8/8] MAINTAINERS: Add more files to sam460ex BALATON Zoltan
2019-01-02  4:29   ` David Gibson
2019-01-02  2:06 ` [Qemu-devel] [PATCH 2/8] sam460ex: Clean up SPD EEPROM creation BALATON Zoltan
2019-01-02  4:11   ` David Gibson
2019-01-02 12:49     ` BALATON Zoltan
2019-01-03  1:54       ` David Gibson
2019-01-02  2:06 ` [Qemu-devel] [PATCH 7/8] sam460ex: Fix support for memory larger than 1GB BALATON Zoltan
2019-01-02  2:06 ` [Qemu-devel] [PATCH 4/8] ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust() BALATON Zoltan
2019-01-02  4:15   ` David Gibson
2019-01-03 14:03     ` BALATON Zoltan
2019-01-04  5:17       ` David Gibson
2019-01-07 22:00         ` BALATON Zoltan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).