summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* common/cmd_elf.c: add missing includeJeroen Hofstee2014-10-251-0/+1
* arch-mx: add missing includeJeroen Hofstee2014-10-251-0/+2
* string.h: add missing prototypesJeroen Hofstee2014-10-251-0/+7
* common:console: add missing includeJeroen Hofstee2014-10-251-1/+2
* modem.c: Switch to debug() from dbg found in common/console.cTom Rini2014-10-251-7/+6
* video: ipu: prevent warnings with W=1Jeroen Hofstee2014-10-253-15/+4
* tegra: make local functions staticJeroen Hofstee2014-10-258-43/+19
* serial: make local functions staticJeroen Hofstee2014-10-254-15/+15
* sdhci: make local functions staticJeroen Hofstee2014-10-251-3/+3
* omap_gpmc: fix warnigs with W=1Jeroen Hofstee2014-10-251-18/+18
* omap3: make local functions staticJeroen Hofstee2014-10-253-3/+3
* net: fec_mxc: make local functions staticJeroen Hofstee2014-10-251-3/+5
* lmb: make local functions staticJeroen Hofstee2014-10-251-1/+1
* image-fit: make local function staticJeroen Hofstee2014-10-251-1/+1
* gpio: make local functions staticJeroen Hofstee2014-10-251-2/+2
* eth: make eth_address_set staticJeroen Hofstee2014-10-251-1/+1
* env_nand: make local functions staticJeroen Hofstee2014-10-251-2/+2
* ehci-hcd.c: make local functions staticJeroen Hofstee2014-10-251-1/+1
* disk/part.c: make local function staticJeroen Hofstee2014-10-251-1/+1
* common: board_r: make local functions staticJeroen Hofstee2014-10-251-4/+4
* common: cmd_elf: make do_bootelf_exec staticJeroen Hofstee2014-10-251-2/+1
* video: use __weakJeroen Hofstee2014-10-252-32/+10
* usb: use __weakJeroen Hofstee2014-10-251-12/+3
* samsung: board: use __weakJeroen Hofstee2014-10-251-6/+2
* pci: use __weakJeroen Hofstee2014-10-251-6/+2
* net: phy: fix warnings with W=1Jeroen Hofstee2014-10-251-5/+2
* misc: use __weakJeroen Hofstee2014-10-252-11/+3
* cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64}Jeroen Hofstee2014-10-251-34/+16
* common: board: use __weakJeroen Hofstee2014-10-242-16/+4
* arm: board: use __weakJeroen Hofstee2014-10-241-28/+12
* kbuild: clear VENDOR variable to fix build error on tcshMasahiro Yamada2014-10-231-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2014-10-2327-63/+1014
|\
| * tegra: apalis_t30: master revampMarcel Ziswiler2014-10-223-4/+4
| * tegra: dts: colibri_t30 add serial port detailsMarcel Ziswiler2014-10-221-0/+4
| * tegra: colibri_t30: clean-up spurious new lineMarcel Ziswiler2014-10-221-1/+0
| * ARM: tegra: Use mem size from MC in combination with get_ram_size()Marcel Ziswiler2014-10-227-51/+127
| * tegra: clean-up useless defineMarcel Ziswiler2014-10-221-4/+0
| * gpio: header file comment spelling fixesMarcel Ziswiler2014-10-221-5/+5
| * tegra: colibri_t30: asix usb ethernet reset regressionMarcel Ziswiler2014-10-221-1/+1
| * tegra: gpio: fix null label regressionMarcel Ziswiler2014-10-221-0/+3
| * mmc: Tegra: Fix timeout issue seen on certain eMMC partsMarcel Ziswiler2014-10-221-1/+1
| * arm: tegra: use architecture specific memcpyMarcel Ziswiler2014-10-221-0/+2
| * arm: tegra: initial support for apalis t30Marcel Ziswiler2014-10-2211-0/+866
| * ARM: tegra: add PCIe-related pins to the Jetson TK1 pinmux tablesStephen Warren2014-10-221-0/+5
* | mips: enable CONFIG_USE_PRIVATE_LIBGCC by defaultMasahiro Yamada2014-10-231-0/+3
* | kconfig: invoke silentoldconfig if spl, tpl/.config is updatedMasahiro Yamada2014-10-231-0/+15
* | kbuild: fix a bug of the u-boot-spl link ruleMasahiro Yamada2014-10-231-4/+4
* | kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada2014-10-236-6/+22
* | kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=path/to/libgcc syntaxMasahiro Yamada2014-10-231-4/+0
* | x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada2014-10-233-6/+5
OpenPOWER on IntegriCloud