public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-11-11 11:46:23 to 2015-11-12 20:53:31 UTC [more...]

[U-Boot] Pull request, u-boot-tegra/master
 2015-11-12 20:53 UTC 

[U-Boot] [PATCH v1] armv8: fsl-layerscape: Fix "cpu release" command
 2015-11-12 20:38 UTC 

[U-Boot] [PATCH v3] board_init: Change the logic to setup malloc_base
 2015-11-12 19:58 UTC  (2+ messages)

[U-Boot] [PATCH 1/6] input: Save keyboard's LED state to correct place
 2015-11-12 19:58 UTC  (12+ 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-12 19:57 UTC  (23+ 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] ARM: omap3_logic: Fix pin muxing
 2015-11-12 18:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] omap3_logic: Cleanup and remove redundant defines make bootz easier
 2015-11-12 18:37 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v1 00/12] sparc: Updates to SPARC architecture in preperation for generic board
 2015-11-12 18:34 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: reset: FIX address of tstscratch register
 2015-11-12 18:12 UTC  (2+ messages)

[U-Boot] [PATCH 00/10] basic support for Allwinner A83T SOC
 2015-11-12 18:09 UTC  (11+ 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] arm: imx: Switch mx6cuboxi to use config_distro_bootcmd.h
 2015-11-12 17:39 UTC  (4+ messages)

[U-Boot] [PATCH] Makefile: Include vendor common library in include search path
 2015-11-12 17:05 UTC  (17+ messages)

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

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

[U-Boot] [PATCH v3 0/8] dm: pci: tegra: Convert Tegra PCI to driver model
 2015-11-12 16:57 UTC 

[U-Boot] [PATCH v1 0/7] Enable high speed and heavy load for DDR4 for LSCH3
 2015-11-12 16:43 UTC  (11+ messages)

[U-Boot] [RFC PATCH v2 0/2] Make most DDR non-secure in MMU while keep a small block secure
 2015-11-12 16:42 UTC  (7+ messages)
` [U-Boot] [RFC PATCH v2 1/2] Reserve secure memory
` [U-Boot] [RFC PATCH v2 2/2] armv8: fsl-layerscape: Make DDR non secure in MMU tables

[U-Boot] [PATCH] arm: novena: Fix kernel_addr_r env variable
 2015-11-12 16:34 UTC  (2+ messages)

[U-Boot] [PATCH V4 1/3] arm: discard relocation entries for secure text
 2015-11-12 16:32 UTC  (5+ messages)

[U-Boot] [PATCH] arm: imx: Switch Wandboard to use config_distro_bootcmd.h
 2015-11-12 16:22 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] git-mailrc: Add Bin as a maintainer of x86
 2015-11-12 16:13 UTC  (2+ messages)

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

[U-Boot] [PATCH 0/8] dm: pci: tegra: Convert Tegra PCI to driver model
 2015-11-12 16:06 UTC  (4+ messages)
` [U-Boot] [PATCH 8/8] dm: tegra: pci: Convert tegra boards to driver model for PCI

[U-Boot] [PATCH] ARM: tegra: note that p2371-2180 is Jetson TX1
 2015-11-12 16:05 UTC  (3+ messages)

[U-Boot] Pull request: u-boot-blackfin
 2015-11-12 15:49 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] board_init: Change the logic to setup malloc_base
 2015-11-12 14:29 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] README: Add more clarification about CONFIG_SYS_SPL_MALLOC_START

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

[U-Boot] [PATCH v2 1/3] net: zynq: Extend register description with offsets
 2015-11-12 13:43 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] net: zynq: Fix clearing statistic
` [U-Boot] [PATCH v2 3/3] net: zynq: Disable secondary queues

[U-Boot] [PATCH v2 00/16] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm
 2015-11-12 12:48 UTC  (18+ messages)
