public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-11-11 01:41:15 to 2015-11-12 16:59:29 UTC [more...]

[U-Boot] [PATCH v3 1/8] dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig
 2015-11-12 16:59 UTC  (5+ 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 v2 0/8] dm: pci: tegra: Convert Tegra PCI to driver model
 2015-11-12 16:58 UTC  (13+ 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 0/8] dm: pci: tegra: Convert Tegra PCI to driver model
 2015-11-12 16:57 UTC 

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

[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 mx6cuboxi to use config_distro_bootcmd.h
 2015-11-12 16:24 UTC  (2+ 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 v3] board_init: Change the logic to setup malloc_base
 2015-11-12 14:30 UTC 

[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 v3 00/12] dm: input: Move keyboard drivers to driver model
 2015-11-12 13:50 UTC  (22+ 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 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 1/6] input: Save keyboard's LED state to correct place
 2015-11-12 13:33 UTC  (6+ 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 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  (6+ 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

[U-Boot] [Patch V4 0/7] add LS1043AQDS platform support
 2015-11-11  9:58 UTC  (8+ messages)
` [U-Boot] [Patch V4 1/7] pci/layerscape: add support for LS1043A PCIe LUT register access
` [U-Boot] [Patch V4 2/7] armv8/fsl-layerscape: Remove reference to gdata
` [U-Boot] [Patch V4 3/7] armv8/ls1043ardb: dts: add dtb support
` [U-Boot] [Patch V4 4/7] armv8/ls1043aqds: add LS1043AQDS board support
` [U-Boot] [Patch V4 5/7] armv8/ls1043aqds: dts: add dtb support
` [U-Boot] [Patch V4 6/7] armv8/ls1043ardb: add DSPI support
` [U-Boot] [Patch V4 7/7] armv8/ls1043ardb: add USB support

[U-Boot] QSPI XIP boot on am437x
 2015-11-11  9:03 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] nios2: rename board nios2-generic to 3c120_devboard
 2015-11-11  5:06 UTC  (11+ messages)
` [U-Boot] [PATCH v3 1/3] "
  ` [U-Boot] [PATCH v3 3/3] nios2: add 3c120 and 10m50 devboards MAINTAINERS

[U-Boot] [PATCH v2 1/8] x86: qemu: Remove call to vgabios execution
 2015-11-11  4:42 UTC  (24+ messages)
` [U-Boot] [PATCH v2 2/8] x86: qemu: Move chipset-specific codes from pci.c to qemu.c
` [U-Boot] [PATCH v2 3/8] x86: qemu: Convert to use driver model pci
` [U-Boot] [PATCH v2 4/8] x86: qemu: Convert to use driver model usb
` [U-Boot] [PATCH v2 5/8] x86: qemu: Convert to use driver model eth
` [U-Boot] [PATCH v2 6/8] x86: crownbay: Remove unused PCI region address macros
` [U-Boot] [PATCH v2 7/8] x86: Remove legacy pci codes
` [U-Boot] [PATCH v2 8/8] x86: Remove CONFIG_SYS_EARLY_PCI_INIT

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


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