public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-03-15 18:12:37 to 2016-03-16 21:40:22 UTC [more...]

[U-Boot] ext4 and caching
 2016-03-16 21:40 UTC  (2+ messages)
` [U-Boot] [RFC PATCH 0/2] simple cache layer for block devices

[U-Boot] [PATCH v8 1/9] mips: add base support for QCA/Atheros ath79 SOCs
 2016-03-16 21:39 UTC  (12+ messages)
` [U-Boot] [PATCH v8 2/9] mips: ath79: add support for AR933x SOCs
` [U-Boot] [PATCH v8 3/9] mips: ath79: add support for QCA953x SOCs
` [U-Boot] [PATCH v8 4/9] drivers: pinctrl: Add simple pinctrl driver for QCA/Athores ar933x
` [U-Boot] [PATCH v8 5/9] drivers: pinctrl: Add simple pinctrl driver for QCA/Athores qca953x
` [U-Boot] [PATCH v8 6/9] drivers: serial: add serial driver for ar933x SOC
` [U-Boot] [PATCH v8 7/9] drivers: spi: add spi support for QCA/Atheros ath79 SOCs
` [U-Boot] [PATCH v8 8/9] mips: ath79: add AP121 reference board
` [U-Boot] [PATCH v8 9/9] mips: ath79: add AP143 "

[U-Boot] [PATCH 1/3] sunxi: Fix clock_twi_onoff for sun6i
 2016-03-16 20:07 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] sunxi: Fix clock_twi_onoff for sun8i-a83
` [U-Boot] [PATCH 3/3] sunxi: Fix clock_twi_onoff for sun9i

[U-Boot] [PATCH 1/6] ARM: keystone2: Split monitor code / command code
 2016-03-16 19:02 UTC  (8+ messages)
` [U-Boot] [PATCH 2/6] ARM: keystone2: Switch to using the poweroff command
` [U-Boot] [PATCH 3/6] ARM: keystone2: Only link cmd_ddr3.o on non-SPL builds
` [U-Boot] [PATCH 4/6] cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILD
` [U-Boot] [PATCH 5/6] lpc32xx: work_92105: Rework Makefile
` [U-Boot] [PATCH 6/6] arm: omap-common: Guard some parts of the code with CONFIG_OMAP44XX/OMAP54XX

[U-Boot] [PATCH 0/5] Enable caches for the RPi2
 2016-03-16 18:00 UTC  (9+ messages)
` [U-Boot] [PATCH 1/5] arm64: Add 32bit arm compatible dcache definitions
` [U-Boot] [PATCH 2/5] arm: Add support for HYP mode and LPAE page tables
` [U-Boot] [PATCH 5/5] bcm2835 video: Map fb as cached

[U-Boot] [PATCH] mx6sabresd: Use VESA 1024x768 timings
 2016-03-16 17:37 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Fix typo in chosen parameter in vf610-twr.dts
 2016-03-16 17:23 UTC 

[U-Boot] [PATCH 00/18] sf: fix support of QSPI memories and controllers
 2016-03-16 16:41 UTC  (16+ messages)
` [U-Boot] [PATCH 15/18] sf: prepare next fixes to support of QSPI memories by manufacturer
` [U-Boot] [PATCH 16/18] sf: fix support of Micron memories
` [U-Boot] [PATCH 17/18] ARM: at91: clock: add function to get QSPI clocks
` [U-Boot] [PATCH 18/18] sf: add driver for Atmel QSPI controller
        ` [U-Boot] [PATCH 1/4] rework board config files
          ` [U-Boot] [PATCH 2/4] sama5d2_xplained: add support of QSPI controllers
          ` [U-Boot] [PATCH 3/4] dts: add dts file for Atmel sama5d2 xplained board
          ` [U-Boot] [PATCH 4/4] sf: fix sf probe

[U-Boot] [PATCH 1/2] doc: driver-model: Update dm tests run using test.py
 2016-03-16 16:27 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] board: README.sandbox: Update dm test command

