public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-11-27 02:51:24 to 2015-11-29 20:17:51 UTC [more...]

[U-Boot] [PATCH v2 00/26] dm: Conversion of code to the new driver model PCI API
 2015-11-29 20:17 UTC  (7+ messages)
` [U-Boot] [PATCH v2 01/26] dm: pci: Mark legacy files as such
` [U-Boot] [PATCH v2 02/26] dm: pci: Add a dm_ prefix to pci_get_bdf()
` [U-Boot] [PATCH v2 03/26] dm: pci: Add a dm_ prefix to pci_bus_find_bdf()
` [U-Boot] [PATCH v2 04/26] dm: pci: Use driver model PCI API in auto-config
` [U-Boot] [PATCH v2 05/26] dm: pci: Add a driver-model version of pci_find_device()
` [U-Boot] [PATCH v2 06/26] dm: pci: scsi: Use driver-model PCI API

[U-Boot] [PATCH 2/2] Remove fdtfile list from Raspberry Pi
 2015-11-29 18:43 UTC 

[U-Boot] [PATCH 1/2] Pass through start.elf bootargs on Raspberry Pi
 2015-11-29 18:40 UTC 

[U-Boot] [PATCH] Re-enable setexpr on Raspberry Pi
 2015-11-29 18:30 UTC 

[U-Boot] [PATCH] imx: mx6: add missing return value
 2015-11-29 17:30 UTC 

[U-Boot] [PATCH v4] mmc: socfpga_dw_mmc: Enable calibration for drvsel and smplsel
 2015-11-29 13:39 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] altera_qspi: add lock unlock ops
 2015-11-29 13:35 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] altera_qspi: fix erase and write error code

[U-Boot] [PATCH 00/19] device model bring-up of omap timer on dra72, dra74, am335x and am437x-sk evm
 2015-11-29 13:19 UTC  (32+ messages)
` [U-Boot] [PATCH 01/19] arm: omap-common: do not build timer when CONFIG_TIMER defined
` [U-Boot] [PATCH 02/19] dm: timer: uclass: add timer init to add timer device
` [U-Boot] [PATCH 03/19] dm: timer: uclass: Add flag to control sequence numbering
` [U-Boot] [PATCH 04/19] drivers: timer: omap_timer: add timer driver for omap devices based on dm
` [U-Boot] [PATCH 05/19] am43xx_evm: timer: do not define CONFIG_TIMER for spl
` [U-Boot] [PATCH 06/19] arm: dts: am437x-sk-evm: add tick-timer to chosen node
` [U-Boot] [PATCH 07/19] defconfig: am437x_sk_evm: enable timer driver model
` [U-Boot] [PATCH 08/19] arm: dts: am437x-gp-evm: add tick-timer to chosen node
` [U-Boot] [PATCH 09/19] defconfig: am437x_gp_evm: enable timer driver model
` [U-Boot] [PATCH 10/19] am335x_evm: timer: do not define CONFIG_TIMER for spl
` [U-Boot] [PATCH 11/19] arm: dts: am335x-boneblack: add tick-timer to chosen node
` [U-Boot] [PATCH 12/19] defconfig: am335x_boneblack_vboot: enable timer driver model
` [U-Boot] [PATCH 13/19] arm: dts: am335x-evm: add tick-timer to chosen node
` [U-Boot] [PATCH 14/19] defconfig: am335x_gp_evm: enable timer driver model
` [U-Boot] [PATCH 15/19] ti_omap5_common: timer: do not define CONFIG_TIMER for spl
` [U-Boot] [PATCH 16/19] arm: dts: dra72-evm: add tick-timer to chosen node
` [U-Boot] [PATCH 17/19] defconfig: dra72_evm: enable timer driver model
` [U-Boot] [PATCH 18/19] arm: dts: dra7-evm: add tick-timer to chosen node
` [U-Boot] [PATCH 19/19] defconfig: dra74_evm: enable timer driver model

[U-Boot] [PATCH 1/1] Change e-mail address of Kamil Lulko
 2015-11-29 10:50 UTC 

[U-Boot] [PATCH 1/1] stm32: Convert serial driver to DM
 2015-11-29 10:49 UTC 

[U-Boot] [PATCH 1/4] eth-raw-os.c: Add cast to bind(2) call
 2015-11-29  9:34 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] fsl_*_serdes.c: Modify memset call in serdes_init
` [U-Boot] [PATCH 3/4] qbman_portal.c: Update BUG_ON() call in qbman_swp_mc_submit
` [U-Boot] [PATCH 4/4] arch/arm/cpu/arm920t/ep93xx/led.c: Mark inline functions as static inline

[U-Boot] [PATCH] dm: timer: Avoid using timer before it is ready
 2015-11-29  8:57 UTC  (3+ messages)

[U-Boot] [PATCH] ns16550: change reg-shift property default to zero
 2015-11-29  8:51 UTC  (2+ messages)

[U-Boot] [PATCH v2] common: board_f: Dont relocate FDT incase of CONFIG_OF_EMBED
 2015-11-29  6:15 UTC  (3+ messages)

[U-Boot] [PATCH v7 1/2] Fix board init code to respect the C runtime environment
 2015-11-29  6:13 UTC  (5+ messages)
` [U-Boot] [PATCH v7 2/2] arm: move gd handling outside of C code

