summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2015-08-182-8/+9
|\
| * env: use cache line aligned memory for flash readRavi Babu2015-08-171-5/+6
| * sf: allocate cache aligned buffers to copy from flashRavi Babu2015-08-171-3/+3
* | Revert "Align global_data to a 16-byte boundary"Simon Glass2015-08-171-1/+0
|/
* x86: Switch to using generic global_data setupSimon Glass2015-08-141-1/+2
* Allow arch-specific setting of global_data in board_init_f_mem()Simon Glass2015-08-141-2/+11
* Align global_data to a 16-byte boundarySimon Glass2015-08-141-0/+1
* common: Display >=4GiB memory bank sizeBin Meng2015-08-141-1/+2
* image-fdt.c: store returned error valueMax Krummenacher2015-08-131-1/+2
* generic-board: allow showing custom board infoMarcel Ziswiler2015-08-131-1/+1
* common/lcd_console: fix console/logo regressionMarcel Ziswiler2015-08-131-2/+2
* kconfig: add config option for shell promptNikita Kiryanov2015-08-131-0/+7
* common/cmd_source.c: Fix the source command failure under 64-bit platformGong Qianyu2015-08-121-3/+3
* spl: Fix compile warning for arm64Gong Qianyu2015-08-121-1/+1
* image: fix Android ramdisk support when dtb is specifiedRob Herring2015-08-121-10/+8
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-124-4/+12
* dm: pmic: Display the regulator limits on errorSimon Glass2015-08-051-1/+2
* dm: usb: fix USB Ethernet without CONFIG_DM_ETH regressionMarcel Ziswiler2015-08-051-3/+6
* Merge git://git.denx.de/u-boot-x86Tom Rini2015-08-055-5/+272
|\
| * efi: Add a command to display the memory mapSimon Glass2015-08-052-0/+258
| * Add a way to skip relocationSimon Glass2015-08-051-0/+9
| * efi: Avoid using non-existent text baseBen Stoltz2015-08-051-3/+4
| * common: command add '\n' for debug msgPeng Fan2015-08-051-1/+1
| * common: Print nothing in the __weak checkboard()Bin Meng2015-08-051-1/+0
* | usb: Fix device detection codeMarek Vasut2015-08-051-3/+7
|/
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-07-291-2/+6
|\
| * pxe: add AArch64 image supportStephen Warren2015-07-271-2/+6
* | Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-07-281-0/+22
|\ \
| * | cmd_mp: Add support for showing all CPU status by one commandMichal Simek2015-07-281-0/+22
| |/
* | generic_board: Call "checkboard" even though the root node has a "model" prop...Haikun.Wang@freescale.com2015-07-271-5/+2
|/
* Merge git://git.denx.de/u-boot-usbTom Rini2015-07-241-7/+26
|\
| * fastboot: Dynamic controller index for usb_gadget_handle_interruptsPaul Kocialkowski2015-07-221-1/+1
| * usb: board_usb_init and board_usb_cleanup calls in the fastboot commandPaul Kocialkowski2015-07-221-6/+25
* | spl: spl_mmc: Add option to boot from a MMC partition with offsetStefan Roese2015-07-241-0/+5
* | dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-213-4/+4
* | dm: usb: eth: Support driver model with USB EthernetSimon Glass2015-07-211-1/+1
* | dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETHSimon Glass2015-07-211-2/+5
* | dm: pci: Add support for PCI driver matchingSimon Glass2015-07-211-4/+4
* | dm: usb: Do not assume that first child is always a hubHans de Goede2015-07-211-5/+4
* | dm: usb: Fix "usb tree" outputHans de Goede2015-07-211-5/+5
* | usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-211-1/+1
* | usb: Pass device instead of portnr to usb_legacy_port_resetHans de Goede2015-07-211-4/+4
* | usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-211-5/+5
* | usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-211-3/+1
* | spl: Add a debug string before the jump to U-BootSimon Glass2015-07-211-0/+1
* | dm: spl: Allow device tree/driver model in board_init_f()Simon Glass2015-07-211-11/+24
* | dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass2015-07-211-2/+15
* | spl: Add debugging info for spl_mmc bootSimon Glass2015-07-211-2/+7
* | sandbox: Drop special-case sandbox console codeSimon Glass2015-07-211-5/+1
* | dm: Allow debug UART to support an early consoleSimon Glass2015-07-211-0/+19
OpenPOWER on IntegriCloud