public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-07-23 09:54:09 to 2015-07-24 14:04:59 UTC [more...]

[U-Boot] [PATCH 1/2] ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)
 2015-07-24 14:04 UTC  (4+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v3 04/16] drivers/net/vsc9953: Fix missing reserved register
 2015-07-24 13:55 UTC  (13+ messages)
` [U-Boot] [PATCH v3 05/16] include/bitfield: Add new bitfield operations
` [U-Boot] [PATCH v3 06/16] drivers/net/vsc9953: Add default configuration for VSC9953 L2 Switch
` [U-Boot] [PATCH v3 07/16] common/cmd_ethsw: Add generic commands for Ethernet Switches
` [U-Boot] [PATCH v3 08/16] drivers/net/vsc9953: Use the generic Ethernet Switch parser
` [U-Boot] [PATCH v3 09/16] drivers/net/vsc9953: Add command to show/clear port counters
` [U-Boot] [PATCH v3 10/16] drivers/net/vsc9953: Add commands to enable/disable HW learning
` [U-Boot] [PATCH v3 11/16] net/eth.c: Add function to validate a MAC address
` [U-Boot] [PATCH v3 12/16] drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953
` [U-Boot] [PATCH v3 13/16] drivers/net/vsc9953: Add VLAN commands "
` [U-Boot] [PATCH v3 14/16] drivers/net/vsc9953: Add command for shared/private VLAN learning
` [U-Boot] [PATCH v3 15/16] drivers/net/vsc9953: Add commands for VLAN ingress filtering
` [U-Boot] [PATCH v3 16/16] drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-Identifier

[U-Boot] [PATCH v3 00/16] Add more commands for VSC9953 L2 Switch
 2015-07-24 13:52 UTC  (4+ messages)
` [U-Boot] [PATCH v3 01/16] drivers/net/vsc9953: Remove 'CONFIG_' from macros' name
` [U-Boot] [PATCH v3 02/16] drivers/net/vsc9953: Cleanup patch
` [U-Boot] [PATCH v3 03/16] drivers/net/vsc9953: Fix bug when enabling a port

[U-Boot] [PATCH] include/bitfield.h: Assure new bitfield value doesn't touch unwanted bits
 2015-07-24 13:52 UTC 

[U-Boot] [PATCH 00/20] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi
 2015-07-24 13:44 UTC  (9+ messages)

[U-Boot] [PATCH 0/2] ARM: tegra: enable GPU DT node
 2015-07-24 13:07 UTC  (5+ messages)

[U-Boot] [PATCH 01/19] ARM: zynq: DT: Use the right names for nodes
 2015-07-24 12:47 UTC  (4+ messages)
` [U-Boot] [PATCH 15/19] ARM: zynq: DT: Get rid of ps-clk-frequency

[U-Boot] [PATCH 0/8] ARM: keystone2: Clocls and PLLs cleanup
 2015-07-24 11:50 UTC  (21+ messages)
` [U-Boot] [PATCH 1/8] ARM: keystone2: Cleanup SoC detection
` [U-Boot] [PATCH 2/8] ARM: keystone2: Enable CONFIG_DISPLAY_CPUINFO
` [U-Boot] [PATCH 3/8] ARM: keystone2: Cleanup PLL init code
` [U-Boot] [PATCH 4/8] ARM: keystone2: Fix dev and arm speed detection
` [U-Boot] [PATCH 5/8] ARM: keystone2: Use common structure for PLLs
` [U-Boot] [PATCH 6/8] ARM: keystone2: Cleanup init_pll definition
` [U-Boot] [PATCH 7/8] ARM: keystone2: Remove unsed external clocks
` [U-Boot] [PATCH 8/8] ARM: keystone2: Use common definition for clk_get_rate

[U-Boot] [PATCH 02/15][v4] imx: usb: ehci-mx7 add usb driver for i.MX7D
 2015-07-24  9:43 UTC  (2+ messages)

[U-Boot] [PATCH] armv8/ls2085a_simu: enable eSDHC
 2015-07-24  9:37 UTC 

[U-Boot] [PATCH v2] arm: mx6: tqma6: Add WRU-IV baseboard for the TQMa6 SoM
 2015-07-24  9:33 UTC  (2+ messages)

[U-Boot] [PATCH 00/48] Add support for running U-Boot as an EFI payload/application
 2015-07-24  9:13 UTC  (47+ messages)
