aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass1-0/+5
2014-07-22whitespace cleanupsPavel Machek1-1/+1
2014-07-22rpi_b: handle import of environments in files with CRLF as line endingsAlexander Holler1-1/+1
2014-07-22am335x_evm: handle import of environments in files with CRLF as line endingsAlexander Holler1-1/+1
2014-07-22omap3_beagle: handle import of environments in files with CRLF as line endingsAlexander Holler1-1/+1
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler1-1/+2
2014-07-22h2200: Disable SHA256 on FIT imagesTom Rini1-0/+1
2014-07-22common: cmd_ide: use __weak and add prototypesJeroen Hofstee1-0/+4
2014-07-22tools: compiler.h: add missing time.hJeroen Hofstee1-0/+1
2014-07-22linux/compat.h: port lower_32_bits and upper_32_bits from LinuxLijun Pan1-0/+19
2014-07-18mmc: prevent some warnings with make W=1Jeroen Hofstee1-1/+3
2014-07-18env_callback.h: spl: mark callback as maybe_unusedJeroen Hofstee1-1/+1
2014-07-18common: board_f: cosmetic use __weak for ledsJeroen Hofstee1-11/+11
2014-07-14socfpga: timer actually counts downPavel Machek1-0/+1
2014-07-14ARM: DRA7xx: Update the board_name env variableLokesh Vutla1-0/+3
2014-07-09Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-26/+212
2014-07-09ARM: m53evk: Update default environmentLothar Rubusch1-1/+86
2014-07-09ARM: m53evk: Adjust mtdparts settingsMarek Vasut1-9/+8
2014-07-09ARM: m53evk: add needed commands and optionsMarek Vasut1-2/+16
2014-07-09ARM: m28evk: Update default environmentLothar Rubusch1-3/+84
2014-07-09ARM: m28evk: Adjust mtdpartsMarek Vasut1-9/+8
2014-07-09ARM: m28evk: add needed commands and optionsMarek Vasut1-2/+10
2014-07-07TI:omap3: enable CONFIG_CMD_DHCP for omap3_beagleTyler Baker1-0/+1
2014-07-07fit: make sha256 support optionalDirk Eibach5-0/+9
2014-07-07board: gdsys: Remove commands to reduce footprintDirk Eibach4-4/+22
2014-07-07board: gdsys: Make gdsys osd hardware detection more robustDirk Eibach2-8/+0
2014-07-07board: gdsys: Configure bridge on DP501 to support DDC onlyDirk Eibach1-3/+4
2014-07-07board: gdsys: Increase iocon and dlv10g version stringDirk Eibach2-2/+2
2014-07-07board: gdsys: Fix dlvision-10g I2C configurationDirk Eibach1-2/+8
2014-07-07i2c: IHS I2C master driverDirk Eibach3-18/+41
2014-07-07board: iocon: Support DisplayPort hardwareDirk Eibach1-2/+7
2014-07-07mpc8xx: remove spc1920 board supportMasahiro Yamada1-405/+0
2014-07-07mpc8xx: remove v37 board supportMasahiro Yamada2-398/+0
2014-07-07mpc8xx: remove fads board supportMasahiro Yamada5-140/+3
2014-07-07mpc8xx: remove netta, netta2, netphone board supportMasahiro Yamada5-2026/+0
2014-07-07mpc8xx: remove rbc823 board supportMasahiro Yamada4-431/+1
2014-07-07mpc8xx: remove RPXlite_dw, quantum board supportMasahiro Yamada5-924/+1
2014-07-07mpc8xx: remove qs850, qs860t board supportMasahiro Yamada4-1546/+0
2014-07-07env_fat: use get_device_and_partition() during env save and loadWu, Josh1-2/+6
2014-07-05integrator: switch to generic boardLinus Walleij1-0/+1
2014-07-05ARM: rpi_b: enable GENERIC_BOARDStephen Warren1-0/+1
2014-07-05arm, calimain: Add CONFIG_SYS_GENERIC_BOARDChristian Riesch1-1/+2
2014-07-05arm:board:h2200: Add CONFIG_SYS_GENERIC_BOARDŁukasz Dałek1-0/+1
2014-07-05socfpga: Adding Scan Manager driverChin Liang See1-0/+1
2014-07-05socfpga: Adding DesignWare watchdog supportChin Liang See1-0/+14
2014-07-04arm: ep9315: Return back Cirrus Logic EDB9315A board supportSergey Kostanbaev1-0/+292
2014-07-04ARMv8/ls2085a_emu: Add LS2085A emulator and simulator board supportYork Sun3-0/+261
2014-07-03armv8/fsl-lsch3: Add support to load and start MC FirmwareJ. German Rivera2-3/+70
2014-07-03ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoCYork Sun1-3/+2
2014-07-03arm: Add support for semihosting for armv8 fastmodel targets.Darwin Rambo1-7/+56