messages from 2015-05-04 17:31:02 to 2015-05-05 17:42:32 UTC [more...]
[U-Boot] Compile x86 minnowboard max got error
2015-05-05 17:42 UTC (4+ messages)
[U-Boot] [PATCH v4 0/9] dm usb fixes + sunxi dm ehci support
2015-05-05 17:42 UTC (20+ messages)
` [U-Boot] [PATCH v4 1/9] dm: usb: Make usb_get_bus easier to use for callers
` [U-Boot] [PATCH v4 2/9] dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
` [U-Boot] [PATCH v4 3/9] dm: usb: Use usb_get_bus in dm ehci code
` [U-Boot] [PATCH v4 4/9] dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code
` [U-Boot] [PATCH v4 5/9] dm: usb: Set desc_before_addr from "
` [U-Boot] [PATCH v4 6/9] dm: usb: Add support for interrupt queues to the dm usb code
` [U-Boot] [PATCH v4 7/9] dm: usb: Prefix ehci interrupt-queue functions with _ehci_
` [U-Boot] [PATCH v4 8/9] dm: usb: Add support for interrupt queues to the dm ehci code
` [U-Boot] [PATCH v4 9/9] sunxi: ehci: Convert to the driver-model
[U-Boot] [PATCH 1/3] net: Implement random ethaddr fallback in eth.c
2015-05-05 17:36 UTC (10+ messages)
` [U-Boot] [PATCH 2/3] net: Remove all references to CONFIG_ETHADDR and friends
` [U-Boot] [PATCH 3/3] net: Remove all calls to net_random_ethaddr()
[U-Boot] [PATCH] common: hash: fix crc32 verify
2015-05-05 17:25 UTC (2+ messages)
[U-Boot] [PATCH 1/2] Fix inconsistency of VERIFY defines in cmd_mem
2015-05-05 17:23 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] Fix broken verify functionality in crc32 command
[U-Boot] [PATCH] powerpc/mpc85xx: Add board support for ucp1020
2015-05-05 16:56 UTC (5+ messages)
[U-Boot] Please pull u-boot-mpc85xx master
2015-05-05 16:55 UTC
[U-Boot] [PATCH] powerpc/mpc85xx: Fix compiling error for common/cmd_gpio.c
2015-05-05 16:41 UTC (2+ messages)
[U-Boot] [PATCH] t4240qds: apply some updates
2015-05-05 16:40 UTC (4+ messages)
[U-Boot] [PATCH] t2080rdb/rcw: update ddr frequency from 1600MT/s to 1867MT/s
2015-05-05 16:40 UTC (2+ messages)
[U-Boot] [PATCH v3 4/4] powerpc/t2080qds: enable eSDHC peripheral clock support
2015-05-05 16:39 UTC (2+ messages)
[U-Boot] [PATCH v3 3/4] mmc: fsl_esdhc: Add peripheral clock support
2015-05-05 16:39 UTC (2+ messages)
[U-Boot] [PATCH v3 2/4] powerpc/t2080qds: enable eSDHC adapter card type identification
2015-05-05 16:38 UTC (2+ messages)
[U-Boot] [PATCH v3 1/4] mmc: fsl_esdhc: Add adapter card type identification support
2015-05-05 16:38 UTC (2+ messages)
[U-Boot] [PATCH] board/t2080rdb: reset cs4315 phy
2015-05-05 16:37 UTC (2+ messages)
[U-Boot] [PATCH] fsl/deepsleep: avoid the DDR restore from being optimized out
2015-05-05 16:36 UTC (2+ messages)
[U-Boot] [PATCH] powerpc/mpc85xx: Don't deref NULL if qman portal lacks cell-index
2015-05-05 16:36 UTC (2+ messages)
[U-Boot] [PATCH] board/t102x: use fdt_setprop_string instead of fdt_setprop
2015-05-05 16:35 UTC (2+ messages)
[U-Boot] [RFC] powerpc: add 2 common dcache assembly functions
2015-05-05 16:35 UTC (2+ messages)
` [U-Boot] [U-Boot, RFC] "
[U-Boot] [PATCH v4] powerpc/t1023rdb: Add T1023 RDB board support
2015-05-05 16:33 UTC (2+ messages)
[U-Boot] [PATCH] fsl/pci: Set CFG_READY for PCIe v3.0 and later
2015-05-05 16:32 UTC (2+ messages)
[U-Boot] [PATCH v3] T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issue
2015-05-05 16:30 UTC (2+ messages)
[U-Boot] [PATCH] powerpc/t4rdb: Add SD boot support for T4240RDB board
2015-05-05 16:29 UTC (2+ messages)
[U-Boot] [PATCH] drivers: usb: fsl: Workaround for Erratum A004477
2015-05-05 16:28 UTC (6+ messages)
[U-Boot] [PATCH] mpc85xx/T4240EMU: Remove T4240EMU board
2015-05-05 16:27 UTC (2+ messages)
[U-Boot] [PATCH 01/24] usb: add device connection/disconnection detection
2015-05-05 16:26 UTC (49+ messages)
` [U-Boot] [PATCH 02/24] dm: usb: Implement usb_detect_change() for driver model
` [U-Boot] [PATCH 03/24] bootstage: Add IDs for SPI flash reading and decompression
` [U-Boot] [PATCH 04/24] dm: i2c: Implement 'i2c bus' command for driver model
` [U-Boot] [PATCH 05/24] dm: i2c: Add a function to find out the chip offset length
` [U-Boot] [PATCH 09/24] arm: Include the .got section in the binary
` [U-Boot] [PATCH 10/24] arm: Add a prototype for save_boot_params_ret()
` [U-Boot] [PATCH 11/24] arm: spl: Enable detecting when U-Boot is started from SPL
` [U-Boot] [PATCH 12/24] arm: Allow cleanup_before_linux() without disabling caches
` [U-Boot] [PATCH 13/24] sandbox: Add an implementation for cleanup_before_linux_select()
` [U-Boot] [PATCH 14/24] sandbox: Correct error handling in state_read_file()
` [U-Boot] [PATCH 15/24] sandbox: Add missing errno.h includes in a few files
` [U-Boot] [PATCH 16/24] sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulation
` [U-Boot] [PATCH 17/24] sandbox: spi: Add newline to printf() in sandbox_sf_probe
` [U-Boot] [PATCH 18/24] sandbox: Fix warning in display_options
` [U-Boot] [PATCH 19/24] sandbox: Support wide-screen LCD emulation
` [U-Boot] [PATCH 20/24] lcd: Support colour lookup table on 16bpp display in BMP images
` [U-Boot] [PATCH 21/24] tegra124: Implement spl_was_boot_source()
` [U-Boot] [PATCH 22/24] tegra: nyan-big: Allow TPM on I2C
` [U-Boot] [PATCH 23/24] tegra: mmc: Set the removable flag correctly
` [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB
[U-Boot] [PATCH] powerpc/mpc85xx: Use GOT when loading IVORs post-relocation
2015-05-05 16:26 UTC (3+ messages)
[U-Boot] [PATCH 2/5] x86: Make QEMU the default vendor
2015-05-05 15:43 UTC (6+ messages)
` [U-Boot] [PATCH 3/5] x86: qemu: Wrap E1000 driver only when DM_PCI is not used
` [U-Boot] [PATCH 4/5] x86: Change coreboot default build configuration to QEMU
` [U-Boot] [PATCH 5/5] x86: Update README.x86 for QEMU support
[U-Boot] bringing up u-boot on qemu-x86
2015-05-05 15:30 UTC (2+ messages)
[U-Boot] [PATCH 1/5] x86: Support QEMU x86 targets
2015-05-05 15:24 UTC
[U-Boot] [PATCH 1/3] arm: mx6: tqma6: Fix USB and add other filesystems
2015-05-05 15:17 UTC (7+ messages)
` [U-Boot] [PATCH 2/3] arm: mx6: tqma6: Update to optionally configure an alternative SPI setup
[U-Boot] [PATCH] autoboot.c: Add feature to stop autobooting via SHA256 encrypted password
2015-05-05 15:12 UTC (7+ messages)
[U-Boot] Command to Assign a RAM value to a variable
2015-05-05 14:35 UTC
[U-Boot] [PATCH 0/5] nand: sunxi: Add SPL support for booting from NAND
2015-05-05 14:34 UTC (16+ messages)
` [U-Boot] [PATCH 1/5] nand: sunxi: change BLOCK_SIZE in mksunxiboot to match NAND block size
` [U-Boot] [PATCH 2/5] nand: sunxi: Add support for booting from internal NAND memory
` [U-Boot] [PATCH 3/5] nand: sunxi: Add secondary U-Boot offset on second syndrome partition
` [U-Boot] [PATCH 5/5] nand: sunxi: And a20_nandread command utilizing spl nand read driver
[U-Boot] loading environment from SATA
2015-05-05 14:17 UTC (2+ messages)
[U-Boot] [PATCH] bugfix i.mx6 pwm: prevent overflow of period_c * duty_ns by casting duty_ns to ull first. This bug came up when trying to create a 200 Hz PWM
2015-05-05 14:15 UTC (4+ messages)
[U-Boot] [PATCH 0/3] CAAM RNG fixes
2015-05-05 13:48 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] crypto/fsl - disable RNG oscillator maximum frequency check
` [U-Boot] [PATCH 2/3] crypto/fsl - change starting entropy delay value
` [U-Boot] [PATCH 3/3] crypto/fsl - enable raw data instead of von Neumann data
[U-Boot] [PATCH 0/5] dm: usb: Add companion controller support + ehci fixes
2015-05-05 13:28 UTC (6+ messages)
` [U-Boot] [PATCH 1/5] dm: usb: Move printing of usb scan status to usb_scan_bus()
` [U-Boot] [PATCH 2/5] dm: usb: Add support for companion controllers
` [U-Boot] [PATCH 3/5] dm: usb: Do not scan companion busses if no devices where handed over
` [U-Boot] [PATCH 4/5] usb: ehci: Fix handover of full-speed devices to companion
` [U-Boot] [PATCH 5/5] usb: ehci: Increase usb_companion_device_count when handing over devices
[U-Boot] Please pull u-boot-marvell master
2015-05-05 12:50 UTC
[U-Boot] [REGRESSION] commit 3ef46a9 "Fix hash verification" breaks crc32 verify
2015-05-05 12:32 UTC
[U-Boot] [PATCH] fw_env.h: include autoconf.h
2015-05-05 12:19 UTC (3+ messages)
[U-Boot] [PATCH v1 1/2] cmd_sf: Add command "sf info" to show current device info
2015-05-05 11:37 UTC (3+ messages)
[U-Boot] [PATCH 1/2] sunxi: Set SYS_MALLOC_CLEAR_ON_INIT to n
2015-05-05 11:21 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] console: Fix pre-console flushing via cfb_console being very slow
[U-Boot] switching to single .config configuration issues
2015-05-05 11:16 UTC (9+ messages)
[U-Boot] [PATCH v3] dm: sf: Add Atmel DataFlash spi flash driver
2015-05-05 11:10 UTC
[U-Boot] [PATCH v3 0/1] dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
2015-05-05 9:49 UTC (9+ messages)
` [U-Boot] [PATCH v3] "
[U-Boot] [PATCH v2] misc: led: Add PCA9551 LED driver
2015-05-05 9:45 UTC (3+ messages)
[U-Boot] Pull request: u-boot-mmc 05052015
2015-05-05 9:44 UTC
[U-Boot] [PATCH 1/2] qe: transform parameter to compatible type
2015-05-05 9:40 UTC (5+ messages)
` [U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy
[U-Boot] [PATCH 1/4] ARM: bcm283x: Repair wdog.h
2015-05-05 9:40 UTC (5+ messages)
` [U-Boot] [PATCH 2/4] ARM: bcm283x: Reorder timer.h
` [U-Boot] [PATCH 3/4] ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver
` [U-Boot] [PATCH 4/4] ARM: bcm283x: Switch to generic timer
[U-Boot] [PATCH] sunxi: display: Align end of memory to work around a linux-4.0 bug
2015-05-05 9:39 UTC (5+ messages)
[U-Boot] [PATCH 1/1] mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host
2015-05-05 9:38 UTC (2+ messages)
[U-Boot] [PATCH] mmc: fsl_esdhc: update eMMC44 adapter card erase timeout
2015-05-05 9:37 UTC (2+ messages)
[U-Boot] [PATCH] gpio: mvmfp: support newer MFP bit definitions
2015-05-05 9:34 UTC (5+ messages)
` [U-Boot] [PATCH] mmc: remove the MMC_MODE_HC flag
` [U-Boot] [PATCH] mmc: sdhci: add timeout setting for response busy command
[U-Boot] Pull request: u-boot-arm/master
2015-05-05 9:30 UTC
[U-Boot] [PATCH v2 0/9] PSCI v0.2 framework for ARMv8
2015-05-05 9:17 UTC (2+ messages)
[U-Boot] [PATCH 0/6] mmc: Fix OCR polling and splitted initialization
2015-05-05 9:10 UTC (13+ messages)
` [U-Boot] [PATCH 1/6] mmc: Fix typo in MMC type checking macro
` [U-Boot] [PATCH 2/6] mmc: Avoid extra duplicate entry in mmc device structure
` [U-Boot] [PATCH 3/6] mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()
` [U-Boot] [PATCH 4/6] mmc: Continue polling MMC card for OCR only if it is still not ready
` [U-Boot] [PATCH 5/6] mmc: Restructure polling loops to avoid extra delays
` [U-Boot] [PATCH 6/6] mmc: Fix splitting device initialization
[U-Boot] [PATCH 4/6] mmc: Continue polling MMC card for OCR only if it is still not ready
2015-05-05 9:05 UTC (6+ messages)
[U-Boot] [PATCH] mmc: fix OCR Polling
2015-05-05 9:00 UTC (2+ messages)
[U-Boot] Debugging U-Boot on iMX6 with BDI3000
2015-05-05 8:47 UTC
[U-Boot] Add spi nand support in u-boot
2015-05-05 8:04 UTC (2+ messages)
[U-Boot] [PATCH] dm: usb: Do not use bus->seq before device_probe(bus)
2015-05-05 3:16 UTC (3+ messages)
[U-Boot] [PATCH] dm: i2c-gpio: Remove redundant dm_gpio_set_value() call
2015-05-05 3:16 UTC (3+ messages)
[U-Boot] [PATCH 3/3] x86: quark: Implement PIRQ routing
2015-05-05 2:05 UTC (4+ messages)
[U-Boot] [PATCH] serial: fdt: add device tree support for pl01x
2015-05-05 1:30 UTC (4+ messages)
[U-Boot] [RESEND PATCH v3 00/13] Add Marvell Armada A38x 88F6820 SoC support
2015-05-04 22:50 UTC (3+ messages)
` [U-Boot] [RESEND PATCH v3 09/13] arm: mvebu: Change network init code to allow a more flexible setup
[U-Boot] [PATCH v2] net/phy: refactor RTL8211F initialization
2015-05-04 22:47 UTC (2+ messages)
[U-Boot] [RFC] Booting Xen from a FIT - Additional discussion about a refactor
2015-05-04 21:41 UTC (3+ messages)
[U-Boot] U-Boot mini summit
2015-05-04 21:02 UTC (4+ messages)
` [U-Boot] [VOTING REQUIRED] "
[U-Boot] [PATCH v2 00/19] Improve env var handling for net stack
2015-05-04 18:34 UTC (3+ messages)
` [U-Boot] [PATCH v3 00/26] "
[U-Boot] [PATCH v2] mx6cuboxi: Skip usb initialization when booting without HDMI
2015-05-04 18:18 UTC (2+ messages)
[U-Boot] FIT: workarounding wrong configuration name
2015-05-04 18:16 UTC (3+ messages)
` [U-Boot] [RFC] FIT: use default configuration, if given configuration is not found
[U-Boot] [PATCH] serial: ns16550: Fix Debug UART initialization for AM335x
2015-05-04 18:07 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox