public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-11-13 08:11:21 to 2015-11-14 23:56:02 UTC [more...]

[U-Boot] [PATCH V2 00/12] Series to move headers to a consistent include location
 2015-11-14 23:56 UTC  (11+ messages)
` [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory
` [U-Boot] [PATCH V2 08/12] board: mpl: "

[U-Boot] [PATCH v2] dm: Add timeline and guide for porting serial drivers
 2015-11-14 21:46 UTC  (2+ messages)

[U-Boot] [PATCH 00/10] basic support for Allwinner A83T SOC
 2015-11-14 18:47 UTC  (27+ messages)
` [U-Boot] [PATCH 01/10] sunxi: Add Machine Support for "
` [U-Boot] [PATCH 02/10] sunxi: Add support for UART0 in PB pin group on A83T
` [U-Boot] [PATCH 03/10] sunxi: power: axp818: add support for axp818 driver
` [U-Boot] [PATCH 04/10] sunxi: power: enabled support for axp818
` [U-Boot] [PATCH 05/10] sunxi: do not enable smp for A83T
` [U-Boot] [PATCH 06/10] sunxi: clk: add basic clocks "
` [U-Boot] [PATCH 07/10] sunxi: Add support for Allwinner A83T DRAM
` [U-Boot] [PATCH 08/10] sunxi: do not include display for A83T
` [U-Boot] [PATCH 09/10] sunxi: dts: sun8i: Add Allwinner A83T dtsi
` [U-Boot] [PATCH 10/10] sunxi: Add suport for A83T HomletV2 Board by Allwinner

[U-Boot] [PATCH] mx6cuboxi: use load instead of fatload
 2015-11-14 18:25 UTC 

[U-Boot] [PATCH v3] Fix board init code to use a valid C runtime environment
 2015-11-14 15:41 UTC  (6+ messages)

[U-Boot] [PATCH] ARM: crt0: Pass malloc base address
 2015-11-14 15:23 UTC  (12+ messages)

[U-Boot] [PATCH] imx6: fix warnings due to switch to distro environment
 2015-11-14 14:10 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/16] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm
 2015-11-14  7:31 UTC  (6+ messages)
` [U-Boot] [PATCH v2 09/16] arm: dts: dra7: add qspi register maps for memory map and control module

[U-Boot] [PATCH 00/10] nios2: change ioremap to map_physmem
 2015-11-14  6:31 UTC  (12+ messages)
` [U-Boot] [PATCH 01/10] altera_jtag_uart: "
` [U-Boot] [PATCH 02/10] altera_uart: "
` [U-Boot] [PATCH 03/10] altera_timer: "
` [U-Boot] [PATCH 04/10] altera_spi: "
` [U-Boot] [PATCH 05/10] altera_sysid: "
` [U-Boot] [PATCH 06/10] altera_tse: "
` [U-Boot] [PATCH 07/10] altera_qspi: "
` [U-Boot] [PATCH 08/10] altera_pio: "
` [U-Boot] [PATCH 09/10] nios2: dma-mapping.h: "
` [U-Boot] [PATCH 10/10] nios2: zap ioremap

[U-Boot] [PATCH v3 0/8] dm: pci: tegra: Convert Tegra PCI to driver model
 2015-11-14  4:19 UTC  (4+ messages)

[U-Boot] [PATCH v4 0/8] dm: pci: tegra: Convert Tegra PCI to driver model
 2015-11-14  4:19 UTC  (9+ messages)
` [U-Boot] [PATCH v4 1/8] dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig
` [U-Boot] [PATCH v4 2/8] dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM
` [U-Boot] [PATCH v4 3/8] dm: pci: Set up the SDRAM mapping correctly
` [U-Boot] [PATCH v4 4/8] dm: pci: Support decoding ranges with duplicate entries
` [U-Boot] [PATCH v4 5/8] dm: pci: Add functions to emulate 8- and 16-bit access
` [U-Boot] [PATCH v4 6/8] dm: pci: Add a function to get the controller for a bus
` [U-Boot] [PATCH v4 7/8] dm: pci: Add a function to find the regions for a PCI bus
` [U-Boot] [PATCH v4 8/8] dm: tegra: pci: Convert tegra boards to driver model for PCI

[U-Boot] [PATCH] usb: add support for generic EHCI devices
 2015-11-14  3:05 UTC  (4+ messages)

[U-Boot] [PATCH] patman: fix series-notes handling for buildman
 2015-11-14  2:35 UTC  (4+ messages)

[U-Boot] [PATCH] sandbox: cros_ec: fix uninitialized use of len
 2015-11-14  2:05 UTC  (3+ messages)

[U-Boot] [PATCH 1/6] input: Save keyboard's LED state to correct place
 2015-11-14  2:05 UTC  (18+ messages)
` [U-Boot] [PATCH 2/6] input: Call keyboard's update_leds() method when the LEDs change
` [U-Boot] [PATCH 3/6] input: Change LED state bits to conform i8042 compatible keyboard
` [U-Boot] [PATCH 4/6] input: Ban digit numbers if 'Num Lock' is not on
` [U-Boot] [PATCH 5/6] x86: crownbay: Convert to use driver model keyboard
` [U-Boot] [PATCH 6/6] x86: qemu: "

[U-Boot] [PATCH v3 00/12] dm: input: Move keyboard drivers to driver model
 2015-11-14  2:04 UTC  (31+ messages)
` [U-Boot] [PATCH v3 01/12] input: Support the German keymap
` [U-Boot] [PATCH v3 02/12] input: Adjust structure of code in process_modifier()
` [U-Boot] [PATCH v3 03/12] input: Handle caps lock
` [U-Boot] [PATCH v3 04/12] input: Allow updating of keyboard LEDs
` [U-Boot] [PATCH v3 05/12] input: i8042: Convert to use the input library
` [U-Boot] [PATCH v3 06/12] input: Add a Kconfig option for the i8042 keyboard
` [U-Boot] [PATCH v3 07/12] x86: Add an i8042 device for boards that have it
` [U-Boot] [PATCH v3 08/12] Drop CONFIG_ISA_KEYBOARD
` [U-Boot] [PATCH v3 09/12] input: Convert i8042 to driver model
` [U-Boot] [PATCH v3 10/12] i8042: Handle a duplicate power-on-reset response
` [U-Boot] [PATCH v3 11/12] video: input: Clean up after i8042 conversion
` [U-Boot] [PATCH v3 12/12] input: Convert 'keyboard' driver to use input library

[U-Boot] [PATCH v3 00/11] dm: timer: x86: 64-bit counter support and tsc timer dm conversion
 2015-11-14  2:04 UTC  (8+ messages)
` [U-Boot] [PATCH v3 05/11] dm: timer: Support 64-bit counter
` [U-Boot] [PATCH v3 08/11] x86: tsc: Add driver model timer support
` [U-Boot] [PATCH v3 09/11] x86: Convert to use driver model timer
` [U-Boot] [PATCH v3 10/11] x86: tsc: Remove legacy timer codes
` [U-Boot] [PATCH v3 11/11] x86: tsc: Move tsc_timer.c to drivers/timer

[U-Boot] [RFC PATCH] lib/tiny-printf.c: Add tiny printf function for space limited environments
 2015-11-14  2:04 UTC  (2+ messages)

[U-Boot] [PATCH] board: axs10x switch serial port and Ethernet to driver model
 2015-11-14  2:04 UTC  (2+ messages)

[U-Boot] [PATCH] arc: add stubs for map_physmem() and unmap_physmem()
 2015-11-14  2:03 UTC  (7+ messages)

[U-Boot] [PATCH] usb: kbd: don't use int xfers when polling via ctrl xfers
 2015-11-14  1:16 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] checkpatch: ignore request to use ether_addr_copy()
 2015-11-14  1:13 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] usb: eth: add Realtek RTL8152B/RTL8153 driver

[U-Boot] [PATCH v5 00/21] Bring up rk3036 uboot
 2015-11-13 23:54 UTC  (22+ messages)
` [U-Boot] [PATCH v5 05/21] dm: core: Add SPL Kconfig for REGMAP and SYSCON
` [U-Boot] [PATCH v5 12/21] rockchip: rk3036: Add pinctrl driver
` [U-Boot] [PATCH v5 13/21] mmc: dw_mmc: support fifo mode in dwc mmc driver
` [U-Boot] [PATCH v5 14/21] rockchip: mmc: get the fifo mode and fifo depth property from dts
` [U-Boot] [PATCH v5 15/21] rockchip: add early uart driver
` [U-Boot] [PATCH v5 16/21] rockchip: add rk3036 sdram driver
` [U-Boot] [PATCH v5 17/21] rockchip: rk3036: Add core Soc start-up code
` [U-Boot] [PATCH v5 18/21] rockchip: Add basic support for evb-rk3036 board
` [U-Boot] [PATCH v5 19/21] rockchip: Add max init size & chip tag configs
` [U-Boot] [PATCH v5 21/21] rockchip: doc: show packet rk3036 uboot image

[U-Boot] [PATCH v2 00/26] usb: Drop requirement for USB unbinding, add tests
 2015-11-13 21:58 UTC  (9+ messages)
` [U-Boot] [PATCH v2 18/26] dm: usb: Remove inactive children after a bus scan

