summaryrefslogtreecommitdiff
path: root/samples/arm-davinci-linux-gnueabi/reported.by
AgeCommit message (Collapse)AuthorFilesLines
2014-09-05samples: update ARM little-endian samplesYann E. MORIN1-3/+0
Removed the arm-davinci sample, it does not bring much more that the other samples. Add an ARM uClibc EABIhf sample. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2010-01-03samples: add a new samples for the TI DaVinci processors.Yann E. MORIN"1-0/+3
Dragan Marinkovic <marinkovic.dragan@gmail.com> wrote: I finally had the time (and board) to spend some time with crosstool-NG version 1.5.2 and TMS320DM6446 (DaVinci Digital Media System-on-Chip, http://focus.ti.com/docs/prod/folders/print/tms320dm6446.html). I was able to successfully build and run v2.6.27-davinci1 kernel (Kevin Hilman's branch) with busybox based initramfs on it. I don't believe that any later kernel would represent any challenge (it just happens that I'm currently working with this version). What a thrill :). crosstool-NG/toolchain config is attached. It may be useful to someone using crosstool-NG ...