public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-05-13 11:15:07 to 2016-05-14 20:02:53 UTC [more...]

[U-Boot] [PATCH 00/20] dm: rockchip: Move rockchip boards to to use CONFIG_BLK
 2016-05-14 20:02 UTC  (3+ messages)
` [U-Boot] [PATCH 01/20] tiny-printf: Tidy up a few nits
` [U-Boot] [PATCH 02/20] tiny-printf: Support snprintf()

[U-Boot] [PATCH v2 1/7] efi_loader: Add network access support
 2016-05-14 19:49 UTC  (3+ messages)
` [U-Boot] [PATCH v3 "

[U-Boot] [PATCH] mailbox: implement a sandbox test
 2016-05-14 19:42 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/24] dm: mmc: Add driver-model block-device support to MMC
 2016-05-14 19:38 UTC  (47+ messages)
` [U-Boot] [PATCH v2 01/24] dm: blk: Fix allocation of block-device numbering
` [U-Boot] [PATCH v2 02/24] dm: core: Allow device names to be freed automatically
` [U-Boot] [PATCH v2 03/24] dm: blk: Free the block device name when unbound
` [U-Boot] [PATCH v2 04/24] dm: mmc: Move mmc_switch_part() above its callers
` [U-Boot] [PATCH v2 05/24] dm: mmc: Implement the select_hwpart() method
` [U-Boot] [PATCH v2 06/24] dm: mmc: Add a function to obtain the block device
` [U-Boot] [PATCH v2 07/24] dm: mmc: spl: Use the legacy block interface in SPL
` [U-Boot] [PATCH v2 08/24] dm: mmc: Use the new select_hwpart() API
` [U-Boot] [PATCH v2 09/24] dm: blk: Add functions to select a hardware partition
` [U-Boot] [PATCH v2 10/24] dm: part: Use the legacy block driver for hardware partition support
` [U-Boot] [PATCH v2 11/24] dm: part: Drop the block_drvr table
` [U-Boot] [PATCH v2 12/24] dm: blk: Add a comment as to why the bdev member is needed
` [U-Boot] [PATCH v2 13/24] dm: mmc: Set up the device pointer when using the MMC uclass
` [U-Boot] [PATCH v2 14/24] dm: mmc: Move the device list into a separate file
` [U-Boot] [PATCH v2 15/24] dm: blk: Use the correct error code for blk_get_device_by_str()
` [U-Boot] [PATCH v2 16/24] dm: mmc: Adjust mmc_switch_part() to use a struct mmc
` [U-Boot] [PATCH v2 17/24] dm: sandbox: Only enable the sandbox MMC driver when valid
` [U-Boot] [PATCH v2 18/24] dm: mmc: Implement the MMC functions for block devices
` [U-Boot] [PATCH v2 19/24] dm: mmc: Add a way to bind MMC devices with driver model
` [U-Boot] [PATCH v2 20/24] dm: mmc: Add support for driver-model block devices
` [U-Boot] [PATCH v2 21/24] dm: mmc: sandbox: Add an SD-card emulation
` [U-Boot] [PATCH v2 22/24] dm: sandbox: mmc: Enable building MMC code for sandbox
` [U-Boot] [PATCH v2 23/24] dm: mmc: test: Add tests for MMC

[U-Boot] [PATCH v2 00/44] dm: blk: Add more driver-model support for block devices
 2016-05-14 19:37 UTC  (91+ messages)
