-
- Downloads
arm: Add support for LEGO MINDSTORMS EV3
This is based on the davinci da850evm. It can boot from either the on-board 16MB flash or from a microSD card. It also reads board information from an I2C EEPROM. The EV3 itself initally boots from write-protected EEPROM, so no u-boot SPL is needed. Signed-off-by:David Lechner <david@lechnology.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
Showing
- arch/arm/mach-davinci/Kconfig 4 additions, 0 deletionsarch/arm/mach-davinci/Kconfig
- arch/arm/mach-davinci/da850_pinmux.c 10 additions, 0 deletionsarch/arm/mach-davinci/da850_pinmux.c
- arch/arm/mach-davinci/include/mach/hardware.h 1 addition, 0 deletionsarch/arm/mach-davinci/include/mach/hardware.h
- board/lego/ev3/Kconfig 12 additions, 0 deletionsboard/lego/ev3/Kconfig
- board/lego/ev3/MAINTAINERS 6 additions, 0 deletionsboard/lego/ev3/MAINTAINERS
- board/lego/ev3/Makefile 10 additions, 0 deletionsboard/lego/ev3/Makefile
- board/lego/ev3/README 32 additions, 0 deletionsboard/lego/ev3/README
- board/lego/ev3/legoev3.c 176 additions, 0 deletionsboard/lego/ev3/legoev3.c
- configs/legoev3_defconfig 12 additions, 0 deletionsconfigs/legoev3_defconfig
- include/configs/legoev3.h 255 additions, 0 deletionsinclude/configs/legoev3.h
Loading
Please register or sign in to comment