
10 Sep
2016
10 Sep
'16
2:17 p.m.
Am 08.09.2016 um 08:47 schrieb Paul Burton:
This patch introduces support for building U-Boot to run on the MIPS Boston development board. This is a board built around an FPGA & an Intel EG20T Platform Controller Hub, used largely as part of the development of new CPUs and their software support. It is essentially the successor to the older MIPS Malta board.
Signed-off-by: Paul Burton paul.burton@imgtec.com
Changes in v7:
- Enable CM & L2 support
- Enable flash & environment save support
can we enable CM and L2 support with an additional patch in your L2 cache series? I'd like to apply this series first. I can adapt this patch when applying so you don't have to send a new one.
Changes in v6:
- Correct 32 bit text base address in defconfigs
Changes in v5:
- Mention arch revision & toolchain in README.boston
- Drop platform register access now only 2 are used since clock changes
Changes in v4:
- Add README.boston
Changes in v3:
- Add defconfigs for 32b & 64b, big & little endian, switch to MIPSr2
Changes in v2:
- Use AT instead of $1
- Use a clock driver instead of patching the DT
--
- Daniel