Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-19 | [MIPS] board/gth2/lowlevel_init.S: Fix a build warning | Shinya Kuribayashi | |
lowlevel_init.S: Assembler messages: lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local. Looking at codes, the `memtest' and `clearmem' are intentional mixed use of `global symbols' and `label' for debugging purpose. To make it build, just disable global-symbols-use for now. As a result `memtest' still remains as unused, but leave it be... Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> | |||
2006-07-19 | Add support for TB5200 board | Wolfgang Denk | |
The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module integrated in a little aluminium case. Patch by Martin Krause, 8 Jun 2006 Some code cleanup | |||
2006-06-16 | Add support for gth2 board | Wolfgang Denk | |
Patch by Thomas Lange, Aug 11 2005 |