` [U-Boot] [PATCH v2 01/44] Revert "dm: sandbox: Drop the pre-DM host implementation"
` [U-Boot] [PATCH v2 02/44] dm: sandbox: Add a board for sandbox without CONFIG_BLK
` [U-Boot] [PATCH v2 03/44] pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE
` [U-Boot] [PATCH v2 04/44] dm: Rename disk uclass to ahci
` [U-Boot] [PATCH v2 05/44] Allow iotrace byte access to use an address of any size
` [U-Boot] [PATCH v2 06/44] sandbox: Add string and 16-bit I/O functions
` [U-Boot] [PATCH v2 07/44] sandbox: Add dummy SCSI functions
` [U-Boot] [PATCH v2 08/44] sandbox: Add dummy SATA functions
` [U-Boot] [PATCH v2 09/44] dm: scsi: Remove the forward declarations
` [U-Boot] [PATCH v2 10/44] dm: scsi: Fix up code style
` [U-Boot] [PATCH v2 11/44] dm: ide: Correct various code style problems
` [U-Boot] [PATCH v2 12/44] dm: ide: Remove the forward declarations
` [U-Boot] [PATCH v2 13/44] dm: sata: Fix code style problems in cmd/sata.c
` [U-Boot] [PATCH v2 14/44] dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
` [U-Boot] [PATCH v2 15/44] dm: blk: Add a legacy block interface
` [U-Boot] [PATCH v2 16/44] dm: systemace: "
` [U-Boot] [PATCH v2 17/44] dm: sandbox: Add a legacy host "
` [U-Boot] [PATCH v2 18/44] dm: usb: Add a legacy block interface for USB storage
` [U-Boot] [PATCH v2 19/44] dm: mmc: Add a legacy block interface for MMC
` [U-Boot] [PATCH v2 20/44] dm: mmc: Add an implementation of the 'devnum' functions
` [U-Boot] [PATCH v2 21/44] dm: scsi: Separate the non-command code into its own file
` [U-Boot] [PATCH v2 22/44] dm: ide: "
` [U-Boot] [PATCH v2 23/44] dm: sata: "
` [U-Boot] [PATCH v2 24/44] dm: disk: Use legacy block driver info for block device access
` [U-Boot] [PATCH v2 25/44] dm: usb: Drop the get_dev() function
` [U-Boot] [PATCH v2 26/44] dm: ide: "
` [U-Boot] [PATCH v2 27/44] dm: mmc: "
` [U-Boot] [PATCH v2 28/44] dm: scsi: "
` [U-Boot] [PATCH v2 29/44] dm: sata: "
` [U-Boot] [PATCH v2 30/44] dm: systemace: "
` [U-Boot] [PATCH v2 31/44] dm: blk: Drop the systemace.h header
` [U-Boot] [PATCH v2 32/44] dm: sandbox: Drop the host_get_dev() function
` [U-Boot] [PATCH v2 33/44] dm: part: Drop the get_dev() method
` [U-Boot] [PATCH v2 34/44] dm: ide: Add support for driver-model block devices
` [U-Boot] [PATCH v2 35/44] dm: sandbox: Enable IDE
` [U-Boot] [PATCH v2 36/44] dm: scsi: Add support for driver-model block devices
` [U-Boot] [PATCH v2 37/44] dm: sandbox: Enable SCSI
` [U-Boot] [PATCH v2 38/44] dm: sata: Add support for driver-model block devices
` [U-Boot] [PATCH v2 39/44] dm: sandbox: Enable SATA
` [U-Boot] [PATCH v2 40/44] dm: blk: Allow blk_create_device() to allocate the device number
` [U-Boot] [PATCH v2 41/44] dm: blk: Add a easier way to create a named block device
` [U-Boot] [PATCH v2 42/44] dm: systemace: Reorder function to avoid forward declarataions
` [U-Boot] [PATCH v2 43/44] dm: systemace: Add driver-mode block-device support
` [U-Boot] [PATCH v2 44/44] dm: sandbox: Enable systemace

[U-Boot] [PATCH v3 00/12] Convert davinci_spi to DM
 2016-05-14 19:34 UTC  (3+ messages)
` [U-Boot] [PATCH v3 01/12] dm: core: implement dev_map_phsymem()

[U-Boot] Adding SPI slave devices To DM
 2016-05-14 19:34 UTC  (2+ messages)

[U-Boot] [PATCH V2] Add a mailbox driver framework/uclass
 2016-05-14 19:33 UTC  (2+ messages)

[U-Boot] when stuff in a "common/" directory has no value?
 2016-05-14 18:22 UTC 

[U-Boot] [PATCH 00/10][v3] armv8: fsl-layerscape: Add support of LS1012A SoC and platform
 2016-05-14 18:14 UTC  (12+ messages)
` [U-Boot] [PATCH 01/10][v3] armv8: fsl-layerscape: Put SMMU config code in SMMU_BASE
` [U-Boot] [PATCH 02/10][v3] armv8: fsl-layerscape: Avoid LS1043A specifc defines
` [U-Boot] [PATCH 03/10][v3] driver: mtd: spi: Adding support for QSPI flash
` [U-Boot] [PATCH 04/10][v3] armv8: fsl-layerscape: fix compile warning "rcw_tmp"
` [U-Boot] [PATCH 05/10][v3] armv8: fsl-layerscape: Organize SoC overview at common location
` [U-Boot] [PATCH 06/10][v3] armv8: fsl-layerscape: Add support of QorIQ LS1012A SoC
` [U-Boot] [PATCH 07/10][v3] board: freescale: common: Conditionally compile IFC QXIS func
` [U-Boot] [PATCH 08/10][v3] board: freescale: common: Add flag for LBMAP brdcfg reg offset
` [U-Boot] [PATCH 09/10][v3] armv8: ls1012a: Add support of ls1012aqds board
` [U-Boot] [PATCH 10/10][v3] armv8: ls1012a: Add support of ls1012ardb board

[U-Boot] RFC, dm: devices and device_info platdata manual relocation
 2016-05-14 10:59 UTC 

[U-Boot] "make clean" not traversing into board-specific directories?
 2016-05-14  9:10 UTC  (4+ messages)

[U-Boot] [PATCH 0/9][v2] armv8: fsl-layerscape: Add support of LS1012A SoC and platform
 2016-05-14  5:22 UTC  (4+ messages)
` [U-Boot] [PATCH 8/9][v2] armv8: ls1012a: Add support of ls1012aqds board

