On Fri, 17 May 2024 19:14:48 +0100, Jiaxun Yang wrote: > This is a huge series which promoted MIPS/Boston target into a > usable state, with fixes to drivers and general framework issues > I found in this process. > > I also converted the target to OF_UPSTREAM. > > This target is covered by QEMU, to test on QEMU: > ``` > make boston64r6el_defconfig > make > qemu-system-mips64el -M boston -cpu I6500 -bios ./u-boot.bin -nographic > ``` > > [...]
Applied to u-boot/master, thanks! [01/12] pci: xilinx: Handle size of ecam region properly commit: cb5af7aa4f5119faf738542f6c066fa5bb352aa1 [02/12] pci: auto: Reduce bridge mem alignment boundary for boston commit: fc25cd0e1a1d5bea59c651782b93e70289d68c1f [03/12] pci: Enable PCI_MAP_SYSTEM_MEMORY when ARCH_MAP_SYSMEM is not set commit: 1864dfb1c457e090d2e84d14ee56d9579a898e7f [04/12] ahci: DMA addressing fixes commit: 8daa1fadc2c45bc954537a70942674e0a4cf85a8 [05/12] ahci: dwc_ahsata: Generalize the driver commit: 2b62ec62ac39723660bfeb6c0b4d336269a3adfc [06/12] MIPS: Provide dummy acpi_table.h commit: 0fd4686df5fe7a7b1783eec6ff21ffdd1c2b0467 [07/12] MIPS: boston: Imply various options commit: 49cc0e1adceeeb8f149390e45a0aa8fa0c1e4ef4 [08/12] MIPS: boston: Provide default env vars commit: a6661e260c5f98b578a636a5e265690435167981 [09/12] clk: boston: Allow to get regmap from parent device commit: 964bb01f34741c9866917337afecab98262be562 [10/12] dts/upstream: Add Makefile for MIPS commit: d3730b53d9ae26bc0ec0f35d65d563f60800326d [11/12] MIPS: boston: Migrate to OF_UPSTREAM commit: 4ba5026a0fb4a4a3825e250d8e76f07b5a5e4609 [12/12] mailmap: Update email for Paul Burton commit: baf4bdcdeda78874efa8e2e7875ab4a91f5aa502 -- Tom