[U-Boot] [PATCH 00/25] dm: Conversion of code to the new driver model PCI API
 2015-11-29  6:05 UTC  (7+ messages)
` [U-Boot] [PATCH 15/25] dm: test: Convert PCI tests to use the DM "
` [U-Boot] [PATCH 22/25] dm: Convert PCI MMC over to use "

[U-Boot] [PATCH] Re-enable setexpr on Raspberry Pi
 2015-11-29  1:56 UTC 

[U-Boot] Rpi Uboot not working ; USB keyboard undetected
 2015-11-28 17:15 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/9] basic support for Allwinner A83T SOC
 2015-11-28 17:07 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/9] sunxi: Add Machine Support for "
` [U-Boot] [PATCH v2 2/9] sunxi: Add support for UART0 in PB pin group on A83T
` [U-Boot] [PATCH v2 3/9] sunxi: power: axp818: add support for axp818 driver
` [U-Boot] [PATCH v2 4/9] sunxi: power: enabled support for axp818
` [U-Boot] [PATCH v2 5/9] sunxi: do not enable smp for A83T
` [U-Boot] [PATCH v2 6/9] sunxi: clk: add basic clocks "
` [U-Boot] [PATCH v2 7/9] sunxi: Add support for Allwinner A83T DRAM
` [U-Boot] [PATCH v2 8/9] sunxi: dts: sun8i: Add Allwinner A83T dtsi
` [U-Boot] [PATCH v2 9/9] sunxi: Add suport for A83T HomletV2 Board by Allwinner

[U-Boot] [PATCH v3 00/13] dm: pci: Support native driver model calls
 2015-11-28 16:55 UTC  (30+ messages)
` [U-Boot] [PATCH v3 01/13] pci: Use a common return in command processing
` [U-Boot] [PATCH v3 02/13] pci: Use a separate variable for the bus number
` [U-Boot] [PATCH v3 03/13] pci: Refactor the pciinfo() function
` [U-Boot] [PATCH v3 04/13] dm: pci: Add a comment about how to find struct pci_controller
` [U-Boot] [PATCH v3 05/13] dm: pci: Rename pci_auto.c to pci_auto_old.c
` [U-Boot] [PATCH v3 06/13] dm: pci: Move common auto-config functions to a common file
` [U-Boot] [PATCH v3 07/13] dm: pci: Reorder functions in cmd_pci.c
` [U-Boot] [PATCH v3 08/13] pci: Tidy up function comments "
` [U-Boot] [PATCH v3 09/13] pci: Use common functions to read/write config
` [U-Boot] [PATCH v3 10/13] pci: Use a separate 'dev' variable for the PCI device
` [U-Boot] [PATCH v3 11/13] pci: Move PCI header output code into its own function
` [U-Boot] [PATCH v3 12/13] dm: pci: Convert 'pci' command to driver model
` [U-Boot] [PATCH v3 13/13] dm: pci: Disable PCI compatibility functions by default

[U-Boot] [PATCH] x86: Clean up SPI flash drivers in defconfig
 2015-11-28 12:45 UTC 

[U-Boot] [PATCH] arm: imx6: novena, gw_ventana: Fix use of pfuze100 bit definitions
 2015-11-28  2:47 UTC  (3+ messages)

[U-Boot] [PATCH v5 00/21] Bring up rk3036 uboot
 2015-11-28  2:46 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] usb: host: xhci-omap: fix build break
 2015-11-28  1:33 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] usb: dwc3: fix build warnings

[U-Boot] [PATCH 0/3] arm: at91/spl: add DDR3-SDRAM initialization support
 2015-11-27 21:39 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] arm: at91/spl: mpddrc: add struct atmel_mpddrc_config
` [U-Boot] [PATCH 2/3] arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization
` [U-Boot] [PATCH 3/3] arm: at91/spl: mpddrc: use IP version to check configuration

[U-Boot] [PATCH v2 0/5] arm: at91/spl: make matrix and saic redirect sharing with others
 2015-11-27 21:06 UTC  (3+ messages)
` [U-Boot] [PATCH v2 5/5] arm: at91/spl: atmel_sfr: move saic redirect to separate file

