public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-03-10 00:25:20 to 2016-03-11 14:55:50 UTC [more...]

[U-Boot] [PATCH v2 0/4] usb: Reduce USB scanning time
 2016-03-11 14:55 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/4] usb: legacy_hub_port_reset(): Speedup hub reset handling
` [U-Boot] [PATCH v2 2/4] usb: Remove 200 ms delay in usb_hub_port_connect_change()
` [U-Boot] [PATCH v2 3/4] usb: Don't reset the USB hub a 2nd time

[U-Boot] [PATCH] mx6slevk: Fix the power up of the Ethernet PHY
 2016-03-11 13:50 UTC 

[U-Boot] [PATCH] env_eeprom invalidates gd->env_addr by setting it to an offset value
 2016-03-11 13:31 UTC 

[U-Boot] [PATCH] ti: k2g: increase phy autoneg timeout
 2016-03-11 13:23 UTC 

[U-Boot] [PATCH] sf: Correct data types in stm_is_locked_sr()
 2016-03-11 12:29 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/2] mx7_common: Put early/late init configs into board file
 2016-03-11 12:22 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/2] warp7: Add initial support

[U-Boot] please pull u-boot-samsung master
 2016-03-11 11:37 UTC 

[U-Boot] ums command using dwc3
 2016-03-11 11:26 UTC 

[U-Boot] [PATCH 0/6] usb: Reduce USB scanning time
 2016-03-11 10:42 UTC  (24+ messages)
` [U-Boot] [PATCH 1/6] usb: legacy_hub_port_reset(): Speedup hub reset handling
` [U-Boot] [PATCH 2/6] usb: Remove 200 ms delay in usb_hub_port_connect_change()
` [U-Boot] [PATCH 3/6] usb: Remove 1 second per port timeout in usb_hub_configure()
` [U-Boot] [PATCH 4/6] usb: usb_hub_power_on(): Use 100ms power-on delay instead of 1 sec (optionally)
` [U-Boot] [PATCH 5/6] usb: Don't reset the USB hub a 2nd time
` [U-Boot] [PATCH 6/6] usb: Implement static USB port configuration to speed up USB scanning

[U-Boot] [PATCH] armv8/fsl-layerscape: add IFC fixup for LS1043A with QSPI enabled
 2016-03-11 10:32 UTC  (5+ messages)

[U-Boot] [PATCH] sunxi: Add defconfig and dts for Difrence DIT4350 tablet
 2016-03-11 10:13 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] sunxi: A23: Fix some revisions needing a different magic sram poke
 2016-03-11 10:13 UTC  (2+ messages)

[U-Boot] [PATCH 00/69] x86: Add support for samus
 2016-03-11  9:02 UTC  (157+ messages)
