Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-21 | ns16550: move CONFIG_SYS_NS16550 to Kconfig | Thomas Chou | |
Move CONFIG_SYS_NS16550 to Kconfig, and run moveconfig.py. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> | |||
2015-11-18 | common: add CMD_GPIO to Kconfig | Thomas Chou | |
Add CMD_GPIO to Kconfig and run tools/moveconfig.py . Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2015-09-28 | Reorder defconfigs with 'savedefconfig' | Bin Meng | |
Some boards' defconfigs are disordered. Reorder them. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> | |||
2015-08-12 | arm: am437x: Introduce new board cm-t43 | Nikita Kiryanov | |
Add initial support for CM-T43, an AM437x based SoM. This support includes: serial, MMC/eMMC, NAND, USB, ETH, I2C, GPIO, DRAM detection. Cc: Tom Rini <trini@konsulko.com> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> |