On 03/16/2016 09:59 AM, Wills Wang wrote: > These series of patch add support for atheros ath79 based SOCs in u-boot, > at the present moment it's just available for ar933x and qca953x chip. > > Changes in v8: > - Use setbits_be32 > - Use lookup-table instead of big switch statement for CPU detection > - Fix multi-line comment for ar933x > - Fix multi-line comment for qca953x > - Remove ath79_serial_write/read > - Use pinctrl for serial > - Add Kconfig dependence for serial option > - Remove ath79_spi_write/read > - Use pinctrl for spi > - Add Kconfig dependence for spi option > - Use dev_get_parent > - Move board/ath79/ap121 into board/qca/ap121 > - Move SYS_VENDOR into board-level for ap121 > - Move board/ath79/ap143 into board/qca/ap143 > - Move SYS_VENDOR into board-level for ap143
I was almost worried I'll never see a new series, good to have you back :-) I have been working on getting ar934x board (TP-Link WNDR4300) working. It's much nicer chip than the ar933x. Expect patches later ;-) -- Best regards, Marek Vasut _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