` [U-Boot] [PATCH 01/69] dm: timer: Correct timer init ordering after relocation
` [U-Boot] [PATCH 04/69] syscon: Avoid returning a device on failure
` [U-Boot] [PATCH 05/69] video: Allow simple-panel to be used without regulators
` [U-Boot] [PATCH 06/69] cpu: Add support for microcode version and CPU ID
` [U-Boot] [PATCH 07/69] gpio: Add a function to obtain a GPIO vector value
` [U-Boot] [PATCH 08/69] gpio: Use const where possible
` [U-Boot] [PATCH 09/69] pci: Add functions to update PCI configuration registers
` [U-Boot] [PATCH 10/69] pci: Correct a few comments and nits
` [U-Boot] [PATCH 11/69] input: i8042: Make sure the keyboard is enabled
` [U-Boot] [PATCH 12/69] malloc_simple: Add a little more debugging
` [U-Boot] [PATCH 13/69] x86: Allow use of serial soon after relocation
` [U-Boot] [PATCH 14/69] x86: cpu: Make the vendor table const
` [U-Boot] [PATCH 15/69] x86: cpu: Add functions to return the family and stepping
` [U-Boot] [PATCH 16/69] x86: Move cache-as-RAM code into a common location
` [U-Boot] [PATCH 17/69] x86: Move microcode code to "
` [U-Boot] [PATCH 18/69] x86: Create a common header for Intel register access
` [U-Boot] [PATCH 19/69] x86: Add the root-complex block to common intel registers
` [U-Boot] [PATCH 20/69] x86: Move common LPC code to its own place
` [U-Boot] [PATCH 21/69] x86: Add some more common MSR indexes
` [U-Boot] [PATCH 22/69] x86: Move common CPU code to its own place
` [U-Boot] [PATCH 23/69] x86: Rename PORT_RESET to IO_PORT_RESET
` [U-Boot] [PATCH 24/69] x86: Move Intel Management Engine code to a common place
` [U-Boot] [PATCH 25/69] x86: ivybridge: Drop sandybridge_early_init()
` [U-Boot] [PATCH 26/69] x86: Move common PCH code into a common place
` [U-Boot] [PATCH 27/69] x86: link: Add required GPIO properties
` [U-Boot] [PATCH 28/69] x86: dts: link: Move SPD info into the memory controller
` [U-Boot] [PATCH 29/69] x86: dts: link: Add board ID GPIOs
` [U-Boot] [PATCH 30/69] x86: gpio: Correct GPIO setup ordering
` [U-Boot] [PATCH 31/69] x86: Add common SDRAM-init code
` [U-Boot] [PATCH 32/69] x86: ivybridge: Convert to use the common SDRAM code
` [U-Boot] [PATCH 33/69] x86: dts: Drop memory SPD compatible string
` [U-Boot] [PATCH 34/69] x86: Add a script to aid code conversion from coreboot
` [U-Boot] [PATCH 35/69] x86: Correct duplicate POST values
` [U-Boot] [PATCH 36/69] x86: Add macros to clear and set I/O bits
` [U-Boot] [PATCH 37/69] x86: Allow I/O functions to use pointers
` [U-Boot] [PATCH 38/69] x86: Move common MRC Kconfig options to the common file
` [U-Boot] [PATCH 39/69] x86: Tidy up mp_init to reduce duplication
` [U-Boot] [PATCH 40/69] x86: Record the CPU details when starting each core
` [U-Boot] [PATCH 41/69] x86: ivybridge: Show microcode version for each code
` [U-Boot] [PATCH 42/69] x86: Add comments to the SIPI vector
` [U-Boot] [PATCH 43/69] x86: Update microcode for secondary CPUs
` [U-Boot] [PATCH 44/69] x86: link: Add pin configuration to the device tree
` [U-Boot] [PATCH 45/69] x86: Add an ICH6 pin configuration driver
` [U-Boot] [PATCH 46/69] x86: gpio: Allow the pinctrl driver to set up the pin config
` [U-Boot] [PATCH 47/69] x86: Drop all the old pin configuration code
` [U-Boot] [PATCH 48/69] x86: Add support for running Intel reference code
` [U-Boot] [PATCH 49/69] x86: dts: Update the pinctrl binding a little
` [U-Boot] [PATCH 50/69] x86: Add basic support for broadwell
` [U-Boot] [PATCH 51/69] x86: broadwell: Add a few microcode files
` [U-Boot] [PATCH 52/69] x86: broadwell: Add a PCH driver
` [U-Boot] [PATCH 53/69] x86: broadwell: Add a pinctrl driver
` [U-Boot] [PATCH 54/69] x86: broadwell: Add a SATA driver
` [U-Boot] [PATCH 55/69] x86: broadwell: Add a northbridge driver
` [U-Boot] [PATCH 56/69] x86: broadwell: Add an LPC driver
` [U-Boot] [PATCH 57/69] x86: broadwell: Add reference code support
` [U-Boot] [PATCH 58/69] x86: broadwell: Add power-control support
` [U-Boot] [PATCH 59/69] x86: broadwell: Add support for SDRAM setup
` [U-Boot] [PATCH 60/69] x86: broadwell: Add a GPIO driver
` [U-Boot] [PATCH 61/69] x86: broadwell: Add support for high-speed I/O lane with ME
` [U-Boot] [PATCH 62/69] x86: Support a chained-boot development flow
` [U-Boot] [PATCH 63/69] x86: broadwell: Add video support
` [U-Boot] [PATCH 64/69] x86: Add a default address for reference code
` [U-Boot] [PATCH 65/69] x86: Use white on black for the console on chromebooks
` [U-Boot] [PATCH 66/69] x86: Update README for new developments
` [U-Boot] [PATCH 67/69] x86: Add a function to set the IOAPIC ID
` [U-Boot] [PATCH 68/69] x86: Fix a header nit in x86-chromebook.h
` [U-Boot] [PATCH 69/69] x86: Add support for the samus chromebook

[U-Boot] [PATCH] dm: i2c: mxc_i2c: implement i2c_idle_bus
 2016-03-11  8:47 UTC 

[U-Boot] [PATCH] drivers: mtd: add Microchip PIC32 internal non-CFI flash driver
 2016-03-11  8:41 UTC  (3+ messages)

[U-Boot] [PATCH 0/6] tools: env: trivial cleanups in script parsing
 2016-03-11  8:39 UTC  (5+ messages)
` [U-Boot] [PATCH 1/6] tools: env: replace WHITESPACE macro by isblank
` [U-Boot] [PATCH 2/6] tools: env: fw_string_blank: return from loop when item found
` [U-Boot] [PATCH 3/6] tools: env: split fw_string_blank into skip_chars / skip_blanks
` [U-Boot] [PATCH 4/6] tools: env: fw_parse_script: simplify removal of newline/carriage return

[U-Boot] buildman: arm: undefined reference to `__aeabi_ldivmod'
 2016-03-11  8:00 UTC 