[U-Boot] Hang on Test: dm_test_net_retry Using eth@10004000 device
 2015-11-13 20:23 UTC 

[U-Boot] [PATCH v2] vexpress64: use 2nd DRAM bank only on juno
 2015-11-13 20:23 UTC  (6+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [RESEND PATCH v5 1/6] cgtqmx6eval: Add SPI NOR flash support
 2015-11-13 18:49 UTC  (6+ messages)
` [U-Boot] [RESEND PATCH v5 2/6] cgtqmx6eval: Use SPI NOR to store the environment
` [U-Boot] [RESEND PATCH v5 3/6] cgtqmx6eval: Add fastboot support
` [U-Boot] [RESEND PATCH v5 4/6] cgtqmx6eval: Add SPL support
` [U-Boot] [RESEND PATCH v5 5/6] iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad()
` [U-Boot] [RESEND PATCH v5 6/6] cgtqmx6eval: Add DFU support

[U-Boot] [PATCH] common: add CMD_GPIO to Kconfig
 2015-11-13 18:14 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] buildman: README: add links for toolchains not available on kernel.org
 2015-11-13 18:14 UTC  (6+ messages)

[U-Boot] [PATCH 0/4] Keymile common changes
 2015-11-13 15:15 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] km/common: stop u-boot only if someone press <SPACE>
` [U-Boot] [PATCH 2/4] km: update the boot script to check for a DTB
` [U-Boot] [PATCH 3/4] km/scripts: load fdt_bid_kwkey.dtb when working with tftp
` [U-Boot] [PATCH 4/4] km/scripts: search for kernel/DTBs at serverip:/PRODUCTNAME via TFTP in develop mode

[U-Boot] [PATCH] Juno: don't print PCI debug information by default
 2015-11-13 15:04 UTC  (2+ messages)

[U-Boot] [PATCH 00/17] km/powerpc: various bugfixes and support for 3 new boards
 2015-11-13 14:59 UTC  (18+ messages)
` [U-Boot] [PATCH 01/17] powerpc/83xx/km: add support for kmvect1 p1a hw version
` [U-Boot] [PATCH 02/17] powerpc/83xx: add support for kmtepr2 board
` [U-Boot] [PATCH 03/17] powerpc/82xx: make set/get_pin for km82xx more flexible
` [U-Boot] [PATCH 04/17] powerpc/82xx/km: add testpin detection for mgcoge3ne
` [U-Boot] [PATCH 05/17] km/powerpc: increase space for kernel imange and FDT blob
` [U-Boot] [PATCH 06/17] km/powerpc: move open firmware defines to km-powerpc.h
` [U-Boot] [PATCH 07/17] km/powerpc: remove unneeded defines
` [U-Boot] [PATCH 08/17] km/powerpc82xx: remove unused function
` [U-Boot] [PATCH 09/17] powerpc/km8321: define CONFIG_SYS_DDRCDR
` [U-Boot] [PATCH 10/17] powerpc/km8321: set the DDRCDR impedance settings back to half strength
` [U-Boot] [PATCH 11/17] powerpc/km8309: define CONFIG_SYS_DDRCDR
` [U-Boot] [PATCH 12/17] powerpc/km8360: fix the ODT parameters for CS0
` [U-Boot] [PATCH 13/17] board/keymile/km82xx: setting dip_switch 3 and 4 will run bootloader
` [U-Boot] [PATCH 14/17] km83xx: use CONFIG_ENV_ADDR for the newenv env command
` [U-Boot] [PATCH 15/17] km8309: change the default QE_FW address
` [U-Boot] [PATCH 16/17] powerpc/83xx: add support for kmtegr1 board
` [U-Boot] [PATCH 17/17] km/powerpc: fix ft_board_setup prototype for km82xx & km83xx

[U-Boot] Please pull u-boot-x86
 2015-11-13 14:58 UTC 

[U-Boot] [PATCH] sf: Fix NULL pointer exception for flashes without lock methods
 2015-11-13 14:47 UTC  (5+ messages)
` [U-Boot] "

[U-Boot] pull-request: u-boot-sparc/series1_v2
 2015-11-13 14:37 UTC  (2+ messages)

[U-Boot] mmc erase fails from U-Boot command line
 2015-11-13 14:37 UTC  (5+ messages)

[U-Boot] [PATCH 0/4] km_kirkwood: various bugfixes
 2015-11-13 14:01 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] arm/km_kirkwood: remove KM_ENV_BUS and use CONFIG_I2C_ENV_EEPROM_BUS
