[riot-commits] [RIOT-OS/RIOT] eb9985: cpu: mips32r2_common: Add make infrastructure for ...
Kaspar Schleiser
kaspar at schleiser.de
Thu Feb 9 18:00:36 CET 2017
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: eb9985119bd3f82e2ffe091e0e38a0e6cb13c5e3
https://github.com/RIOT-OS/RIOT/commit/eb9985119bd3f82e2ffe091e0e38a0e6cb13c5e3
Author: Neil Jones <neil.jones at imgtec.com>
Date: 2017-02-09 (Thu, 09 Feb 2017)
Changed paths:
A cpu/mips32r2_common/Makefile
A cpu/mips32r2_common/Makefile.include
A cpu/mips32r2_common/periph/Makefile
Log Message:
-----------
cpu: mips32r2_common: Add make infrastructure for mips.
Commit: c74ec1c2531d768b8ba0ab0a655620c857d7409f
https://github.com/RIOT-OS/RIOT/commit/c74ec1c2531d768b8ba0ab0a655620c857d7409f
Author: Neil Jones <neil.jones at imgtec.com>
Date: 2017-02-09 (Thu, 09 Feb 2017)
Changed paths:
A cpu/mips32r2_common/cpu.c
A cpu/mips32r2_common/include/cpu.h
A cpu/mips32r2_common/include/cpu_conf.h
A cpu/mips32r2_common/include/periph_cpu.h
A cpu/mips32r2_common/irq_arch.c
A cpu/mips32r2_common/mips_dsp.S
A cpu/mips32r2_common/mips_excpt_entry.S
A cpu/mips32r2_common/periph/pm.c
A cpu/mips32r2_common/periph/timer.c
A cpu/mips32r2_common/thread_arch.c
Log Message:
-----------
cpu: mips: Add support for mips32r2
cpu/mips32r2_common adds base architecture support for mips32r2 cores it can be
built in it own right as a 'CPU', but is dependant on a bootloader (like
u-boot) to have bootstrapped the system, this has been tested on a 'malta'
FPGA system (BOARD=mips-malta) with various mips32r2 compliant cores
(interAptiv, P5600, etc).
Commit: d09fd777fcc65834a805235bb4ac778946a46095
https://github.com/RIOT-OS/RIOT/commit/d09fd777fcc65834a805235bb4ac778946a46095
Author: Neil Jones <neil.jones at imgtec.com>
Date: 2017-02-09 (Thu, 09 Feb 2017)
Changed paths:
A boards/mips-malta/Makefile
A boards/mips-malta/Makefile.features
A boards/mips-malta/Makefile.include
A boards/mips-malta/include/board.h
A boards/mips-malta/include/periph_conf.h
A boards/mips-malta/malta.c
Log Message:
-----------
boards: mips-malta: Add basic malta FPGA support.
Add basic support for the MIPS malta FPGA platform.
Commit: 64c12da8f55982fbfb7255c80504d9aaa16ff13d
https://github.com/RIOT-OS/RIOT/commit/64c12da8f55982fbfb7255c80504d9aaa16ff13d
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2017-02-09 (Thu, 09 Feb 2017)
Changed paths:
M Makefile.buildtests
Log Message:
-----------
make: export MIPS_ELF_ROOT in Makefile.buildtest subtargets
Commit: bc57f42a2a39d9b173ac1cd2fe0bdcd4e84be2e4
https://github.com/RIOT-OS/RIOT/commit/bc57f42a2a39d9b173ac1cd2fe0bdcd4e84be2e4
Author: Neil Jones <neil.jones at imgtec.com>
Date: 2017-02-09 (Thu, 09 Feb 2017)
Changed paths:
M examples/gnrc_border_router/Makefile
Log Message:
-----------
gnrc_boarder_router: blacklist mips-malta board
No UART is available on the mips-malta board so blacklist this board.
Commit: e3c8386d128bbcf6d0644ea0720be6e5c8e306e1
https://github.com/RIOT-OS/RIOT/commit/e3c8386d128bbcf6d0644ea0720be6e5c8e306e1
Author: Neil Jones <neil.jones at imgtec.com>
Date: 2017-02-09 (Thu, 09 Feb 2017)
Changed paths:
M sys/fmt/fmt.c
Log Message:
-----------
sys: fmt: include stdio.h for mips.
Commit: 4d7b7a8641981c9161fadc20820909ff4fef1728
https://github.com/RIOT-OS/RIOT/commit/4d7b7a8641981c9161fadc20820909ff4fef1728
Author: Neil Jones <neil.jones at imgtec.com>
Date: 2017-02-09 (Thu, 09 Feb 2017)
Changed paths:
M sys/od/od.c
Log Message:
-----------
sys: od: Fix build on MIPS gcc.
Commit: fd9ce7a865c6588f64c4b1681305adc512ad3087
https://github.com/RIOT-OS/RIOT/commit/fd9ce7a865c6588f64c4b1681305adc512ad3087
Author: Neil Jones <neil.jones at imgtec.com>
Date: 2017-02-09 (Thu, 09 Feb 2017)
Changed paths:
M tests/leds/main.c
M tests/xtimer_msg_receive_timeout/main.c
Log Message:
-----------
tests: Add mssing includes for leds and xtimer test
Commit: 8434f9c93286b163c192670594e7a1dca704ae4b
https://github.com/RIOT-OS/RIOT/commit/8434f9c93286b163c192670594e7a1dca704ae4b
Author: Neil Jones <neil.jones at imgtec.com>
Date: 2017-02-09 (Thu, 09 Feb 2017)
Changed paths:
M tests/slip/Makefile
Log Message:
-----------
test: slip: blacklist mips-malta board
It has no UART.
Commit: ef958cc0e6a0e7d9c8e4c5fd8eab044b3cdbc583
https://github.com/RIOT-OS/RIOT/commit/ef958cc0e6a0e7d9c8e4c5fd8eab044b3cdbc583
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2017-02-09 (Thu, 09 Feb 2017)
Changed paths:
M Makefile.buildtests
A boards/mips-malta/Makefile
A boards/mips-malta/Makefile.features
A boards/mips-malta/Makefile.include
A boards/mips-malta/include/board.h
A boards/mips-malta/include/periph_conf.h
A boards/mips-malta/malta.c
A cpu/mips32r2_common/Makefile
A cpu/mips32r2_common/Makefile.include
A cpu/mips32r2_common/cpu.c
A cpu/mips32r2_common/include/cpu.h
A cpu/mips32r2_common/include/cpu_conf.h
A cpu/mips32r2_common/include/periph_cpu.h
A cpu/mips32r2_common/irq_arch.c
A cpu/mips32r2_common/mips_dsp.S
A cpu/mips32r2_common/mips_excpt_entry.S
A cpu/mips32r2_common/periph/Makefile
A cpu/mips32r2_common/periph/pm.c
A cpu/mips32r2_common/periph/timer.c
A cpu/mips32r2_common/thread_arch.c
M examples/gnrc_border_router/Makefile
M sys/fmt/fmt.c
M sys/od/od.c
M tests/leds/main.c
M tests/slip/Makefile
M tests/xtimer_msg_receive_timeout/main.c
Log Message:
-----------
Merge pull request #6060 from neiljay/pr/add_mips32r2_common_v2
mips: Import of mips32r2_common module
Compare: https://github.com/RIOT-OS/RIOT/compare/094107863f1c...ef958cc0e6a0
More information about the commits
mailing list