` [U-Boot] [PATCH v2 06/16] dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl
` [U-Boot] [PATCH v2 09/16] arm: dts: dra7: add qspi register maps for memory map and control module
` [U-Boot] [PATCH v2 10/16] drivers: mtd: spi: sf_probe: add compatible for spansion spi flash
` [U-Boot] [PATCH v2 14/16] am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl
` [U-Boot] [PATCH v2 15/16] arm: dts: am4372: add qspi register maps for memory map

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

[U-Boot] [PATCH 0/2] am43xx: Enable QUAD mode and DMA support for QSPI
 2015-11-12  9:48 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] spi: ti_qspi: Add dummy readl for bus sync
` [U-Boot] [PATCH 2/2] ARM: am43xx: Enable QUAD read and EDMA support for ti_qspi

[U-Boot] [PATCH] dm: core: Kconfig: set OF_TRANSLATE default value to n
 2015-11-12  9:38 UTC  (5+ messages)

[U-Boot] [PATCH v5 00/21] Bring up rk3036 uboot
 2015-11-12  8:35 UTC  (8+ messages)
` [U-Boot] [PATCH v5 01/21] rockchip: add timer driver
` [U-Boot] [PATCH v5 09/21] rockchip: rk3036: Add header files for GRF
` [U-Boot] [PATCH v5 16/21] rockchip: add rk3036 sdram driver

[U-Boot] aarch64-linux-gnu-objdump gives all zeros in init_sequence_f[]
 2015-11-12  8:15 UTC  (5+ messages)

[U-Boot] [RFC PATCH] lib/tiny-printf.c: Add tiny printf function for space limited environments
 2015-11-12  7:17 UTC  (4+ messages)

[U-Boot] [PATCH v4] colibri_vf: Add board_usb_phy_mode function
 2015-11-12  6:17 UTC  (2+ messages)
` [U-Boot] [PATCH v5] "

[U-Boot] [RFC PATCH v3 0/2] Make most DDR non-secure in MMU while keep a small block secure
 2015-11-12  5:16 UTC  (3+ messages)
` [U-Boot] [RFC PATCH v3 1/2] Reserve secure memory
` [U-Boot] [RFC PATCH v3 2/2] armv8: fsl-layerscape: Make DDR non secure in MMU tables

[U-Boot] [PATCH] arm: socfpga: Fix cache configuration
 2015-11-12  3:48 UTC  (8+ messages)

[U-Boot] [PULL] Please pull u-boot-nios/master
 2015-11-12  2:23 UTC  (2+ messages)

[U-Boot] [PATCH] buildman: README: add links for toolchains not available on kernel.org
 2015-11-12  2:23 UTC  (7+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] Enabling semantic parsers for host tools
 2015-11-12  1:54 UTC  (2+ messages)

[U-Boot] [PATCH] board/ti/am335x: add support for BeagleBone Green
 2015-11-11 23:45 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] board_init: Fix the logic to setup malloc_base
 2015-11-11 22:27 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] README: Add more clarification about CONFIG_SYS_SPL_MALLOC_START

[U-Boot] [PATCH] Revert "arm: Switch 32-bit ARM to using generic global_data setup"
 2015-11-11 20:19 UTC  (12+ messages)

[U-Boot] [PATCH] fastboot: mmc: Fix use of 64 bit division
 2015-11-11 17:09 UTC  (2+ messages)

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

[U-Boot] [PATCH 0/3] vexpress64 flash support
 2015-11-11 16:11 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] vexpress64: remove #error

[U-Boot] [PATCH v2] vexpress64: use 2nd DRAM bank only on juno
 2015-11-11 16:03 UTC  (3+ messages)

[U-Boot] how to load u-boot environment from nand while spl is loading
 2015-11-11 15:38 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] spi_flash: Add error message when lock operations are not supported
 2015-11-11 15:21 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] sf_probe: Add lock ops for SST SPI NOR flash

[U-Boot] pull request: u-boot-uniphier/master
 2015-11-11 14:55 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: uniphier: drop UniPhier specific SMP code
 2015-11-11 14:40 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] ARM: dts: uniphier: fix interrupt number of USB core for PH1-Pro4
 2015-11-11 14:39 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] ARM: dts: uniphier: add USB xHCI nodes for PH1-Pro5 and ProXstream2

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

[U-Boot] [PATCH 0/2] Add Xilinx Zynq boot.bin support
 2015-11-11 11:58 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage
` [U-Boot] [PATCH 2/2] ARM: zynq: Add target for building bootable SPL image for Zynq


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