summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* axm/taurus: Enable tiny printf in SPLTom Rini2016-01-19-0/+2
* vsprintf.c: Always enable CONFIG_SYS_VSNPRINTFTom Rini2016-01-19-51/+0
* image: fix getenv_bootm_size() functionMasahiro Yamada2016-01-19-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2016-01-16-1026/+2396
|\
| * MIPS: implement bit manipulating I/O accessorsDaniel Schwierzeck2016-01-16-0/+55
| * MIPS: fix SPDX license identifier in remaining arch header filesDaniel Schwierzeck2016-01-16-55/+32
| * MIPS: sync processor and register definitions with linux-4.4Daniel Schwierzeck2016-01-16-553/+1211
| * MIPS: sync I/O related header files with linux-4.4Daniel Schwierzeck2016-01-16-364/+941
| * net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck2016-01-16-7/+21
| * MIPS: kconfig: add option for MIPS_L1_CACHE_SHIFTDaniel Schwierzeck2016-01-16-10/+25
| * MIPS: vct: fix I/O accessor callsDaniel Schwierzeck2016-01-16-2/+4
| * MIPS: malta: fix IO accessor callDaniel Schwierzeck2016-01-16-1/+2
| * MIPS: malta: do not pull in target header files in config.hDaniel Schwierzeck2016-01-16-6/+3
| * MIPS: Kconfig: optimize gcc -march and -mtune setupDaniel Schwierzeck2016-01-16-15/+24
| * MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/Daniel Schwierzeck2016-01-16-7/+7
| * MIPS: Kconfig: refactor machine setupDaniel Schwierzeck2016-01-16-1/+6
| * MIPS: add initial infrastructure for device-tree filesDaniel Schwierzeck2016-01-16-1/+44
| * MIPS: do not build position-independent executables for SPLDaniel Schwierzeck2016-01-16-4/+14
| * MIPS: create .text sub-sections for assembler functionsDaniel Schwierzeck2016-01-16-1/+3
| * MIPS: fix annotation of _start and relocate_codeDaniel Schwierzeck2016-01-16-7/+11
| * MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.Purna Chandra Mandal2016-01-16-0/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-01-16-32/+47
|\ \
| * | socfpga: Modify qts-filter args to allow input for bsp generated files and qu...Dalon Westergreen2016-01-16-31/+45
| * | arm: socfpga: set the fpga global bit to disable HPS to FPGA signalsDinh Nguyen2016-01-16-1/+1
| * | ddr: altera: Init the rule ID in debug codeMarek Vasut2016-01-16-0/+1
| |/
* | common: usb: fix checking conditionPeng Fan2016-01-16-1/+1
* | usb: host: ehci-vf: Implement board_usb_phy_mode weak functionSanchayan Maity2016-01-16-0/+10
* | usb: host: ehci-vf: Remove hardcoded USB host client configurationSanchayan Maity2016-01-16-5/+0
* | usb:ci_udc: Remove ULPI setting for i.MX OTG controllerYe.Li2016-01-16-11/+3
|/
* Merge git://git.denx.de/u-boot-rockchipTom Rini2016-01-15-1/+15
|\
| * dm: spi_flash: Allow the uclass to work without printf()Simon Glass2016-01-15-1/+7
| * mmc: rockchip: the non-removable property must point to emmchuang lin2016-01-15-0/+2
| * MAINTAINERS: add entry for RockchipMasahiro Yamada2016-01-15-0/+6
* | eth-raw-os.c: Add cast to bind(2) callTom Rini2016-01-15-1/+2
* | x86: Fix board init breakageSimon Glass2016-01-15-1/+1
* | dm: pci: Avoid a memory leak when allocating the ROMSimon Glass2016-01-15-12/+33
* | dm: pci: Add a 'fall through' commentSimon Glass2016-01-15-0/+1
* | Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-14-72/+75
|/
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-01-14-105/+3143
|\
| * x86: qemu: add documentaion for the fw_cfg interfaceMiao Yan2016-01-13-3/+31
| * x86: qemu: remove cpu node in device treeMiao Yan2016-01-13-14/+0
| * x86: qemu: fix cpu device in smp bootMiao Yan2016-01-13-11/+72
| * x86: use actual CPU number for allocating memoryMiao Yan2016-01-13-3/+3
| * x86: fix a typo in function nameMiao Yan2016-01-13-3/+3
| * x86: qemu: add a cpu uclass driver for qemu targetMiao Yan2016-01-13-5/+62
| * x86: qemu: add fw_cfg supportMiao Yan2016-01-13-1/+380
| * x86: adjust ramdisk load addressMiao Yan2016-01-13-1/+2
| * x86: ivybridge: Add macros for LPC decode rangesBin Meng2016-01-13-0/+10
| * x86: fsp: Always use hex numbers in the hob command outputBin Meng2016-01-13-2/+2
| * x86: ivybridge: Do not require HAVE_INTEL_MEBin Meng2016-01-13-1/+2