[U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent
 2016-03-16 16:18 UTC  (8+ messages)

[U-Boot] Newbie SPL question for socfpga_sockit
 2016-03-16 16:17 UTC  (12+ messages)

[U-Boot] [PATCH v2] mx6sabresd: Use VESA 1024x768 timings
 2016-03-16 15:55 UTC 

[U-Boot] [PATCH v8 0/9] add support for atheros ath79 based SOCs
 2016-03-16 15:54 UTC  (2+ messages)

[U-Boot] [PATCH 00/14] dm: Fix various issues reported by coverity
 2016-03-16 15:50 UTC  (16+ messages)
` [U-Boot] [PATCH 01/14] mkimage: Fix munmap() call when importing data
` [U-Boot] [PATCH 02/14] mkimage: Correct file being closed twice in fit_import_data()
` [U-Boot] [PATCH 03/14] mkimage: Correct file being closed twice in fit_extract_data()
` [U-Boot] [PATCH 04/14] part_iso: Drop the customer unaligned access functions
` [U-Boot] [PATCH 05/14] part_efi: Drop the NULL check on dev_desc in part_print_efi()
` [U-Boot] [PATCH 06/14] part_efi: Drop NULL check in part_get_info_efi()
` [U-Boot] [PATCH 07/14] mkimage: Close the file when unable to get its size
` [U-Boot] [PATCH 08/14] mkimage: Add a missing free() to fit_import_data()
` [U-Boot] [PATCH 09/14] mkimage: Fix error path in fit_extract_data()
` [U-Boot] [PATCH 10/14] mkimage: Fix missing free() "
` [U-Boot] [PATCH 11/14] mkimage: Fix missing free() and close() in fit_build()
` [U-Boot] [PATCH 12/14] mkimage: Ensure file is closed in fdt_property_file()
` [U-Boot] [PATCH 13/14] mkimage: Don't close the file if it wasn't opened
` [U-Boot] [PATCH 14/14] usb: Correct return value in usb_stor_info()

[U-Boot] [PATCH v3 1/4] arm: add missing writes{bwql}, reads{bwql}
 2016-03-16 15:49 UTC  (12+ messages)
` [U-Boot] [PATCH v3 2/4] drivers: musb-new: remove writes{bwlq} and reads{bwlq}
` [U-Boot] [PATCH v3 3/4] drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller
` [U-Boot] [PATCH v3 4/4] board: pic32mzda: enable USB-host, USB-storage support

[U-Boot] buildman: arm: undefined reference to `__aeabi_ldivmod'
 2016-03-16 15:34 UTC  (6+ messages)

[U-Boot] [PATCH] include/dt-bindings: Sync some files with the kernel
 2016-03-16 15:20 UTC  (3+ messages)

[U-Boot] [PATCH] sunxi: Enable realtek phy support
 2016-03-16 15:20 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] armv8/ls1043: Add workaround for DDR erratum A-008850
 2016-03-16 15:19 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] drivers/ddr/fsl: update workaround for erratum A-008511
` [U-Boot] [PATCH 3/3] driver/ddr/fsl: Add workaround for erratum A-009801

[U-Boot] [PATCH v2 0/2] ARM: dt: sunxi: Add Itead Ibox support
 2016-03-16 14:43 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] sun7i: Add support for the Itead Ibox
  ` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH v2 0/5] Enable caches for the RPi2
 2016-03-16 14:41 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] arm64: Add 32bit arm compatible dcache definitions
` [U-Boot] [PATCH v2 2/5] arm: Add support for HYP mode and LPAE page tables
` [U-Boot] [PATCH v2 3/5] lcd: Fix compile warning in 64bit mode
` [U-Boot] [PATCH v2 4/5] RPi: Enable caches for rpi2
` [U-Boot] [PATCH v2 5/5] bcm2835 video: Map fb as cached

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

[U-Boot] [PATCH] sunxi: chip: enable composite video out
 2016-03-16 14:25 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: fix DCDC2 output in CHIP_defconfig
 2016-03-16 14:25 UTC  (2+ messages)

[U-Boot] [PATCH v2] spl_mmc: allow to load raw image
 2016-03-16 14:25 UTC  (2+ messages)

[U-Boot] [PATCH 0/7] board: ti: DRA72: Add support for SR2.0 rev C evm
 2016-03-16 14:24 UTC  (16+ messages)