[U-Boot] [PATCH v4 0/4] Make usb device-tree fixup independent of USB controller
 2016-03-11  6:26 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/4] drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common file
` [U-Boot] [PATCH v4 2/4] drivers:usb:common:fsl-dt-fixup: Remove code duplication for fdt_usb_get_node_type
` [U-Boot] [PATCH v4 3/4] drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci controller
` [U-Boot] [PATCH v4 4/4] drivers:usb:common:fsl-dt-fixup: fix fdt_usb_get_node_type() to return error code

[U-Boot] exynos5: common: Enable CONFIG_USB_ETHER_RTL8152 ethernet support
 2016-03-11  3:52 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/3] x86: Support booting SeaBIOS
 2016-03-11  2:28 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/3] "
` [U-Boot] [PATCH v2 2/3] x86: qemu: Enable ACPI table generation by default
` [U-Boot] [PATCH v2 3/3] x86: Document how to play with SeaBIOS

[U-Boot] [PATCH v2 1/3] fastboot: OUT transaction length must be aligned to wMaxPacketSize
 2016-03-11  0:11 UTC  (5+ messages)
` [U-Boot] [PATCH v3 "
    ` [U-Boot] Anyone else having issues with "fastboot flash" - because of this change?

[U-Boot] [PATCH 1/4] arm: iproc: add NAND driver
 2016-03-10 22:26 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] mtd: fix compiler warnings
` [U-Boot] [PATCH 3/4] arm: bcm: enable MTD support
` [U-Boot] [PATCH 4/4] arm: bcm: configure NAND device and environment

[U-Boot] [PATCH 1/2] defconfig: ls1021aqds_sdcard_qspi: Enable SPI-NOR
 2016-03-10 18:55 UTC  (4+ messages)

[U-Boot] [RESEND 1/2] stm32: stm32f4: move flash driver to mtd driver location
 2016-03-10 18:38 UTC  (10+ messages)

[U-Boot] [PATCH v3] arm: use common instructions applicable to armv7m & other arm archs
 2016-03-10 17:44 UTC  (2+ messages)

[U-Boot] Ethernet not found on Arria 5
 2016-03-10 17:19 UTC  (13+ messages)

[U-Boot] [PATCH 5/5 v6] pci/layerscape: set LUT and msi-map for discovered PCI devices
 2016-03-10 16:52 UTC 

[U-Boot] [PATCH 4/5 v6] pci/layerscape: add defines for LUT
 2016-03-10 16:52 UTC 

[U-Boot] [PATCH 3/5 v6] pci: make pci_get_hose_head() available to external users
 2016-03-10 16:52 UTC 

[U-Boot] [PATCH 2/5 v6] armv8: ls2080a: update stream ID partitioning info
 2016-03-10 16:52 UTC 

[U-Boot] [PATCH 1/5 v6] armv8: ls2080a: remove obsolete stream ID partitioning support
 2016-03-10 16:52 UTC 

[U-Boot] [PATCH 0/5 v6] support mapping PCI device ids to stream ids for MSIs
 2016-03-10 16:51 UTC 

[U-Boot] [PATCH] exynos: Set CNTFRQ
 2016-03-10 16:35 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] Invalid Certificate using imx28 and HAB
 2016-03-10 16:23 UTC 

[U-Boot] [GIT PULL] u-boot-mips/master
 2016-03-10 16:01 UTC  (2+ messages)

[U-Boot] Please pull u-boot-rockchip
 2016-03-10 16:01 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: rk3288: correct sdram setting
 2016-03-10 15:40 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] rockchip: make configure_emmc() empty for Firefly-RK3288
 2016-03-10 15:40 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH] rockchip: rk3036: change ddr frequency to 400M
 2016-03-10 15:40 UTC  (3+ messages)

[U-Boot] Possible using U-boot to load FreeRTOS and How ?
 2016-03-10 13:07 UTC 

[U-Boot] [PATCH] ARM: DRA7: DDR: Enable SR in Power Management Control
 2016-03-10 12:16 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/4] drivers: musb-new: fix compilation error for MIPS
 2016-03-10 11:34 UTC  (3+ messages)

[U-Boot] [PATCH 1/2 v2] driver/ddr/fsl: Add address parity support for DDR4 UDIMM/discrete
 2016-03-10  9:36 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2 v2] driver/ddr/fsl: Add workaround for erratum A-009803

[U-Boot] [PATCH 1/2] fsl: esdhc: consolidate fsl_esdhc_cfg structure
 2016-03-10  8:57 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] fsl: esdhc: support driver model

[U-Boot] [PATCH] armv8/fsl-lsch2: fix sdhc clock frequency value
 2016-03-10  7:22 UTC  (3+ messages)

[U-Boot] [PATCH] usb: Add new command to regress USB devices
 2016-03-10  4:52 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] imx6ul: convert to enable pinctrl/DM POWER
 2016-03-10  1:29 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] imx: mx6ul_evk: default enable device tree support


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