aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/image/lzma-loader
Commit message (Collapse)AuthorAgeFilesLines
* adm5120: lzma-loader: fix cache invalidationGabor Juhos2016-03-211-4/+4
| | | | | | | | | | | | | | | The current code only partially invalidates both caches because the cache size and cache-line size values are incorrectly passed to the C code. Fix the assembly code to pass the arguments in the correct order. Compile tested only. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 49058
* adm5120: lzma-loader: remove trailing whitespaces from head.SGabor Juhos2016-03-211-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 49057
* add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne for the board)Gabor Juhos2009-06-251-0/+7
| | | | SVN-Revision: 16555
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-172-2/+0
| | | | SVN-Revision: 15242
* experimental support for the Motorola MU GatewayGabor Juhos2008-09-233-7/+27
| | | | SVN-Revision: 12662
* lzma-loader: fix compiler warningsGabor Juhos2008-01-301-2/+2
| | | | SVN-Revision: 10321
* update LZMA codeGabor Juhos2007-12-145-215/+272
| | | | SVN-Revision: 9756
* add ids for Edimax BR-6104Wg boardsGabor Juhos2007-10-181-0/+5
| | | | SVN-Revision: 9342
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0613-0/+2166
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653