` [U-Boot] [PATCH 28/48] x86: Allow use of global_data with EFI
` [U-Boot] [PATCH 29/48] x86: Allow relocation code to build without text base
` [U-Boot] [PATCH 30/48] x86: Set up tool chain flags for running as EFI application
` [U-Boot] [PATCH 31/48] x86: Add definitions for the x86-efi board and plumb it in
` [U-Boot] [PATCH 32/48] x86: Add a link script entry for U-Boot as a payload
` [U-Boot] [PATCH 33/48] x86: Add relocation and link script for a 64-bit EFI application
` [U-Boot] [PATCH 34/48] efi: Add support for loading U-Boot through an EFI stub
` [U-Boot] [PATCH 35/48] x86: Support building the "
` [U-Boot] [PATCH 36/48] x86: Add an enum for some commonly-used GDT bits
` [U-Boot] [PATCH 37/48] x86: Add a way to call 32-bit code from 64-bit mode
` [U-Boot] [PATCH 38/48] efi: Add 64-bit payload support
` [U-Boot] [PATCH 39/48] x86: Add Makefile settings for EFI build
` [U-Boot] [PATCH 40/48] x86: Add support for passing tables into U-Boot
` [U-Boot] [PATCH 41/48] efi: Add functions for decoding the EFI tables
` [U-Boot] [PATCH 42/48] efi: Add a command to display the memory map
` [U-Boot] [PATCH 43/48] x86: Handle running as EFI payload
` [U-Boot] [PATCH 44/48] x86: Add helper code for running from EFI
` [U-Boot] [PATCH 45/48] x86: baytrail: Support operation as an EFI payload
` [U-Boot] [PATCH 46/48] x86: qemu: "
` [U-Boot] [PATCH 47/48] x86: Gracefully disable the vesa driver when running from EFI
` [U-Boot] [PATCH 48/48] efi: Add a README to explain how things work

[U-Boot] extlinux.conf
 2015-07-24  8:33 UTC 

[U-Boot] Raspberry Pi2 performance
 2015-07-24  8:10 UTC 

[U-Boot] Please pull u-boot-marvell master
 2015-07-24  7:56 UTC 

[U-Boot] [PATCH v4 0/7] dcache support for Raspberry Pi 1
 2015-07-24  7:22 UTC  (8+ messages)
` [U-Boot] [PATCH v4 1/7] arm1136: Remove dead code
` [U-Boot] [PATCH v4 2/7] arm1136/arm1176: Merge cache handling code
` [U-Boot] [PATCH v4 3/7] ARM: bcm283x: Define CONFIG_SYS_CACHELINE_SIZE
` [U-Boot] [PATCH v4 4/7] ARM: bcm283x: Allocate all mailbox buffers cacheline aligned
` [U-Boot] [PATCH v4 5/7] arm/mach-bcm283x/mbox: Flush and invalidate dcache when using fw mailbox
` [U-Boot] [PATCH v4 6/7] dwc2: Add dcache support
` [U-Boot] [PATCH v4 7/7] arm/rpi: Enable dcache

[U-Boot] [PATCH U-Boot] ARM: rpi_b: detect board revision
 2015-07-24  6:26 UTC  (3+ messages)

[U-Boot] [PATCH] net: gem: Extend timeout value
 2015-07-24  6:05 UTC 

[U-Boot] [PATCH v3 0/7] dcache support for Raspberry Pi 1
 2015-07-24  5:00 UTC  (9+ messages)
` [U-Boot] [PATCH v3 2/7] arm1136/arm1176: Merge cache handling code
` [U-Boot] [PATCH v3 3/7] ARM: bcm283x: Define CONFIG_SYS_CACHELINE_SIZE
` [U-Boot] [PATCH v3 6/7] dwc2: Add dcache support
` [U-Boot] [PATCH v3 7/7] arm/rpi: Enable dcache

[U-Boot] [PATCH] Correct License and Copyright information on few files
 2015-07-24  4:58 UTC  (3+ messages)

[U-Boot] [PATCHv4 0/3] drivers/ddr/altera: Add the DDR controller driver for SoCFPGA
 2015-07-24  3:57 UTC  (6+ messages)

[U-Boot] buildman dtc check error
 2015-07-24  3:45 UTC  (4+ messages)

[U-Boot] [PATCH 00/12] cm-fx6 and kconfig updates
 2015-07-24  2:05 UTC  (19+ messages)
` [U-Boot] [PATCH 01/12] arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly
` [U-Boot] [PATCH 02/12] arm: mx6: cm-fx6: make it possible to not init display
` [U-Boot] [PATCH 03/12] arm: mx6: cm-fx6: add support for displaytype env var
` [U-Boot] [PATCH 04/12] arm: mx6: cm-fx6: setup hdmi only on hdmi enable
` [U-Boot] [PATCH 05/12] arm: mx6: cm-fx6: move CMD configs to defconfig
` [U-Boot] [PATCH 06/12] arm: mx6: cm-fx6: move cm-fx6 target under ARCH_MX6
` [U-Boot] [PATCH 07/12] arm: mx6: kconfig: don't select CPU_V7 per board
` [U-Boot] [PATCH 08/12] arm: mx6: usb: kconfig: add USB_EHCI_MX6 kconfig option
` [U-Boot] [PATCH 09/12] usb: kconfig: usb keyboard kconfig
` [U-Boot] [PATCH 10/12] usb: kconfig: create a menu for usb
` [U-Boot] [PATCH 11/12] sf: kconfig: add kconfig options for spi flashes
` [U-Boot] [PATCH 12/12] kconfig: add config option for shell prompt

[U-Boot] Booting Wandboard through USB
 2015-07-24  0:59 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/5] Devres (Managed Device Resource) for U-Boot
 2015-07-23 23:21 UTC  (9+ messages)
` [U-Boot] [PATCH v3 1/5] dm: add DM_FLAG_BOUND flag
` [U-Boot] [PATCH v3 2/5] devres: introduce Devres (Managed Device Resource) framework
` [U-Boot] [PATCH v3 4/5] devres: make Devres optional with CONFIG_DEVRES
` [U-Boot] [PATCH v3 5/5] devres: add debug command to dump device resources

[U-Boot] [PATCH V2 0/6] Tegra210/P2571 initial support
 2015-07-23 23:17 UTC  (15+ messages)
` [U-Boot] [PATCH V2 3/6] ARM: Tegra210: Add SoC code/include files for T210
` [U-Boot] [PATCH V2 5/6] P2571: dts: Add DT files for Tegra210/P2571 board
` [U-Boot] [PATCH V2 6/6] T210: Add support for 64-bit T210-based P2571 board

[U-Boot] [Patch v2] lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedef
 2015-07-23 22:12 UTC 

[U-Boot] [PATCH] drivers: watchdog: add MAX6373 WDT support
 2015-07-23 21:33 UTC 

[U-Boot] [PATCH] drivers/ddr/fsl: Adjust bstopre value
 2015-07-23 21:04 UTC 

[U-Boot] [PATCH V4 0/8] configs: make keystone2 configs start using armv7 common header
 2015-07-23 21:01 UTC  (6+ messages)
` [U-Boot] [PATCH V4 2/8] configs: ti: armv7_common: enable Thumb mode for all
` [U-Boot] [PATCH V4 5/8] configs: ti_armv7_keystone2: start using armv7_common

[U-Boot] OpenEmbedded-Core pending patch
 2015-07-23 20:55 UTC 

[U-Boot] [PATCH] armv8: Allow SoCs to override the generic timer
 2015-07-23 20:54 UTC  (3+ messages)

[U-Boot] [PATCH] armv8/cache: Fix page table creation
 2015-07-23 20:18 UTC  (2+ messages)

[U-Boot] [PATCH] arm64: Handle arbitrary CONFIG_SYS_MALLOC_F_LEN values
 2015-07-23 20:18 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: tegra: Build warning fixes for 64-bit
 2015-07-23 20:18 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: tegra: Build warning fixes for 64-bit
 2015-07-23 20:18 UTC  (2+ messages)

[U-Boot] [PATCH] i2c: tegra: Build warning fixes for 64-bit
 2015-07-23 20:18 UTC  (2+ messages)

[U-Boot] [PATCH 00/18] x86: minnowmax: Move USB and Ethernet to driver model
 2015-07-23 20:18 UTC  (3+ messages)
` [U-Boot] [PATCH 10/18] dm: eth: Avoid blocking on packet reception

[U-Boot] pull request: u-boot-uniphier/master
 2015-07-23 19:30 UTC  (2+ messages)

[U-Boot] Please pull u-boot-marvell master (v2)
 2015-07-23 19:30 UTC  (2+ messages)

[U-Boot] Please pull u-boot-dm
 2015-07-23 19:30 UTC  (2+ messages)

[U-Boot] [PATCH] fdt: Fix fdtdec_get_addr_size() for 64-bit
 2015-07-23 16:51 UTC 

[U-Boot] [PATCH] common/lcd_simplefb: Add support for 32bit organized framebuffers
 2015-07-23 16:21 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL
 2015-07-23 15:57 UTC  (8+ messages)