` [U-Boot] [PATCH 2/4] arm/km: Fix LED configuration for 88E1118R PHY (PIGGY3)
` [U-Boot] [PATCH 3/4] arm/mgcoge3un: check dip_switch at startup
` [U-Boot] [PATCH 4/4] arm/km_kirkwood: fix the #ifdef for KM_COGE5UN dip switch

[U-Boot] [PATCH] rockchip: Turn on CONFIG_DEBUG_LL for firefly
 2015-11-13 13:47 UTC  (3+ messages)

[U-Boot] [PATCH] vexpress64: compile Juno PCIe conditionally
 2015-11-13 13:39 UTC  (7+ messages)

[U-Boot] [PATCH v3 0/3] Serial Flash: call spi_flash_free more coherently
 2015-11-13 13:25 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] cmd_sf: add 'release' command
` [U-Boot] [PATCH v3 2/3] env_sf: generalize call to spi_flash_free after accesses
` [U-Boot] [PATCH v3 3/3] km_arm: call 'sf release' in the newenv and update scripts

[U-Boot] [PATCH v2] Fix board init code to use a valid C runtime environment
 2015-11-13 12:22 UTC  (6+ messages)

[U-Boot] [PATCH] PCI: fix search for suitable memory region
 2015-11-13 10:53 UTC  (3+ messages)

[U-Boot] [PATCH v7 01/21] include: Add log2 header from the kernel
 2015-11-13 10:41 UTC  (11+ messages)
` [U-Boot] [PATCH v7 21/21] sf: Add SPI NOR protection mechanism

[U-Boot] [PATCH] armv8: ls2080a: Define CONFIG_ENV_OVERWRITE to overwrite serial and ethaddr
 2015-11-13  8:49 UTC 

[U-Boot] [PATCH v2 00/12] sparc: Updates to SPARC architecture in preperation for generic board
 2015-11-13  8:33 UTC  (13+ messages)
` [U-Boot] [PATCH v2 01/12] sparc: Fix broken files during license changes
` [U-Boot] [PATCH v2 02/12] sparc: Update the maintainer for SPARC architecture
` [U-Boot] [PATCH v2 03/12] sparc: Add -mcpu= compiler flags for LEON2/LEON3
` [U-Boot] [PATCH v2 04/12] sparc: Update LEON serial drivers to use readl/writel macros
` [U-Boot] [PATCH v2 05/12] sparc: Update GRSIM board with memory settings for TSIM eval
` [U-Boot] [PATCH v2 06/12] sparc: Update startup code to take PIC mode into account
` [U-Boot] [PATCH v2 07/12] sparc: leon3: Reimplemented AMBA Plug&Play scanning routines
` [U-Boot] [PATCH v2 08/12] sparc: Kconfig: Move the CMD_AMBAPP command to Kconfig
` [U-Boot] [PATCH v2 09/12] sparc: leon3: Added memory controller initialization using new AMBA PnP routines
` [U-Boot] [PATCH v2 10/12] sparc: leon3: Moved GRLIB core header files to common include/grlib directory
` [U-Boot] [PATCH v2 11/12] sparc: ambapp: Removed warning and unnecessary printout
` [U-Boot] [PATCH v2 12/12] sparc: leon3: Add debug_uart support to LEON3 serial driver


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