summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-25gpio: add protype for name_to_gpioJeroen Hofstee
2014-10-25fdt_support: add prototypes for __weak functionsJeroen Hofstee
2014-10-25elf: add prototype for valid_elf_imageJeroen Hofstee
2014-10-25bootm: add prototype for arch_preboot_osJeroen Hofstee
2014-10-25arm: vectors: provide protypes from vectors.SJeroen Hofstee
2014-10-25twister: add missing includesJeroen Hofstee
2014-10-25omap3: board: add missing include and protoJeroen Hofstee
2014-10-25net: davince: add missing includeJeroen Hofstee
2014-10-25mmc: bcm2835_sdhci: add missing includeJeroen Hofstee
2014-10-25lib: bootm: add missing includeJeroen Hofstee
2014-10-25leds: missing includeJeroen Hofstee
2014-10-25imx: add missing includesJeroen Hofstee
2014-10-25common/cmd_elf.c: add missing includeJeroen Hofstee
2014-10-25arch-mx: add missing includeJeroen Hofstee
2014-10-25string.h: add missing prototypesJeroen Hofstee
2014-10-25common:console: add missing includeJeroen Hofstee
2014-10-25modem.c: Switch to debug() from dbg found in common/console.cTom Rini
2014-10-25video: ipu: prevent warnings with W=1Jeroen Hofstee
2014-10-25tegra: make local functions staticJeroen Hofstee
2014-10-25serial: make local functions staticJeroen Hofstee
2014-10-25sdhci: make local functions staticJeroen Hofstee
2014-10-25omap_gpmc: fix warnigs with W=1Jeroen Hofstee
2014-10-25omap3: make local functions staticJeroen Hofstee
2014-10-25net: fec_mxc: make local functions staticJeroen Hofstee
2014-10-25lmb: make local functions staticJeroen Hofstee
2014-10-25image-fit: make local function staticJeroen Hofstee
2014-10-25gpio: make local functions staticJeroen Hofstee
2014-10-25eth: make eth_address_set staticJeroen Hofstee
2014-10-25env_nand: make local functions staticJeroen Hofstee
2014-10-25ehci-hcd.c: make local functions staticJeroen Hofstee
2014-10-25disk/part.c: make local function staticJeroen Hofstee
2014-10-25common: board_r: make local functions staticJeroen Hofstee
2014-10-25common: cmd_elf: make do_bootelf_exec staticJeroen Hofstee
2014-10-25video: use __weakJeroen Hofstee
2014-10-25usb: use __weakJeroen Hofstee
2014-10-25samsung: board: use __weakJeroen Hofstee
2014-10-25pci: use __weakJeroen Hofstee
2014-10-25net: phy: fix warnings with W=1Jeroen Hofstee
2014-10-25misc: use __weakJeroen Hofstee
2014-10-25cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64}Jeroen Hofstee
2014-10-24common: board: use __weakJeroen Hofstee
2014-10-24arm: board: use __weakJeroen Hofstee
2014-10-23kbuild: clear VENDOR variable to fix build error on tcshMasahiro Yamada
2014-10-23Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2014-10-23mips: enable CONFIG_USE_PRIVATE_LIBGCC by defaultMasahiro Yamada
2014-10-23kconfig: invoke silentoldconfig if spl, tpl/.config is updatedMasahiro Yamada
2014-10-23kbuild: fix a bug of the u-boot-spl link ruleMasahiro Yamada
2014-10-23kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada
2014-10-23kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=path/to/libgcc syntaxMasahiro Yamada
2014-10-23x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada