| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-20 | mips: xburst: remove remainders of dead board | Masahiro Yamada | |
| Commit 54e458de deleted qi_lb60 board support because of the incompatible license issue. There is no board with XBurst CPU. Signed-off-by: Masahiro Yamada <[email protected]> Cc: Daniel Schwierzeck <[email protected]> | |||
| 2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | |
| Signed-off-by: Wolfgang Denk <[email protected]> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <[email protected]> | |||
| 2013-02-01 | arm: Move lastinc to arch_global_data | Simon Glass | |
| Move this field into arch_global_data and tidy up. Signed-off-by: Simon Glass <[email protected]> | |||
| 2013-02-01 | arm: Move tbl to arch_global_data | Simon Glass | |
| Move this field into arch_global_data and tidy up. Signed-off-by: Simon Glass <[email protected]> | |||
| 2012-08-17 | dm: mips: Fix lb60 timer code | Marek Vasut | |
| The timer code contains more halfword writes which trigger gcc errors. The registers are again 32bit, yet written by 16bit writes, fix this: timer.c: In function ‘reset_timer_masked’: timer.c:37:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] timer.c: In function ‘get_timer_masked’: timer.c:43:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] timer.c: In function ‘timer_init’: timer.c:86:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] timer.c:88:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] timer.c:89:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] timer.c:90:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Signed-off-by: Marek Vasut <[email protected]> Cc: Daniel <[email protected]> Cc: Shinya Kuribayashi <[email protected]> Cc: Xiangfu Liu <[email protected]> | |||
| 2011-10-10 | MIPS: Ingenic XBurst Jz4740 processor support | Xiangfu Liu | |
| Jz4740 is a multimedia application processor targeting for mobile devices like e-Dictionary, eBook, portable media player (PMP) and GPS navigator. Jz4740 is powered by Ingenic 360 MHz XBurst CPU core (JzRISC), in which RISC/SIMD/DSP hybrid instruction set architecture provides high integration, high performance and low power consumption. JzRISC incorporated in Jz4740 is the advanced and power-efficient 32-bit RISC core, compatible with MIPS32, with 16K I-Cache and 16K D-Cache, and can operate at speeds up to 400 MHz. On-chip modules such as LCD controller, embedded audio codec, multi- channel SAR-ADC, AC97/I2S controller and camera I/F offer a rich suite of peripherals for multimedia application. NAND controller (SLC/MLC), USB (host 1.1 and device 2.0), UART, I2C, SPI, etc. are also available. For more info about Ingenic XBurst Jz4740: http://en.ingenic.cn/eng/ http://www.linux-mips.org/wiki/Ingenic This patch introduces XBurst CPU support in U-Boot. It's compatible with MIPS32, but requires a bit different cache maintenance, timer routines, and boot mechanism using USB boot tool, so XBurst support can go into a separate new home, cpu/xburst/. Signed-off-by: Xiangfu Liu <[email protected]> Acked-by: Daniel <[email protected]> Signed-off-by: Shinya Kuribayashi <[email protected]> | |||
