aboutsummaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Expand)AuthorFilesLines
2014-05-13Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini23-29/+1363
2014-05-13ARM: tegra: Venice2 pinmux spreadsheet updatesStephen Warren1-5/+9
2014-05-13ARM: tegra: update Venice2 pinmuxStephen Warren2-316/+266
2014-05-13ARM: tegra: clamp inputs on Jetson TK1Stephen Warren1-0/+2
2014-05-13ARM: tegra: make use of GPIO init table on Jetson TK1Stephen Warren2-82/+178
2014-05-13powerpc/freescale: Change the return value of mac_read_from_eeprom()York Sun1-3/+3
2014-05-13PPC 85xx QEMU: Always assume 1 coreAlexander Graf1-0/+20
2014-05-13kmp204x: add workaround for A-004849Valentin Longchamp1-6/+37
2014-05-13kmp204x: update the RCWValentin Longchamp1-1/+1
2014-05-13kmp204x: complete the reset sequence and PRST configurationValentin Longchamp4-19/+45
2014-05-13kmp204x: selftest/factory test pin supportValentin Longchamp1-0/+13
2014-05-13kmp204x: handle dip-switch for factory settingsStefan Bigler3-0/+30
2014-05-13kmp204x: Add support for the unit LEDsStefan Bigler3-0/+19
2014-05-13powerpc/85xx: Add T4240RDB board supportChunhe Lan11-0/+697
2014-05-13board/b4qds: VID supportShaveta Leekha1-0/+240
2014-05-13board/freescale/common: ZM7300 driverShaveta Leekha3-0/+258
2014-05-13fpga: xilinx: Simplify load/dump/info function handlingMichal Simek2-1/+3
2014-05-13fpga: xilinx: Fix the rest of CamelCasesMichal Simek1-19/+19
2014-05-13fpga: xilinx: Avoid CamelCase for in Xilinx_descMichal Simek9-15/+15
2014-05-13fpga: virtex2: Avoid CamelCaseMichal Simek1-2/+2
2014-05-13fpga: spartan3: Avoid CamelCaseMichal Simek7-10/+10
2014-05-13fpga: spartan2: Avoid CamelCaseMichal Simek2-2/+2
2014-05-13S5P: Exynos: Add GPIO pin numbering and rename definitionsAkshay Saraswat10-173/+112
2014-05-12nand_spl: remove unused linker scripts u-boot-nand.ldsMasahiro Yamada7-558/+0
2014-05-12cosmetic: delete misleading comment /* CONFIG_BOARDDIR */Masahiro Yamada1-1/+1
2014-05-12blackfin: replace bfin_gen_rand_mac() with eth_random_addr()Masahiro Yamada15-30/+15
2014-05-12net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada1-1/+1
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-4/+5
2014-05-09Merge branch 'tom' of git://git.denx.de/u-boot-x86Tom Rini3-181/+0
2014-05-09sandbox: move source files from board/ to arch/sandbox/Masahiro Yamada3-389/+0
2014-05-09sandbox: Update and expand the READMESimon Glass1-7/+215
2014-05-09wandboard: add Future Eletronics 7" WVGA LCD extension boardOtavio Salvador1-26/+120
2014-05-09imx: ventana: add HDMI and LVDS display capabilityTim Harvey1-0/+133
2014-05-09imx6: ventana: fix system-serial dt propertyTim Harvey1-1/+1
2014-05-09ventana: Add support for the LTC3676 PMICTim Harvey1-23/+57
2014-05-09ventana: use non-generic pfuze100 initTim Harvey1-2/+3
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD147-23431/+1822
2014-05-08ums: move IO support code to common locationStephen Warren2-56/+0
2014-05-08ums: remove ums_disk_init()Stephen Warren1-10/+7
2014-05-08ums: remove error-checking of MMC device sizeStephen Warren1-8/+1
2014-05-08ums: remove UMS_{NUM,START}_SECTORS + UMS_START_SECTORStephen Warren1-12/+2
2014-05-08ums: support block devices not MMC devicesStephen Warren1-3/+4
2014-05-07samsung: misc: remove download mode info screenPrzemyslaw Marczak1-42/+31
2014-05-07samsung: misc: menu: increase delay in menu main loopPrzemyslaw Marczak1-1/+1
2014-05-07samsung: misc: add env default option to lcd menuInha Song1-0/+3
2014-05-07samsung: misc: add gpt restore option to lcd menuPrzemyslaw Marczak1-0/+3
2014-05-07samsung: misc: allows using environmental macros as args in menu commandsPrzemyslaw Marczak1-27/+22
2014-05-05ums: always initialize mmc before ums_disk_init()Mateusz Zalega1-4/+2
2014-05-05usb: dfu: fix boards wo USB cable detectionMateusz Zalega4-20/+2
2014-04-29Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic35-972/+2004