[U-Boot] [PATCH] sunxi: Increase the SPL header size to 48 bytes to avoid code corruption
 2016-05-14  1:29 UTC  (2+ messages)

[U-Boot] [PATCH v2] sunxi: Increase SPL header size to 64 bytes to avoid code corruption
 2016-05-14  1:13 UTC 

[U-Boot] [PATCH] mailbox: add Tegra186 HSP driver
 2016-05-13 21:52 UTC 

[U-Boot] [PATCH] Add a mailbox driver framework/uclass
 2016-05-13 21:26 UTC  (3+ messages)

[U-Boot] [PATCH] test, tools: update tbot documentation
 2016-05-13 20:47 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 00/11] driver model bring-up of musb on AM335x GP and BBB
 2016-05-13 20:46 UTC  (7+ messages)
` [U-Boot] [PATCH v2 03/11] drivers: usb: musb: add ti musb misc driver for wrapper
` [U-Boot] [PATCH v2 05/11] drivers: usb: musb: adopt musb backend driver to driver model
` [U-Boot] [PATCH v2 06/11] drivers: usb: musb: add ti musb host driver with driver model support

[U-Boot] [PATCH 00/12] Introduce layout aware eeprom commands
 2016-05-13 20:46 UTC  (8+ messages)

[U-Boot] [PATCH 00/12] cleanup QEMU fw_cfg code
 2016-05-13 20:46 UTC  (27+ messages)
` [U-Boot] [PATCH 01/12] x86: qemu: fix ACPI Kconfig options
` [U-Boot] [PATCH 02/12] cmd: qfw: add API to iterate firmware list
` [U-Boot] [PATCH 03/12] cmd: qfw: remove qemu_fwcfg_free_files()
` [U-Boot] [PATCH 04/12] cmd: qfw: make fwcfg_present and fwcfg_dma_present public
` [U-Boot] [PATCH 05/12] x86: qemu: split qfw command interface and qfw core
` [U-Boot] [PATCH 06/12] x86: qemu: move x86 specific operations out of "
` [U-Boot] [PATCH 07/12] x86: qemu: add comment about qfw register endianness
` [U-Boot] [PATCH 08/12] cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]
` [U-Boot] [PATCH 09/12] cmd: qfw: workaround qfw build issue
` [U-Boot] [PATCH 10/12] cmd: qfw: do not depend on x86
` [U-Boot] [PATCH 11/12] cmd: qfw: bring ACPI generation code into qfw core
` [U-Boot] [PATCH 12/12] x86: qemu: rename qemu/acpi_table.c

[U-Boot] [PATCH 0/8] ARM: AM335x: Add support for FIT and various platforms
 2016-05-13 20:46 UTC  (11+ messages)
` [U-Boot] [PATCH 2/8] board: am33xx: fit: add support for selecting dtb dynamically
` [U-Boot] [PATCH 3/8] ARM: dts: am335x-bone: Enable uart and timer
` [U-Boot] [PATCH 5/8] ARM: dts: am335x: fix cd-gpios definition as per hardware design and dt binding docs
` [U-Boot] [PATCH 6/8] ARM: dts: AM335x-evmsk: Add initial support
` [U-Boot] [PATCH 7/8] ARM: dts: AM335x-BBG: "

[U-Boot] [PATCH 0/8] ARM: AM335x: Add support for ICEv2 board
 2016-05-13 20:45 UTC  (17+ messages)
` [U-Boot] [PATCH 1/8] board: AM335x-ICEv2: Add epprom support
` [U-Boot] [PATCH 2/8] board: AM335x-ICEv2: Add pinmux support
` [U-Boot] [PATCH 3/8] board: AM335x-ICEv2: Add DDR data
` [U-Boot] [PATCH 4/8] ARM: AM33xx: Add support for Clock Synthesizer
` [U-Boot] [PATCH 5/8] board: AM335x-ICEv2: Add cpsw support
` [U-Boot] [PATCH 6/8] config: env: Set AM335x-ICEv2 board specific env
` [U-Boot] [PATCH 7/8] ARM: dts: AM335x-ICEv2: Add minimal dts support
` [U-Boot] [PATCH 8/8] configs: Add AM335x-ICEv2 defconfig

