
2013/11/8 Paul Burton paul.burton@imgtec.com:
This series adds support for booting on a physical MIPS Malta board using a coreFPGA6 core card.
The first 6 patches lay some groundwork, then the next 8 genericise the existing qemu-malta board to also function on a physical Malta.
In the final patch I stake my claim upon, errm I mean step up to support :), the malta(el) board(s).
Since the original posting this series has been rebased atop current master & adapted to the KBuild changes. I also included the RTC support patch I previously posted separately, and a couple of extra patches which fix up issues with booted kernels & add environment support.
After this series Gabor Juhos' "malta: define CONFIG_MEMSIZE_IN_BYTES" patch is also required in order for a booted Linux kernel to function correctly.
Paul Burton (18): mips32: detect L1 cache sizes if they're not defined pcnet: code style cleanup pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_send pcnet: add cache flushing & invalidation pcnet: enable the NOUFLO feature pci.h: allow inclusion in assembly source qemu-malta: rename to just "malta" malta: setup super I/O UARTs malta: support for coreFPGA6 boards malta: display "U-boot" on the LCD screen malta: enable CONFIG_PCNET_79C973, PCNET_HAS_PROM, CONFIG_CMD_DHCP malta: remove cache size definitions malta: disable L2 caches malta: enable RTC support malta: store environment in flash malta: setup PIIX4 interrupt route malta: add script & instructions to flash U-boot malta: add myself to maintainers
all patches applied to u-boot-mips/master, thanks