aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/legacy
Commit message (Collapse)AuthorAgeFilesLines
* at91: cleanup kernel configurationsJo-Philipp Wich2018-05-111-228/+49
| | | | | | | | | | The subtarget configurations contained a lot of reduntant symbols, arbitrary overrides and symbols set to =m. Remove most of these redundant settings to shrink the subtarget configurations to a manageable size. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* at91: refreshing kernel configurations.Sandeep Sheriker Mallikarjun2018-05-051-0/+239
| | | | | | refreshing kernel configurations for sama5 and legacy subtarget. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
* at91: refresh kernel configurationHauke Mehrtens2017-10-141-33/+0
| | | | | | | This was done by running "make kernel_oldconfig" and "make kernel_oldconfig CONFIG_TARGET=subtarget" Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* at91: convert boards to generic build targetBen Whitten2017-06-123-125/+0
| | | | | | | | | | | | | | Evaluation boards are left in component form to ease flashing using vendor tooling and instructions. These boards also do not include the EOF marker in the UBIFS as the bootloaders are recent and easily upgradeable. The end product boards use factory.bin images based on the dts layout and include EOF markers as bootloader UBI support is not determined. Signed-off-by: Ben Whitten <ben.whitten@gmail.com> Signed-off-by: Mathias Kresin <dev@kresin.me>
* at91: move legacy Kconfig options to subtargetFlorian Fainelli2014-09-031-0/+33
| | | | | | | | | Some Kconfig options are only relevant for the legacy platforms, move them where they belong Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42416
* at91: create a legacy subtargetFlorian Fainelli2014-09-034-0/+132
In preparation for adding SAMA5D3 support, move the legacy ARMv5 based platforms to a separate subtarget. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42408