[U-Boot] [PATCH 0/6] ARM: AM43xx: Enable FIT and EPOS, IDK support
 2016-05-13 20:45 UTC  (11+ messages)
` [U-Boot] [PATCH 2/6] board: am43xx: fit: add support for selecting dtb dynamically
` [U-Boot] [PATCH 3/6] ARM: AM43: Enable FIT
` [U-Boot] [PATCH 4/6] ARM: dts: AM43x-EPOS Initial Support
` [U-Boot] [PATCH 5/6] ARM: dts: AM437x-IDK "
` [U-Boot] [PATCH 6/6] ARM: AM43xx: configs: Update usb host boot defconfig

[U-Boot] [PATCH v2] tests: py: fix NameError exception if bdi cmd is not supported
 2016-05-13 20:44 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] ARM: AM57xx: Enable fit support
 2016-05-13 20:44 UTC  (11+ messages)
` [U-Boot] [PATCH 1/5] board: am57xx: Rename TARGET_BEAGLE_X15 as TARGET_AM57XX_EVM
` [U-Boot] [PATCH 2/5] board: am57xx: fit: add support for selecting dtb dynamically
` [U-Boot] [PATCH 3/5] ARM: AM57xx: Enable FIT
` [U-Boot] [PATCH 4/5] ARM: dts: AM572x-IDK Initial Support
` [U-Boot] [PATCH 5/5] ti_omap5_common: Add right dtb file for AM572x-IDK

[U-Boot] [PATCH 0/5] LS2080ARDB: Enable EFI boot support
 2016-05-13 19:52 UTC  (16+ messages)
` [U-Boot] [PATCH 1/5] ls2080: Exit dpaa only right before exiting U-Boot
` [U-Boot] [PATCH 2/5] ls2080: Disable dcache during ddr init
` [U-Boot] [PATCH 3/5] efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3
` [U-Boot] [PATCH 4/5] ls2080ardb: Reserve DP-DDR RAM
` [U-Boot] [PATCH 5/5] ls2080ardb: Convert to distro boot
  ` [U-Boot] [PATCH v2 "

[U-Boot] U-Boot NOR Flash Copy Time Reduction
 2016-05-13 18:19 UTC  (2+ messages)

[U-Boot] [RFC] fastboot: sparse image handling and sessionId
 2016-05-13 17:48 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] armv8: Support loading 32-bit OS in AArch32 execution state
 2016-05-13 16:34 UTC  (6+ messages)
` [U-Boot] [PATCH 1/2] "
` [U-Boot] [PATCH 2/2] armv8: fsl-layerscape: SMP support for loading 32-bit OS

[U-Boot] [PATCH 0/2] Add support for Amlogic Meson MMC controller
 2016-05-13 16:07 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] mmc: Add Amlogic Meson driver

[U-Boot] [PATCH] kbuild: fixdep: Check fstat(2) return value
 2016-05-13 14:54 UTC 

[U-Boot] [PATCH] mmc: dw_mmc: fix the wrong AND operation
 2016-05-13 14:37 UTC 

[U-Boot] U-Boot 2016.03 on Altera Cyclone 5 SOCKIT
 2016-05-13 14:12 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/25] exynos: video: Convert exynos LCD driver to use driver model
 2016-05-13 13:09 UTC  (9+ messages)

[U-Boot] [PATCH 0/4] am57xx: beagle-x15: get usb host working
 2016-05-13 12:47 UTC  (18+ messages)
` [U-Boot] [PATCH 1/4] usb: dwc3: fix kconfig
` [U-Boot] [PATCH 2/4] board: ti: am57xx: Fix USB configuration
  ` [U-Boot] [PATCH v2 "
` [U-Boot] [PATCH 3/4] usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabled
` [U-Boot] [PATCH 4/4] usb: gadget: udc: Build on USB_GADGET

[U-Boot] drivers/crypto/fsl/Makefile: strange assignment
 2016-05-13 12:30 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/3] dm: gpio: Add driver for MPC85xx GPIO controller
 2016-05-13 11:50 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/3] dm: gpio: Add driver for MPC85XX "
` [U-Boot] [PATCH v3 2/3] dm: gpio: Add methods for open drain setting
` [U-Boot] [PATCH v3 3/3] dm: gpio: Implement open drain for MPC85XX GPIO


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox