public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-06-22 21:15:29 to 2015-06-24 03:26:10 UTC [more...]

[U-Boot] [PATCH] sunxi: Select CONFIG_CMD_NET and CONFIG_CMD_SETEXPR by default
 2015-06-24  3:26 UTC  (14+ messages)
          ` [U-Boot] [PATCH 0/7] Move include/config_cmd_default.h into Kconfig / remove arch defaults
            ` [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig
            ` [U-Boot] [PATCH 6/7] Move default y configs out of arch/board Kconfig
            ` [U-Boot] [PATCH 7/7] Move defaults from config_cmd_default.h to Kconfig

[U-Boot] [PATCH 00/11] dm: x86: PCI/SPI fixes for minnowboard MAX
 2015-06-24  3:25 UTC  (12+ messages)
` [U-Boot] [PATCH 07/11] x86: pci: Tidy up the generic x86 PCI driver
` [U-Boot] [PATCH 09/11] dm: pci: Use the correct hose when configuring devices
` [U-Boot] [PATCH 10/11] dm: pci: Correct bus number when scanning sub-buses
` [U-Boot] [PATCH 11/11] dm: x86: baytrail: Correct PCI region 3 when driver model is used

[U-Boot] BTRFS support in u-boot?
 2015-06-24  3:04 UTC  (2+ messages)

[U-Boot] [RESPIN PATCH v2 02/15] cmd: date: Change to use CONFIG_DM_RTC instead of CONFIG_DM_I2C
 2015-06-24  2:46 UTC  (36+ messages)
` [U-Boot] [RESPIN PATCH v2 03/15] x86: crownbay: Enable DM RTC support
` [U-Boot] [RESPIN PATCH v2 04/15] x86: queensbay: Correct Topcliff device irqs
` [U-Boot] [RESPIN PATCH v2 05/15] x86: Write correct bus number for the irq router
` [U-Boot] [RESPIN PATCH v2 06/15] x86: Ignore function number when writing PIRQ routing table
` [U-Boot] [RESPIN PATCH v2 07/15] x86: Reduce PIRQ routing table size
` [U-Boot] [RESPIN PATCH v2 08/15] x86: Clean up ioapic header file
` [U-Boot] [RESPIN PATCH v2 09/15] x86: Add I/O APIC register access routines
` [U-Boot] [RESPIN PATCH v2 10/15] x86: Remove inline for lapic "
` [U-Boot] [RESPIN PATCH v2 11/15] x86: Add MultiProcessor (MP) table APIs
` [U-Boot] [RESPIN PATCH v2 12/15] x86: Generate a valid MultiProcessor (MP) table
` [U-Boot] [RESPIN PATCH v2 13/15] x86: Update README.x86 for SMP support
` [U-Boot] [RESPIN PATCH v2 14/15] x86: crownbay: Enable writing MP table
` [U-Boot] [RESPIN PATCH v2 15/15] x86: queensbay: Change PCIe root ports' interrupt routing

[U-Boot] [RESPIN PATCH v2 01/15] dm: rtc: Support mc146818 driver in driver model
 2015-06-24  2:45 UTC  (3+ messages)

[U-Boot] [PATCH v4 2/6] x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS
 2015-06-24  2:45 UTC  (10+ messages)
` [U-Boot] [PATCH v4 3/6] x86: Move MP initialization codes into a common place
` [U-Boot] [PATCH v4 4/6] x86: Move lapic_setup() call into init_bsp()
` [U-Boot] [PATCH v4 5/6] x86: Clean up lapic codes
` [U-Boot] [PATCH v4 6/6] x86: crownbay: Add MP initialization

[U-Boot] [PATCH v4 1/6] dm: cpu: Add a new get_count method to cpu uclass
 2015-06-24  2:44 UTC  (3+ messages)

[U-Boot] [PATCH] ls2085a: esdhc: flush D-cache before 'mmc read'
 2015-06-24  2:13 UTC 

[U-Boot] [PATCH v3 00/54] dm: Introduce new driver model uclasses
 2015-06-24  1:56 UTC  (57+ messages)
` [U-Boot] [PATCH v3 01/54] Add a dhrystone benchmark command
` [U-Boot] [PATCH v3 02/54] sandbox: Enable dhry command
` [U-Boot] [PATCH v3 03/54] mkimage: Display a better list of available image types
` [U-Boot] [PATCH v3 04/54] fdt: Add a function to remove unused strings from a device tree
` [U-Boot] [PATCH v3 05/54] fdt: Add fdt_first/next_region() functions
` [U-Boot] [PATCH v3 06/54] fdt: Add fdtgrep tool
` [U-Boot] [PATCH v3 07/54] dm: Reduce SPL device tree size
` [U-Boot] [PATCH v3 08/54] dm: arm: Put driver model I2C drivers before legacy ones
` [U-Boot] [PATCH v3 09/54] Add a way of checking the position of a structure member
` [U-Boot] [PATCH v3 10/54] debug_uart: Remove use of asmlinkage
` [U-Boot] [PATCH v3 11/54] dm: Allow debug UART to support an early console
` [U-Boot] [PATCH v3 12/54] sandbox: Drop special-case sandbox console code
` [U-Boot] [PATCH v3 13/54] dm: Move the tree/uclass dump code into its own file
` [U-Boot] [PATCH v3 14/54] dm: core: Use debug() instead of printf() for failures
` [U-Boot] [PATCH v3 15/54] dm: core: Add a function to find any device from device tree
` [U-Boot] [PATCH v3 16/54] dm: core: Correct device_get_child_by_of_offset() parameter
` [U-Boot] [PATCH v3 17/54] dm: gpio: Allow GPIO uclass to be used in SPL
` [U-Boot] [PATCH v3 18/54] dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name
` [U-Boot] [PATCH v3 19/54] dm: gpio: Add dm_gpio_request() to manually request a GPIO
` [U-Boot] [PATCH v3 20/54] dm: Add support for register maps (regmap)
` [U-Boot] [PATCH v3 21/54] dm: Add support for generic system controllers (syscon)
` [U-Boot] [PATCH v3 22/54] dm: Correct the missing method check in cpu_get_info()
` [U-Boot] [PATCH v3 23/54] dm: Add support for LEDs
` [U-Boot] [PATCH v3 24/54] dm: led: Add a driver for GPIO-controlled LEDs
` [U-Boot] [PATCH v3 25/54] spl: Add debugging info for spl_mmc boot
` [U-Boot] [PATCH v3 26/54] dm: mmc: Add an MMC uclass
` [U-Boot] [PATCH v3 27/54] mmc: Avoid using printf() for errors
` [U-Boot] [PATCH v3 28/54] mmc: Add debug() output on read errors
` [U-Boot] [PATCH v3 29/54] dm: mmc: Allow driver model to be used for MMC in SPL
` [U-Boot] [PATCH v3 30/54] mmc: Add structure comments for dwmmc
` [U-Boot] [PATCH v3 31/54] mmc: Support bypass mode with the get_mmc_clk() method
` [U-Boot] [PATCH v3 32/54] mmc: Calculate dwmmc FIFO threshold size if not provided
` [U-Boot] [PATCH v3 33/54] dm: Add basic support for pin multiplexing (pinctrl)
` [U-Boot] [PATCH v3 34/54] dm: power: Avoid case-insensitve match for child names
` [U-Boot] [PATCH v3 35/54] dm: power: Add regulator flags to centralise auto-set logic
` [U-Boot] [PATCH v3 36/54] dm: pmic: Split output from function
` [U-Boot] [PATCH v3 37/54] dm: power: Add a function to set up all regulators
` [U-Boot] [PATCH v3 38/54] dm: power: Use debug() for errors in regulator uclass
` [U-Boot] [PATCH v3 39/54] dm: pmic: Add functions to adjust PMIC registers
` [U-Boot] [PATCH v3 40/54] dm: power: Allow use of regulators in SPL
` [U-Boot] [PATCH v3 41/54] Drop CONFIG_ERRNO_STR from SPL
` [U-Boot] [PATCH v3 42/54] dm: Add support for RAM drivers
` [U-Boot] [PATCH v3 43/54] dm: spi: Make local functions static
` [U-Boot] [PATCH v3 44/54] ns16550: Improve debug UART so it can work with 32-bit access
` [U-Boot] [PATCH v3 45/54] Add rivest cipher 4 (rc4) implementation
` [U-Boot] [PATCH v3 46/54] lib: Add function to extract a number from the end of a string
` [U-Boot] [PATCH v3 47/54] fdt: Provide debug info when a device tree cannot be found
` [U-Boot] [PATCH v3 48/54] dm: spl: Allow device tree/driver model in board_init_f()
` [U-Boot] [PATCH v3 49/54] spl: Add a debug string before the jump to U-Boot
` [U-Boot] [PATCH v3 50/54] mkimage: Set up a file size parameter and keep it updated
` [U-Boot] [PATCH v3 51/54] dm: Add a system reset uclass
` [U-Boot] [PATCH v3 52/54] zynq: Rename struct clk_ops to zynq_clk_ops
` [U-Boot] [PATCH v3 53/54] dm: Add a clock uclass
` [U-Boot] [PATCH v3 54/54] power: pmic: Use trailing_strtol() instead of a local function

[U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support
 2015-06-23 23:29 UTC  (26+ messages)
` [U-Boot] [PATCH v3 01/25] rockchip: Add serial support
` [U-Boot] [PATCH v3 02/25] rockchip: Bring in RK3288 device tree file includes and bindings
` [U-Boot] [PATCH v3 03/25] rockchip: rk3288: dts: Make core devices available early
` [U-Boot] [PATCH v3 04/25] mkimage: Allow padding to any length
` [U-Boot] [PATCH v3 05/25] mkimage: Allow the original file size to be recorded
` [U-Boot] [PATCH v3 06/25] rockchip: Add the rkimage format to mkimage
` [U-Boot] [PATCH v3 07/25] rockchip: Add support for the SD image
` [U-Boot] [PATCH v3 08/25] rockchip: Add support for the SPI image
` [U-Boot] [PATCH v3 09/25] rockchip: gpio: Add rockchip GPIO driver
` [U-Boot] [PATCH v3 10/25] rockchip: Add basic peripheral and clock definitions
` [U-Boot] [PATCH v3 11/25] power: Add support for ACT8846 PMIC
` [U-Boot] [PATCH v3 12/25] power: regulator: Add a driver for ACT8846 regulators
` [U-Boot] [PATCH v3 13/25] rockchip: rk3288: Add clock driver
` [U-Boot] [PATCH v3 14/25] rockchip: rk3288: Add header files for PMU and GRF
` [U-Boot] [PATCH v3 15/25] rockchip: rk3288: Add SoC reset driver
` [U-Boot] [PATCH v3 16/25] rockchip: rk3288: Add a simple syscon driver
` [U-Boot] [PATCH v3 17/25] rockchip: rk3288: Add pinctrl driver
` [U-Boot] [PATCH v3 18/25] rockchip: rk3288: Add SDRAM init
` [U-Boot] [PATCH v3 19/25] rockchip: Add an MMC driver
` [U-Boot] [PATCH v3 20/25] rockchip: Add core SoC start-up code
` [U-Boot] [PATCH v3 21/25] rockchip: Add I2C driver
` [U-Boot] [PATCH v3 22/25] rockchip: Add SPI driver
` [U-Boot] [PATCH v3 23/25] rockchip: Add basic support for firefly-rk3288
` [U-Boot] [PATCH v3 24/25] rockchip: Add basic support for jerry
` [U-Boot] [PATCH v3 25/25] rockchip: Add a simple README

[U-Boot] dm-spi: spi_chip_select value
 2015-06-23 21:03 UTC 

[U-Boot] Wandboard SPL boot failed
 2015-06-23 19:31 UTC 

[U-Boot] [PATCH 0/5] sunxi: misc fixes and SinA33 support
 2015-06-23 18:29 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] sunxi: hardware-feature-specific function index defines for PORT F UART0
` [U-Boot] [PATCH 2/5] sunxi: rsb: Enable R_PIO clock before configuring external pins
` [U-Boot] [PATCH 3/5] sunxi: Add support for UART0 in PB pin group on A33
` [U-Boot] [PATCH 4/5] sunxi: Sync sun8i dts files with the linux kernel
` [U-Boot] [PATCH 5/5] sunxi: Add Sinlinx SinA33 defconfig

[U-Boot] [PATCH 00/11 v2] Add more commands for VSC9953 L2 Switch
 2015-06-23 16:48 UTC  (12+ messages)
` [U-Boot] [PATCH 01/11 v2] drivers/net/vsc9953: Cleanup patch
` [U-Boot] [PATCH 02/11 v2] drivers/net/vsc9953: Fix missing reserved register
` [U-Boot] [PATCH 03/11 v2] drivers/net/vsc9953: Add default configuration for VSC9953 L2 Switch
` [U-Boot] [PATCH 04/11 v2] drivers/net/vsc9953: Refractor the parser for VSC9953 commands
` [U-Boot] [PATCH 05/11 v2] drivers/net/vsc9953: Add command to show/clear port counters
` [U-Boot] [PATCH 06/11 v2] drivers/net/vsc9953: Add commands to enable/disable HW learning
` [U-Boot] [PATCH 07/11 v2] drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953
` [U-Boot] [PATCH 08/11 v2] drivers/net/vsc9953: Add VLAN commands "
` [U-Boot] [PATCH 09/11 v2] drivers/net/vsc9953: Add command for shared/private VLAN learning
` [U-Boot] [PATCH 10/11 v2] drivers/net/vsc9953: Add commands for VLAN ingress filtering
` [U-Boot] [PATCH 11/11 v2] drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-Identifier

[U-Boot] corrupted tags in git://git.denx.de/u-boot ?
 2015-06-23 15:23 UTC  (3+ messages)

[U-Boot] Pull request: u-boot-spi/master
 2015-06-23 15:17 UTC 

[U-Boot] [PATCH RESEND 0/7] spi: cadence_qspi: optimize & fix indirect rd-writes
 2015-06-23 14:51 UTC  (9+ messages)

[U-Boot] [PATCH 0/3] spi: cadence_qspi: sram depth from DT & fix for FIFO width
 2015-06-23 14:48 UTC  (4+ messages)

[U-Boot] [PATCH] cmd_mp: Add support for showing all CPU status by one command
 2015-06-23 14:33 UTC  (2+ messages)

[U-Boot] [PATCH] keystone2: use detected ddr3a size
 2015-06-23 14:08 UTC  (6+ messages)

[U-Boot] [PATCH 4/4] include: usb: Map USB controller base addresses for LS2085A
 2015-06-23 13:02 UTC  (4+ messages)

[U-Boot] Marvell Armada XP SATA support
 2015-06-23 12:38 UTC  (3+ messages)

[U-Boot] [PATCH v2] Initial support for ACPI Tables for qemu-x86 target
 2015-06-23 12:15 UTC  (2+ messages)

[U-Boot] [PATCH] keystone2: use correct EFUSE_BOOTROM fileds to configure speed
 2015-06-23 11:33 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] x86: ACPI support suggestion
 2015-06-23 11:30 UTC  (9+ messages)

[U-Boot] [PATCH 0/3] sunxi: Enable both ehci and otg in host mode on various boards
 2015-06-23 10:02 UTC  (6+ messages)
` [U-Boot] [PATCH 1/3] sunxi: musb: Improve output during probing

[U-Boot] [PATCH v2] build: create time and date independent binary
 2015-06-23  8:32 UTC 

[U-Boot] [PATCH v7 0/4] sf: Add MTD layer support
 2015-06-23  7:25 UTC  (3+ messages)

[U-Boot] [PATCH v2 12/15] x86: Generate a valid MultiProcessor (MP) table
 2015-06-23  6:15 UTC  (3+ messages)

[U-Boot] [PATCH 4/4] config: ls2085ardb: Add USB support for ls2085ardb
 2015-06-23  4:16 UTC 

[U-Boot] [PATCH 3/4] config: ls2085aqds: Add USB support for ls2085aqds
 2015-06-23  4:15 UTC 

[U-Boot] [PATCH 2/4] config: lsch3: Define USB XHCI controller base address for LS2085A
 2015-06-23  4:15 UTC 

[U-Boot] [PATCH 1/4] config: lsch3: Define CONFIG_SYS_CACHELINE_SIZE for LS2085A
 2015-06-23  4:15 UTC 

[U-Boot] SDRAM
 2015-06-23  3:51 UTC  (3+ messages)

[U-Boot] [PATCH 3/4] include: usb: Move USB controller base address mapping
 2015-06-23  3:48 UTC 

[U-Boot] [PATCH 2/4] drivers: usb: fsl: Implement Erratum A-009116 for XHCI controller
 2015-06-23  3:47 UTC 

[U-Boot] [PATCH 1/4] drivers: usb: fsl: Remove warnings for 64-bit architectures
 2015-06-23  3:47 UTC 

[U-Boot] [PATCH v2 2/2] pci: Disable expansion ROM address decoding when signature check fails
 2015-06-23  3:45 UTC 

[U-Boot] [PATCH v2 1/2] pci: Configure expansion ROM during auto config process
 2015-06-23  3:45 UTC 

[U-Boot] [PATCH 1/2] Allow CONFIG_REGEX to be disabled when CONFIG_NET
 2015-06-22 22:57 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] blackfin: Fix build regression due to image size

[U-Boot] net.c: question regarding commit: fd3056337e6fcc140f400e11edd33f6f1cb37de1
 2015-06-22 21:54 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