Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arm: socfpga: update MAINTAINERS' file for cyclone5_socdk and arria5_socdk | Dinh Nguyen | 2015-09-23 | 1 | -2/+2 |
| | | | | | | | | commit "arm: socfpga: rename socfpga_cyclone5 and socfpga_arria5 config files" renames the configs files, so we should update the MAINTAINERS' entry. At the same time, update the email for Dinh Nguyen. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com> | ||||
* | arm: socfpga: Fix MAINTAINERS entry for CV/AV SoCDK | Marek Vasut | 2015-08-23 | 1 | -1/+1 |
| | | | | | | Repair the maintainer entries so they match the current state of code. Signed-off-by: Marek Vasut <marex@denx.de> | ||||
* | arm: socfpga: Split Altera socfpga into AV and CV SoCDK | Marek Vasut | 2015-08-23 | 1 | -0/+12 |
The board/altera/socfpga directory is not a generic SoCFPGA machine anymore, but instead it represents the Altera SoCDK board. To make matters more complicated, it represents both CycloneV and ArriaV variant. On the other hand, nowadays, the content of this board directory is mostly comprised of QTS-generated header files, while all the generic code is in arch/arm/mach-socfpga already. Thus, this patch splits the board/altera/socfpga into a separate board directory for ArriaV SoCDK and CycloneV SoCDK, so that each can be populated with the correct QTS-generated header files for that particular board. Signed-off-by: Marek Vasut <marex@denx.de> |