` [U-Boot] [PATCH 1/7] ARM: DRA72x: Add support for detection of SR2.0
` [U-Boot] [PATCH 2/7] ARM: DRA7: hwdata: Update ioreg data for DRA72 SR2.0
` [U-Boot] [PATCH 3/7] ARM: DRA72: sdram: Update sdram ext phy configuration for SR2.0
` [U-Boot] [PATCH 4/7] board: ti: DRA72: revC evm: Update sdram timing "
` [U-Boot] [PATCH 5/7] ARM: OMAP5/DRA7: Split iodelay functionality into sub steps
` [U-Boot] [PATCH 6/7] ARM: OMAP5/DRA7: Expose do_set_iodelay
` [U-Boot] [PATCH 7/7] board: ti: DRA7: Add DRA72-rev C evm pinmux

[U-Boot] [PATCH v6 00/76] mtd: Add SPI-NOR core support
 2016-03-16 14:20 UTC  (10+ messages)

[U-Boot] [PATCH] sunxi: video: Configure only LVDS pins instead of all LCD pins when LVDS interface selected
 2016-03-16 14:16 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 00/10] x86: Add support for samus
 2016-03-16 13:44 UTC  (11+ messages)
` [U-Boot] [PATCH v3 01/10] arm: Add a 64-bit division routine to the private library
` [U-Boot] [PATCH v3 02/10] dhry: Correct dhrystone calculation for fast machines
` [U-Boot] [PATCH v3 03/10] x86: Move common PCH code into a common place
` [U-Boot] [PATCH v3 04/10] x86: Add common SDRAM-init code
` [U-Boot] [PATCH v3 05/10] x86: ivybridge: Convert to use the common SDRAM code
` [U-Boot] [PATCH v3 06/10] x86: dts: Drop memory SPD compatible string
` [U-Boot] [PATCH v3 07/10] x86: Support a chained-boot development flow
` [U-Boot] [PATCH v3 08/10] x86: broadwell: Add missing pci.h header in power_state.c
` [U-Boot] [PATCH v3 09/10] x86: Add missing pci.h header in me_common.h
` [U-Boot] [PATCH v3 10/10] x86: Add support for the samus chromebook

[U-Boot] [PATCH 0/2] Fix spelling of "comment", "supported" and "unsupported"
 2016-03-16 13:29 UTC  (7+ messages)
` [U-Boot] [PATCH 1/2] Fix spelling of "comment"
` [U-Boot] [PATCH 2/2] Fix spelling of "supported/unsupported"

[U-Boot] [PATCH] sunxi: Support SID e-fuses on A83T and H3
 2016-03-16 13:10 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v1 1/1] fastboot: Update getvar command to get 'userdata' partition size
 2016-03-16 12:51 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] dm: gpio: mxc: fix mxc_gpio_bank_get_value
 2016-03-16 12:48 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] dm: gpio: mxc: implement xlate function

[U-Boot] [PATCH] Add CONFIG_GMAC_TX_DELAY=4 for OlinuXino Lime2
 2016-03-16 10:53 UTC  (5+ messages)

[U-Boot] [PATCH] armv8: fsl-layerscape: don't reconfigure QSPI clock when booting from QSPI
 2016-03-16 10:01 UTC 

[U-Boot] [PATCH] dm: device.c: Minor coding-style fix
 2016-03-16  9:01 UTC  (2+ messages)

[U-Boot] [PATCH 0/9] ARM: ARMv7: PSCI: add PSCI v1.0 support
 2016-03-16  8:29 UTC  (5+ messages)
` [U-Boot] [PATCH 3/9] ARM: ARMv7: PSCI: move target PC in each CPU stack no longer is shared

[U-Boot] [PATCH 0/3] Update gdsys board support
 2016-03-16  8:20 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] strider: Add DP501 support for cpu model
` [U-Boot] [PATCH 2/3] strider: Define pca593x widths
` [U-Boot] [PATCH 3/3] strider: use optimised bus timing for FPGA access

[U-Boot] [PATCH v2] x86: Add congatec conga-QA3/E3845-4G (Bay Trail) support
 2016-03-16  8:18 UTC  (2+ messages)

[U-Boot] [PATCH] x86: Add congatec conga-QA3/E3845-4G (Bail Trail) support
 2016-03-16  7:32 UTC  (5+ messages)

[U-Boot] [PATCH] sandbox: Enable many more commands
 2016-03-16  3:32 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/4] usb: Reduce USB scanning time
 2016-03-16  3:32 UTC  (12+ messages)
` [U-Boot] [PATCH v5 1/4] usb: legacy_hub_port_reset(): Speedup hub reset handling
` [U-Boot] [PATCH v5 2/4] usb: Remove 200 ms delay in usb_hub_port_connect_change()
` [U-Boot] [PATCH v5 3/4] usb: Don't reset the USB hub a 2nd time
` [U-Boot] [PATCH v5 4/4] usb: Change power-on / scanning timeout handling

[U-Boot] [PATCH] spl_mmc: allow to load raw image
 2016-03-16  3:10 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] serial: pl01x: Add support for devices with the rate pre-configured
 2016-03-16  2:36 UTC  (2+ messages)

[U-Boot] [RFC 1/2] mmc: introduce mmc_power_init and pwrup hook function
 2016-03-16  1:32 UTC  (2+ messages)
` [U-Boot] [RFC 2/2] dm: mmc: implement pwrup function

[U-Boot] [PATCH v3] spl: arm: Make sure to include u_boot_list_*_part_disk_*
 2016-03-16  1:18 UTC  (3+ messages)

[U-Boot] [PATCH v2] spl: arm: Make sure to include u_boot_list_*_part_disk_*
 2016-03-16  0:55 UTC  (4+ messages)

[U-Boot] [PATCH] spl: arm: Make sure to include u_boot_list_*_part_disk_*
 2016-03-15 22:14 UTC  (4+ messages)

[U-Boot] [PATCH 1/3] am335x_evm.h: unsed CONFIG_BOOTDELAY
 2016-03-15 21:22 UTC  (3+ messages)
` [U-Boot] [PATCH 3/3] omap4_panda: Convert to config_distro_bootcmd.h

[U-Boot] [PATCH] dm: part: fix missing driver name in debug print
 2016-03-15 21:15 UTC 

[U-Boot] [PATCH] Fix spelling of "transferred"
 2016-03-15 20:34 UTC  (4+ messages)

[U-Boot] [PATCH] spi: omap3: Fix multiple definition of 'priv'
 2016-03-15 18:50 UTC  (3+ messages)

[U-Boot] [PATCH] board: ge: bx50v3: Use pwm for display backlight
 2016-03-15 18:24 UTC 


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