summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-08-12spl, common, serial: build SPL without serial supportHeiko Schocher
2015-08-05dm: pmic: Display the regulator limits on errorSimon Glass
2015-08-05dm: usb: fix USB Ethernet without CONFIG_DM_ETH regressionMarcel Ziswiler
2015-08-05Merge git://git.denx.de/u-boot-x86Tom Rini
2015-08-05usb: Fix device detection codeMarek Vasut
2015-08-05efi: Add a command to display the memory mapSimon Glass
2015-08-05Add a way to skip relocationSimon Glass
2015-08-05efi: Avoid using non-existent text baseBen Stoltz
2015-08-05common: command add '\n' for debug msgPeng Fan
2015-08-05common: Print nothing in the __weak checkboard()Bin Meng
2015-07-29Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2015-07-28Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini
2015-07-28cmd_mp: Add support for showing all CPU status by one commandMichal Simek
2015-07-27pxe: add AArch64 image supportStephen Warren
2015-07-27generic_board: Call "checkboard" even though the root node has a "model" prop...Haikun.Wang@freescale.com
2015-07-24Merge git://git.denx.de/u-boot-usbTom Rini
2015-07-24spl: spl_mmc: Add option to boot from a MMC partition with offsetStefan Roese
2015-07-22fastboot: Dynamic controller index for usb_gadget_handle_interruptsPaul Kocialkowski
2015-07-22usb: board_usb_init and board_usb_cleanup calls in the fastboot commandPaul Kocialkowski
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass
2015-07-21dm: usb: eth: Support driver model with USB EthernetSimon Glass
2015-07-21dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETHSimon Glass
2015-07-21dm: pci: Add support for PCI driver matchingSimon Glass
2015-07-21dm: usb: Do not assume that first child is always a hubHans de Goede
2015-07-21dm: usb: Fix "usb tree" outputHans de Goede
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede
2015-07-21usb: Pass device instead of portnr to usb_legacy_port_resetHans de Goede
2015-07-21usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede
2015-07-21usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede
2015-07-21spl: Add a debug string before the jump to U-BootSimon Glass
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass
2015-07-21dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass
2015-07-21spl: Add debugging info for spl_mmc bootSimon Glass
2015-07-21sandbox: Drop special-case sandbox console codeSimon Glass
2015-07-21dm: Allow debug UART to support an early consoleSimon Glass
2015-07-21mkimage: Display a better list of available image typesSimon Glass
2015-07-20Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2015-07-20board/ls2085rdb: Export functions for standalone AQ FW load appsPrabhakar Kushwaha
2015-07-20cmd_fdt: save fdtaddr in hex formatSudeep Holla
2015-07-20fdt: prevent clearing memory node if there are no banksAndre Przywara
2015-07-14cmd: date: Change to use CONFIG_DM_RTC instead of CONFIG_DM_I2CBin Meng
2015-07-14dm: cpu: Fix undefined ENOSYS build errorBin Meng
2015-07-14spi: sf: Print the error code on failureSimon Glass
2015-07-14x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng
2015-07-11scsi: fix compiler warning with DEBUG and 48bit LBAsAndre Przywara
2015-07-01common: Add CMD_SF Kconfig entryJagan Teki
2015-06-30mtd, spi: Check if flash pointer is usedHeiko Schocher
2015-06-30spi, sf: Use offset and size in sf cmd from mtdpartitionHeiko Schocher
2015-06-30mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher
2015-06-30mtd, spi: Add MTD layer driverDaniel Schwierzeck