public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-07-23 02:01:49 to 2015-07-24 02:05:22 UTC [more...]

[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] [PATCH 1/2] ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)
 2015-07-24  1:25 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

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

[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  (10+ 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 3/5] devres: add devm_kmalloc() and friends (managed memory allocators)
` [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 0/8] ARM: keystone2: Clocls and PLLs cleanup
 2015-07-23 19:30 UTC  (18+ 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-23 19:25 UTC 

[U-Boot] [PATCH 0/2] ARM: tegra: enable GPU DT node
 2015-07-23 18:49 UTC  (4+ messages)

[U-Boot] [PATCHv4 0/3] drivers/ddr/altera: Add the DDR controller driver for SoCFPGA
 2015-07-23 18:29 UTC  (9+ 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 00/48] Add support for running U-Boot as an EFI payload/application
 2015-07-23 16:05 UTC  (70+ messages)
` [U-Boot] [PATCH 01/48] Support removing default assembler flags
` [U-Boot] [PATCH 02/48] dm: core: Check for empty list in uclass_find_device()
` [U-Boot] [PATCH 03/48] dm: serial: Correct logic in serial_find_console_or_panic()
` [U-Boot] [PATCH 04/48] elf: Add a few definitions for 64-bit relocation
` [U-Boot] [PATCH 05/48] Add a way to skip relocation
` [U-Boot] [PATCH 06/48] Allow objcopy to work without filling gaps with 0xff
` [U-Boot] [PATCH 07/48] Bring in __aligned_u64 and friends to linux/types.h
` [U-Boot] [PATCH 08/48] x86: Add various minor tidy-ups to the 32-bit startup code
` [U-Boot] [PATCH 09/48] x86: Use CR0 constants in CPU init
` [U-Boot] [PATCH 10/48] x86: Tidy up global_data flags
` [U-Boot] [PATCH 11/48] x86: Drop unused copy_fdt_to_ram()
` [U-Boot] [PATCH 12/48] x86: Tidy up the 64-bit calling code
` [U-Boot] [PATCH 13/48] x86: Add some missing global_data declarations in files that use gd
` [U-Boot] [PATCH 14/48] x86: Tidy up a few minor issues with interrupts
` [U-Boot] [PATCH 15/48] pci: Use debug() instead of DEBUGF() in pci_auto.c
` [U-Boot] [PATCH 16/48] pci: Fix up code for CONFIG_PCI_ENUM_ONLY
` [U-Boot] [PATCH 17/48] efi: Avoid using non-existent text base
` [U-Boot] [PATCH 18/48] efi: Add start-up library code
` [U-Boot] [PATCH 19/48] efi: Display the correct initcall pre-relocation values
` [U-Boot] [PATCH 20/48] efi: Add a serial driver
` [U-Boot] [PATCH 21/48] efi: Drop CONFIG_SYS_TEXT_BASE for EFI
` [U-Boot] [PATCH 22/48] efi: Support building a u-boot.efi executable
` [U-Boot] [PATCH 23/48] x86: Support skipping relocation for EFI
` [U-Boot] [PATCH 24/48] x86: Add asm/elf.h for x86-specific ELF definitions
` [U-Boot] [PATCH 25/48] x86: Add support for U-Boot as an EFI application
` [U-Boot] [PATCH 26/48] x86: Add EFI board code
` [U-Boot] [PATCH 27/48] x86: dts: Add a device tree file for EFI
` [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 47/48] x86: Gracefully disable the vesa driver when running from EFI

[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] Correct License and Copyright information on few files
 2015-07-23 14:10 UTC  (2+ 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 "

[U-Boot] [PATCH V3] sf: Add support for flag status register on Micron chips
 2015-07-23  9:42 UTC  (4+ messages)

[U-Boot] [RFC PATCH v2] patman: add distutils based installer
 2015-07-23  9:36 UTC  (6+ messages)
` [U-Boot] [PATCH v3] "

[U-Boot] U-boot mini-summit @ ELCE 2015, Dublin, date ?
 2015-07-23  9:16 UTC 

[U-Boot] [PATCH 01/10] arm: marvell: Increase MAXARGS to 32
 2015-07-23  8:38 UTC  (11+ messages)
` [U-Boot] [PATCH 02/10] arm: mvebu: Change MBUS base addresses and sizes
` [U-Boot] [PATCH 03/10] arm: mvebu: Setup the MBUS bridge registers
` [U-Boot] [PATCH 04/10] arm: mvebu: Flush caches and disable MMU only on A38x
` [U-Boot] [PATCH 05/10] arm: mvebu: Disable MBUS error propagation
` [U-Boot] [PATCH 06/10] mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver
` [U-Boot] [PATCH 07/10] arm: mvebu: Enable NAND controller on MVEBU SoC's
` [U-Boot] [PATCH 08/10] arm: mvebu: Enable NAND on db-mv784mp-gp
` [U-Boot] [PATCH 09/10] arm: mvebu: Enable USB EHCI support on Armada XP
` [U-Boot] [PATCH 10/10] arm: mvebu: db-mv785mp-gp: Add USB/EHCI support

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

[U-Boot] [PATCH] ci_udc: fix 64-bit compile warnings
 2015-07-23  7:19 UTC  (6+ messages)

[U-Boot] [PATCH v2] usb: CONFIG_USB_FASTBOOT prefix replacement for consistency
 2015-07-23  7:15 UTC  (4+ messages)

[U-Boot] [PATCH 0/3] nand: Sync with Linux v4.1
 2015-07-23  6:51 UTC  (2+ messages)

[U-Boot] Please pull u-boot-marvell master
 2015-07-23  6:35 UTC 

[U-Boot] [PATCH 02/15][v2] imx: usb: ehci-mx7 add usb driver for i.MX7D
 2015-07-23  6:00 UTC  (4+ messages)

[U-Boot] [PATCH 02/15][v3] imx: usb: ehci-mx7 add usb driver for i.MX7D
 2015-07-23  5:56 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/7] DM: pinctrl: Another implemtation of pinctrl framework
 2015-07-23  4:06 UTC  (5+ messages)
` [U-Boot] [RFC PATCH 1/7] pinctrl: add "

[U-Boot] [PATCH 00/55] dm: exynos: Driver model improvements leading to spring support
 2015-07-23  2:08 UTC  (4+ messages)


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