[U-Boot] [PATCH v2 0/3] Fix rockchip spl loader mkimage flow
 2015-11-27 18:36 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/3] Revert "rockchip: Add max spl size & spl header configs"
` [U-Boot] [PATCH v2 2/3] rockchip: mkimage: use imagename to select spl hdr & spl size
` [U-Boot] [PATCH v2 3/3] rockchip: doc: add imagename

[U-Boot] [PATCH] dm: core: Add platform specific bus translation function
 2015-11-27 18:36 UTC  (2+ messages)

[U-Boot] [PATCH] arm: mvebu: Add DM and OF_CONTROL support to SPL
 2015-11-27 18:36 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board
 2015-11-27 18:36 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] arm: mvebu: armada-388-gp.dts: Add ethernet aliases
` [U-Boot] [PATCH 3/3] net: mvneta: Convert to driver model

[U-Boot] [PATCH 1/2] spi: kirkwood_spi.c: Prepare for driver model support
 2015-11-27 18:36 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] spi: kirkwood_spi.c: Add "

[U-Boot] [PATCH v1 0/3] Fix rockchip spl loader mkimage flow
 2015-11-27 18:36 UTC  (7+ messages)
` [U-Boot] [PATCH v1 1/3] Revert "rockchip: Add max spl size & spl header configs"
` [U-Boot] [PATCH v1 2/3] rockchip: mkimage: use imagename to select spl hdr & spl size
` [U-Boot] [PATCH v1 3/3] rockchip: doc: add imagename

[U-Boot] [PATCH] powerpc, mpc5xxx: fix missing bootflag init
 2015-11-27 18:28 UTC  (4+ messages)

[U-Boot] [PATCH v2] arm: socfpga: Enable load zImage and Linux DTB from USB
 2015-11-27 16:57 UTC  (6+ messages)

[U-Boot] [PATCH v2] arm: socfpga: Remove fsloadcmd from environment
 2015-11-27 15:23 UTC  (2+ messages)

[U-Boot] [PATCH] arm: mvebu: Move some defines to common include file
 2015-11-27 15:15 UTC  (2+ messages)
` [U-Boot] [PATCH] arm: mvebu: Add SolidRun ClearFog Armada 38x initial support

[U-Boot] [PATCH v1] arm: socfpga: Enable load zImage and Linux DTB from QSPI
 2015-11-27 14:24 UTC  (10+ messages)

[U-Boot] Please pull from u-boot-i2c
 2015-11-27 13:43 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: Remove fsloadcmd from environment
 2015-11-27 13:16 UTC  (9+ messages)

[U-Boot] [PATCH] arm: dts: omap: add reg-shift to serial device tree node
 2015-11-27 12:32 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/2] This little series fixes some issues with kwbimage
 2015-11-27 10:31 UTC  (5+ messages)
` [U-Boot] [PATCH v1 1/2] kwbimage: fix endianess issue
` [U-Boot] [PATCH v1 2/2] kwbimage: fix size computations for v1 images

[U-Boot] [PATCH] arm: mvebu: Add SPI driver model support
 2015-11-27 10:26 UTC 

[U-Boot] [PATCH v1] arm: socfpga: Enable load zImage and Linux DTB from USB
 2015-11-27 10:19 UTC  (4+ messages)

[U-Boot] [PATCH v7 00/34] sf: MTD support
 2015-11-27  9:21 UTC  (19+ messages)

[U-Boot] zynq: ps7_init_gpl.c
 2015-11-27  9:06 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: zynq: Add default ps7_init_gpl.c/h for ZYBO
 2015-11-27  8:24 UTC  (2+ messages)

[U-Boot] [PATCH] common: cli_hush: avoid memory leak
 2015-11-27  4:58 UTC  (4+ messages)
` [U-Boot] [PATCH] common: mmc: unsigned char compared against 0

[U-Boot] [PATCH 1/2] rockchip: add CONFIG_SPL_ROCKCHIP_SERIAL
 2015-11-27  3:37 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] rockchip: rk3036: enable CONFIG_DEBUG_UART, and use ns16550 uart driver

[U-Boot] [PATCH 0/2] Fix linux-rock booting on rockchip 3288
 2015-11-27  3:35 UTC  (8+ messages)
` [U-Boot] [PATCH 1/2] Revert "rockchip: Reconfigure the malloc based to point to system memory"
` [U-Boot] [PATCH 2/2] rockchip: Explicitely set CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN

[U-Boot] [PATCH] Implement pytest-based test infrastructure
 2015-11-27  2:52 UTC  (11+ messages)

[U-Boot] [PATCH V2] common: cli_hush: avoid memory leak
 2015-11-27  2:52 UTC  (2+ messages)


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