| Commit message (Expand) | Author | Age | Lines |
* | imx: add missing includes | Jeroen Hofstee | 2014-10-25 | -0/+4 |
* | common/cmd_elf.c: add missing include | Jeroen Hofstee | 2014-10-25 | -0/+1 |
* | arch-mx: add missing include | Jeroen Hofstee | 2014-10-25 | -0/+2 |
* | string.h: add missing prototypes | Jeroen Hofstee | 2014-10-25 | -0/+7 |
* | common:console: add missing include | Jeroen Hofstee | 2014-10-25 | -1/+2 |
* | modem.c: Switch to debug() from dbg found in common/console.c | Tom Rini | 2014-10-25 | -7/+6 |
* | video: ipu: prevent warnings with W=1 | Jeroen Hofstee | 2014-10-25 | -15/+4 |
* | tegra: make local functions static | Jeroen Hofstee | 2014-10-25 | -43/+19 |
* | serial: make local functions static | Jeroen Hofstee | 2014-10-25 | -15/+15 |
* | sdhci: make local functions static | Jeroen Hofstee | 2014-10-25 | -3/+3 |
* | omap_gpmc: fix warnigs with W=1 | Jeroen Hofstee | 2014-10-25 | -18/+18 |
* | omap3: make local functions static | Jeroen Hofstee | 2014-10-25 | -3/+3 |
* | net: fec_mxc: make local functions static | Jeroen Hofstee | 2014-10-25 | -3/+5 |
* | lmb: make local functions static | Jeroen Hofstee | 2014-10-25 | -1/+1 |
* | image-fit: make local function static | Jeroen Hofstee | 2014-10-25 | -1/+1 |
* | gpio: make local functions static | Jeroen Hofstee | 2014-10-25 | -2/+2 |
* | eth: make eth_address_set static | Jeroen Hofstee | 2014-10-25 | -1/+1 |
* | env_nand: make local functions static | Jeroen Hofstee | 2014-10-25 | -2/+2 |
* | ehci-hcd.c: make local functions static | Jeroen Hofstee | 2014-10-25 | -1/+1 |
* | disk/part.c: make local function static | Jeroen Hofstee | 2014-10-25 | -1/+1 |
* | common: board_r: make local functions static | Jeroen Hofstee | 2014-10-25 | -4/+4 |
* | common: cmd_elf: make do_bootelf_exec static | Jeroen Hofstee | 2014-10-25 | -2/+1 |
* | video: use __weak | Jeroen Hofstee | 2014-10-25 | -32/+10 |
* | usb: use __weak | Jeroen Hofstee | 2014-10-25 | -12/+3 |
* | samsung: board: use __weak | Jeroen Hofstee | 2014-10-25 | -6/+2 |
* | pci: use __weak | Jeroen Hofstee | 2014-10-25 | -6/+2 |
* | net: phy: fix warnings with W=1 | Jeroen Hofstee | 2014-10-25 | -5/+2 |
* | misc: use __weak | Jeroen Hofstee | 2014-10-25 | -11/+3 |
* | cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64} | Jeroen Hofstee | 2014-10-25 | -34/+16 |
* | common: board: use __weak | Jeroen Hofstee | 2014-10-24 | -16/+4 |
* | arm: board: use __weak | Jeroen Hofstee | 2014-10-24 | -28/+12 |
* | kbuild: clear VENDOR variable to fix build error on tcsh | Masahiro Yamada | 2014-10-23 | -0/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2014-10-23 | -63/+1014 |
|\ |
|
| * | tegra: apalis_t30: master revamp | Marcel Ziswiler | 2014-10-22 | -4/+4 |
| * | tegra: dts: colibri_t30 add serial port details | Marcel Ziswiler | 2014-10-22 | -0/+4 |
| * | tegra: colibri_t30: clean-up spurious new line | Marcel Ziswiler | 2014-10-22 | -1/+0 |
| * | ARM: tegra: Use mem size from MC in combination with get_ram_size() | Marcel Ziswiler | 2014-10-22 | -51/+127 |
| * | tegra: clean-up useless define | Marcel Ziswiler | 2014-10-22 | -4/+0 |
| * | gpio: header file comment spelling fixes | Marcel Ziswiler | 2014-10-22 | -5/+5 |
| * | tegra: colibri_t30: asix usb ethernet reset regression | Marcel Ziswiler | 2014-10-22 | -1/+1 |
| * | tegra: gpio: fix null label regression | Marcel Ziswiler | 2014-10-22 | -0/+3 |
| * | mmc: Tegra: Fix timeout issue seen on certain eMMC parts | Marcel Ziswiler | 2014-10-22 | -1/+1 |
| * | arm: tegra: use architecture specific memcpy | Marcel Ziswiler | 2014-10-22 | -0/+2 |
| * | arm: tegra: initial support for apalis t30 | Marcel Ziswiler | 2014-10-22 | -0/+866 |
| * | ARM: tegra: add PCIe-related pins to the Jetson TK1 pinmux tables | Stephen Warren | 2014-10-22 | -0/+5 |
* | | mips: enable CONFIG_USE_PRIVATE_LIBGCC by default | Masahiro Yamada | 2014-10-23 | -0/+3 |
* | | kconfig: invoke silentoldconfig if spl, tpl/.config is updated | Masahiro Yamada | 2014-10-23 | -0/+15 |
* | | kbuild: fix a bug of the u-boot-spl link rule | Masahiro Yamada | 2014-10-23 | -4/+4 |
* | | kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig | Masahiro Yamada | 2014-10-23 | -6/+22 |
* | | kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=path/to/libgcc syntax | Masahiro Yamada | 2014-10-23 | -4/+0 |