` [U-Boot] [PATCH v3 1/4] sunxi: nand: Add pinmux and clock settings for NAND support
` [U-Boot] [PATCH v3 2/4] sunxi: nand: Add basic sunxi NAND driver for SPL with DMA support
` [U-Boot] [PATCH v3 3/4] sunxi: nand: Add board configuration options
` [U-Boot] [PATCH v3 4/4] sunxi: nand: Add information to sunxi that it was run from NAND in SPL

[U-Boot] [RFC PATCH] efi: Another way to create u-boot payload for EFI
 2015-07-23 15:45 UTC 

[U-Boot] [PATCH 09/10 v2] arm: mvebu: Enable USB EHCI support on Armada XP
 2015-07-23 15:00 UTC  (4+ messages)

[U-Boot] [PATCH v2] arm: mvebu: add multiple usb-hostcontroller support for AXP
 2015-07-23 14:59 UTC  (5+ messages)

[U-Boot] [PATCH 0/7] UniPhier SoC changes for v2015.10-rc1
 2015-07-23 14:47 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: dts: UniPhier: add device-specific compatible string for EEPROM
 2015-07-23 14:47 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] driver: net: keystone_net: fix phy mode configuration
 2015-07-23 14:14 UTC  (5+ messages)

[U-Boot] [PATCH v3 01/15] cgtqmx6eval: Use default prompt
 2015-07-23 14:02 UTC  (15+ messages)
` [U-Boot] [PATCH v3 02/15] cgtqmx6eval: Use the default CONFIG_SYS_PBSIZE
` [U-Boot] [PATCH v3 03/15] cgtqmx6eval: Staticize when possible
` [U-Boot] [PATCH v3 04/15] cgtqmx6eval: Improve the error handling
` [U-Boot] [PATCH v3 05/15] cgtqmx6eval: Fit into single lines
` [U-Boot] [PATCH v3 06/15] cgtqmx6eval: Add ESDHC3 support
` [U-Boot] [PATCH v3 07/15] cgtqmx6eval: Add ESDHC write-protect support
` [U-Boot] [PATCH v3 08/15] cgtqmx6eval: Add Ethernet support
` [U-Boot] [PATCH v3 09/15] cgtqmx6eval: Add thermal support
` [U-Boot] [PATCH v3 10/15] cgtqmx6eval: Add PMIC support
` [U-Boot] [PATCH v3 11/15] cgtqmx6eval: Add USB support
` [U-Boot] [PATCH v3 12/15] cgtqmx6eval: Add splash screen support
` [U-Boot] [PATCH v3 13/15] cgtqmx6eval: Add SATA support
` [U-Boot] [PATCH v3 14/15] cgtqmx6eval: Align DCD settings with Congatec's U-boot
` [U-Boot] [PATCH v3 15/15] cgtqmx6eval: Use standard boot script

[U-Boot] [PATCH v4] armv8: caches: Added routine to set non cacheable region
 2015-07-23 12:40 UTC  (4+ messages)

[U-Boot] [PATCH] arm: mvebu: add multiple usb-hostcontroller support for AXP
 2015-07-23 12:35 UTC  (2+ messages)

[U-Boot] [PATCH RESEND 0/7] spi: cadence_qspi: optimize & fix indirect rd-writes
 2015-07-23 12:22 UTC  (11+ messages)

[U-Boot] [PATCH 1/3] ARM: zynqmp: Wire up ethernet controllers
 2015-07-23 11:53 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] ARM: zynqmp: Wire up SATA for the board
` [U-Boot] [PATCH 3/3] zynqmp: Show EL level where U-Boot runs

[U-Boot] Kconfig for SPL
 2015-07-23 11:37 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/2] Add macros to ease our life with independent CONFIGs between U-Boot and SPL
 2015-07-23 11:31 UTC  (3+ messages)
` [U-Boot] [RFC PATCH 1/2] kbuild: add a makefile macro useful with per-image config options
` [U-Boot] [RFC PATCH 2/2] linux/kconfig.h: add C macros useful for "

[U-Boot] [PATCH 07/10 v2] arm: mvebu: Enable NAND controller on MVEBU SoC's
 2015-07-23 11:02 UTC 

[U-Boot] [PATCH 05/10 v2] arm: mvebu: Disable MBUS error propagation
 2015-07-23 11:02 UTC 

[U-Boot] [V4 1/2] sf: Add clear flag status register operation on Micron chips
 2015-07-23  9:54 UTC  (2+ messages)
` [U-Boot] [V4 2/2] sf: Turn SPI flash into 3-Byte address mode "


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