Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | mod change 755 => 644 for multiple files | Thomas Weber | 2010-03-21 | -0/+0 |
| | | | | | | | | I executed 'find . -name "*.[chS]" -perm 755 -exec chmod 644 {} \;' Signed-off-by: Thomas Weber <swirl@gmx.li> Add some more: neither Makefile nor config.mk need execute permissions. Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | SPEAr : Support added for SPEAr600 board | Vipin KUMAR | 2010-01-23 | -0/+43 |
SPEAr600 SoC support contains basic spear600 support along with the usage of following drivers - serial driver(UART) - i2c driver - smi driver - nand driver(FSMC) - usbd driver Signed-off-by: Vipin <vipin.kumar@st.com> |