summaryrefslogtreecommitdiff
path: root/board/matrix_vision
AgeCommit message (Expand)AuthorFilesLines
2014-12-05omap_hsmmc: Board-specific TWL4030 MMC power initializationsPaul Kocialkowski1-0/+6
2014-11-08board/matrix_vision/mvblx/sys_eeprom.c: fix buffer overflowWolfgang Denk1-1/+1
2014-10-31Remove unused filesMasahiro Yamada3-129/+0
2014-10-10powerpc: mpc5xxx: remove board support for MVBC_P and MVSMRMasahiro Yamada20-1263/+0
2014-10-10powerpc: mpc83xx: remove board support for MERGERBOX and MVBLM7Masahiro Yamada21-1391/+0
2014-09-25MAINTAINERS: comment out invalid maintainersMasahiro Yamada4-4/+4
2014-09-14kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada5-15/+0
2014-08-31omap3: kconfig: move board select menu and common settingsMasahiro Yamada1-8/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada5-0/+30
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada5-0/+83
2014-06-06kbuild: move cmd_mkimage to scripts/Makefile.libMasahiro Yamada2-8/+0
2014-05-20fpga: Define bitstream type based on command selectionMichal Simek1-1/+1
2014-05-13fpga: xilinx: Avoid CamelCase for in Xilinx_descMichal Simek1-1/+1
2014-05-13fpga: spartan3: Avoid CamelCaseMichal Simek1-1/+1
2014-05-13fpga: spartan2: Avoid CamelCaseMichal Simek1-1/+1
2014-03-28kbuild: Rename UIMAGE to MKIMAGEMarek Vasut2-2/+2
2014-03-13kbuild: use short logs for some board specific make rulesMasahiro Yamada2-2/+14
2014-03-04board: .gitignore: ignore board-specific generated filesMasahiro Yamada2-0/+2
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-1/+1
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada2-3/+3
2013-11-17Makefile: rename all libraries to built-in.oMasahiro Yamada1-1/+1
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada5-101/+11
2013-11-01board: arm: convert makefiles to Kbuild styleMasahiro Yamada1-22/+2
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk31-497/+31
2013-04-02Consolidate bool typeYork Sun1-1/+1
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini4-4/+40
2013-03-16Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-03-09omap_hsmmc: add driver check for write protectionNikita Kiryanov1-2/+2
2013-03-09omap_hsmmc: implement driver check for card detectionNikita Kiryanov1-2/+2
2013-02-18omap3: mvblx: pass FPGA version to the kernelMichael Jones1-1/+13
2013-02-18omap3: mvblx: select fpgafilename according to orientationMichael Jones1-0/+24
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk4-0/+271
2012-05-15ARM:OMAP+:MMC: Add parameters to MMC initJonathan Solnit1-2/+2
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-1/+1
2012-03-19bootstage: Convert net progress numbers to enumsSimon Glass1-1/+1
2012-03-18bootstage: Convert progress numbers 10-19 to enumsSimon Glass1-1/+1
2012-03-18bootstage: Convert progress numbers 1-9 into enumsSimon Glass2-2/+2
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass1-1/+1
2011-12-06mv_common.c: get rid of 'defined but not used' warningMichael Jones1-1/+1
2011-11-27mvblx: punt unused clean/distclean targetsMichael Jones1-6/+0
2011-11-04OMAP3: mvblx: Initial support for mvBlueLYNX-XMichael Jones7-0/+1263
2011-10-22build: add missing $(AR)->$(cmd_link_o_target) updateMike Frysinger1-1/+1
2011-10-16punt unused clean/distclean targetsMike Frysinger5-30/+0
2011-08-01fpga: constify to fix build warningWolfgang Denk6-6/+6
2011-07-28mv_common.c: don't compile reset_environment if ENV_IS_NOWHEREMichael Jones1-0/+2
2011-07-07mpc83xx: Add support for MergerBox boardAndre Schwarz7-0/+824