public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-11-05 07:37:12 to 2015-11-06 09:35:42 UTC [more...]

[U-Boot] [PATCH v4 1/7] ARM: OMAP4/5: Centralize early clock initialization
 2015-11-06  9:35 UTC  (12+ messages)
` [U-Boot] [PATCH v4 2/7] ARM: OMAP4/5: Centralize gpi2c_init
` [U-Boot] [PATCH v4 3/7] ARM: omap-common: Add standard access for board description EEPROM
` [U-Boot] [PATCH v4 4/7] ti: am335x: Use generic EEPROM detection logic
` [U-Boot] [PATCH v4 5/7] ti: AM437x: "
` [U-Boot] [PATCH v4 6/7] ARM: OMAP4/5: Add generic board detection hook
` [U-Boot] [PATCH v4 7/7] board: ti: AM57xx: Add detection logic for AM57xx-evm

[U-Boot] [PATCH v3 00/20] Bring up rk3036 uboot
 2015-11-06  9:33 UTC  (15+ messages)
` [U-Boot] [PATCH v3 01/17] rockchip: add timer driver
` [U-Boot] [PATCH v3 02/17] rockchip: move SYS_MALLOC_F_LEN to rk3288 own Kconfig
` [U-Boot] [PATCH v3 03/17] rockchip: rename board-spl.c to rk3288-board-spl.c
` [U-Boot] [PATCH v3 04/17] rockchip: add config decide whether to build common.c
` [U-Boot] [PATCH v3 05/17] dm: core: Add SPL Kconfig for REGMAP and SYSCON
` [U-Boot] [PATCH v3 06/17] rockchip: serial driver support rk3036
` [U-Boot] [PATCH v3 07/17] rockchip: Bring in RK3036 device tree file includes and bindings
` [U-Boot] [PATCH v3 08/17] rockchip: rk3036: Add clock driver
` [U-Boot] [PATCH v3 09/17] rockchip: rk3036: Add header files for GRF
` [U-Boot] [PATCH v3 10/17] rockchip: rk3036: Add Soc reset driver
` [U-Boot] [PATCH v3 11/17] rockchip: rk3036: Add a simple syscon driver
` [U-Boot] [PATCH v3 12/17] rockchip: rk3036: Add pinctrl driver
` [U-Boot] [PATCH v3 13/17] rockchip: Add an rk3036 MMC driver
` [U-Boot] [PATCH v3 14/17] rockchip: add early uart driver

[U-Boot] [PATCH] mtd: add altera quadspi driver
 2015-11-06  9:28 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/2] nios2: add memcpy_fromio and memcpy_toio
  ` [U-Boot] [PATCH v2 2/2] mtd: add altera quadspi driver

[U-Boot] [PATCH v2] mmc: atmel: Properly fix clock configuration
 2015-11-06  9:28 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] Add support for GCC 5.x for MicroBlaze
 2015-11-06  9:25 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] microblaze: Fix style issues in header files
` [U-Boot] [PATCH 2/2] microblaze: Fix C99/gnu99 compatiblity for inline functions

[U-Boot] [PATCH v2 00/17]
 2015-11-06  9:11 UTC  (3+ messages)
` [U-Boot] [PATCH v2 16/17] rockchip: rk3036: Add core Soc start-up code

[U-Boot] [PATCH v2 1/3] dm: spi: Add support for all targets which requires MANUAL_RELOC
 2015-11-06  9:01 UTC  (4+ messages)
` [U-Boot] [PATCH v2 3/3] dm: sf: "

[U-Boot] [PATCH V2 00/11] Add board detection for Odroid XU3 / XU3Lite / XU4
 2015-11-06  8:48 UTC  (17+ messages)
` [U-Boot] [PATCH V3 00/14] "
  ` [U-Boot] [PATCH V3 06/14] dm: regulator: add function device_get_supply_regulator()
  ` [U-Boot] [PATCH V3 07/14] dm: adc: add simple ADC uclass implementation
  ` [U-Boot] [PATCH V3 08/14] dm: adc: add Exynos54xx compatible ADC driver
  ` [U-Boot] [PATCH V3 10/14] Exynos54xx: dts: add ADC node
  ` [U-Boot] [PATCH V3 13/14] sandbox: add ADC driver
  ` [U-Boot] [PATCH V3 14/14] sandbox: add ADC unit tests

[U-Boot] [PATCH] powerpc: mpc85xx: Move set_liodns, setup_portals to common boot seq
 2015-11-06  8:44 UTC 

[U-Boot] [PATCH 00/10] dm: timer: x86: 64-bit counter support and tsc timer dm conversion
 2015-11-06  7:14 UTC  (15+ messages)
` [U-Boot] [PATCH 01/10] dm: timer: Fix several nits
` [U-Boot] [PATCH 02/10] dm: timer: Implement pre_probe()
` [U-Boot] [PATCH 03/10] timer: altera: Remove the codes to get clock frequency
` [U-Boot] [PATCH 04/10] dm: timer: Support 64-bit counter
` [U-Boot] [PATCH 05/10] x86: Reomve MIN_PORT80_KCLOCKS_DELAY
` [U-Boot] [PATCH 06/10] x86: tsc: Use notrace from <linux/compiler.h>
` [U-Boot] [PATCH 07/10] x86: tsc: Add driver model timer support
` [U-Boot] [PATCH 08/10] x86: Convert to use driver model timer
` [U-Boot] [PATCH 09/10] x86: tsc: Remove legacy timer codes
` [U-Boot] [PATCH 10/10] x86: tsc: Move tsc_timer.c to drivers/timer

[U-Boot] [PATCH v2] colibri_vf: Add board_usb_phy_mode function
 2015-11-06  7:00 UTC  (4+ messages)
` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH] fdt: fix address cell count checking in fdt_translate_address()
 2015-11-06  6:47 UTC  (5+ messages)

[U-Boot] [PATCH] dm: implement a cfi flash uclass
 2015-11-06  6:33 UTC  (9+ messages)
` [U-Boot] [PATCH v4 1/3] dm: implement a MTD uclass
  ` [U-Boot] [PATCH v4 2/3] cfi_flash: convert to driver model

[U-Boot] Patches for boot using FAT file system for beaglebone black
 2015-11-06  6:32 UTC 

[U-Boot] Pull request: u-boot-nios/master
 2015-11-06  5:38 UTC 

[U-Boot] [PATCH] nios2: nios2-generic: do not allocate rx buf in net.c
 2015-11-06  4:52 UTC  (5+ messages)

[U-Boot] [PATCH] Makefile: Include vendor common library in include search path
 2015-11-06  4:50 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] altera_jtag_uart: Adjust the declaration of debug_uart_init()
 2015-11-06  4:35 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] altera_uart: "

[U-Boot] [PATCH] sandbox: add a sandbox timer and basic test
 2015-11-06  4:08 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/2] common/board_f.c: move mark_bootstage after arch_cpu_init_dm

[U-Boot] [PATCH V2 08/13] spl: change return values of spl_*_load_image()
 2015-11-06  3:16 UTC  (3+ messages)
` [U-Boot] [PATCH V3 "

[U-Boot] [PATCH 00/13] device model bringup of ti-qspi on dra72, dra74 and am437x-sk evm
 2015-11-06  3:16 UTC  (5+ messages)
` [U-Boot] [PATCH 05/13] dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl

[U-Boot] [PATCH 0/3] MIPS: rework and fix broken bootm code
 2015-11-06  3:16 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] common/board_f: enable setup_board_part1() for MIPS
` [U-Boot] [PATCH 2/3] MIPS: bootm: rework and fix broken bootm code

[U-Boot] [PATCH V2 00/13] SPL mmc refactor and alternate boot device feature
 2015-11-06  3:15 UTC  (6+ messages)
` [U-Boot] [PATCH V2 10/13] spl: add support for alternative boot device

[U-Boot] [PATCH 1/8] sf: Add MTD support to spi_flash
 2015-11-06  3:15 UTC  (5+ messages)
` [U-Boot] [PATCH 4/8] dm-sf: use mtd_ops, drop dm_spi_flash_ops

[U-Boot] [PATCH v1 0/7] Enable high speed and heavy load for DDR4 for LSCH3
 2015-11-06  2:24 UTC  (10+ messages)

[U-Boot] [PATCH v7 01/21] include: Add log2 header from the kernel
 2015-11-06  1:40 UTC  (28+ messages)
` [U-Boot] [PATCH v7 02/21] include: Add generic bitops headers
` [U-Boot] [PATCH v7 03/21] ARM: Use the "
` [U-Boot] [PATCH v7 04/21] x86: "
` [U-Boot] [PATCH v7 05/21] m68k: "
` [U-Boot] [PATCH v7 06/21] blackfin: "
` [U-Boot] [PATCH v7 07/21] sh: "
` [U-Boot] [PATCH v7 08/21] microblaze: "
` [U-Boot] [PATCH v7 09/21] sandbox: "
` [U-Boot] [PATCH v7 10/21] sparc: "
` [U-Boot] [PATCH v7 11/21] openrisc: "
` [U-Boot] [PATCH v7 12/21] nds32: "
` [U-Boot] [PATCH v7 13/21] nios2: "
` [U-Boot] [PATCH v7 14/21] mips: "
` [U-Boot] [PATCH v7 15/21] arc: "
` [U-Boot] [PATCH v7 16/21] avr32: "
` [U-Boot] [PATCH v7 17/21] bitops: Add fls_long and __ffs64
` [U-Boot] [PATCH v7 18/21] compat: Remove is_power_of_2() definition
` [U-Boot] [PATCH v7 19/21] powerpc: Remove __ilog2_u64 and ffs4 from bitops
` [U-Boot] [PATCH v7 20/21] sf: Add SPI protection mechanism from the kernel
` [U-Boot] [PATCH v7 21/21] sf: Add SPI NOR protection mechanism

[U-Boot] [PATCH 1/6] net: altera_tse: use data type u32 for regs and desc
 2015-11-06  1:32 UTC  (19+ messages)
` [U-Boot] [PATCH 3/6] net: altera_tse: fix CamelCase
` [U-Boot] [PATCH v2 1/5] net: altera_tse: remove unused macro and regs def
  ` [U-Boot] [PATCH v2 2/5] net: altera_tse: use data type u32 for regs and desc
  ` [U-Boot] [PATCH v2 3/5] net: altera_tse: fix packed and aligned attribute
  ` [U-Boot] [PATCH v2 4/5] net: altera_tse: remove the useless parenthesis
  ` [U-Boot] [PATCH v2 5/5] net: altera_tse: use BIT macro

[U-Boot] [PATCH 1/2] nios2: trim CONFIG_SYS_MALLOC_LEN
 2015-11-06  1:30 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] nios2: trim CONFIG_SYS_MEMTEST_END

[U-Boot] [PATCH] net: altera_tse: get numbers of fdt address and size cells
 2015-11-06  1:30 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] nios2: remove CONFIG_SYS_MALLOC_BASE macro
 2015-11-06  1:29 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] nios2: remove CONFIG_SYS_INIT_SP macro
` [U-Boot] [PATCH 3/3] nios2: fix cached mode in clearing the BSS

[U-Boot] SPL: how to compile with SPL?
 2015-11-06  1:03 UTC 

[U-Boot] [Patch V2 0/4] add LS1043AQDS support
 2015-11-06  0:17 UTC  (5+ messages)
` [U-Boot] [Patch V2 1/4] pci/layerscape: add support for LS1043A PCIe LUT register access

[U-Boot] Ethernet PHY Power Down
 2015-11-05 23:06 UTC 

[U-Boot] [RFC PATCH 0/8] IPv6 support
 2015-11-05 21:45 UTC  (7+ messages)
` [U-Boot] [RFC PATCH 6/8] net: TFTP over IPv6

[U-Boot] [PATCH] Fixing timing issue with eMMC on atmel MCI
 2015-11-05 19:56 UTC  (4+ messages)
` [U-Boot] [PATCH] mmc: atmel: Properly fix clock configuration

[U-Boot] [PATCH v2 1/3] sf: Add dm_spi_flash_probe
 2015-11-05 18:25 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/3] sf: spi_flash_probe for both dm/non-dm
` [U-Boot] [PATCH v2 3/3] sf: Remove spi_flash_remove

[U-Boot] [PATCH v2 1/5] arm: ls1021a: merge SoC specific code in a separate file
 2015-11-05 18:05 UTC  (6+ messages)
` [U-Boot] [PATCH 2/5] arm: ls102xa: enable all the snoop signal for masters
` [U-Boot] [PATCH 3/5] ls102xa: Enable snoop and DVM message requests
` [U-Boot] [PATCH v2 4/5] armv7/fsl-ls102xa: Workaround for DDR erratum A008514
` [U-Boot] [PATCH v2 5/5] LS102XA:workaround:disable priorities within DDR

[U-Boot] [PATCH] ARM64: zynqmp: Sync zynq_sdhci_init() declaration
 2015-11-05 16:06 UTC 

[U-Boot] Pull request: u-boot-video/master
 2015-11-05 15:50 UTC  (2+ messages)

[U-Boot] [v2] please pull u-boot-samsung master
 2015-11-05 15:50 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2015-11-05 15:50 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2015-11-05 15:50 UTC  (2+ messages)

[U-Boot] u-boot device model SPI + SPI Flash
 2015-11-05 15:18 UTC  (18+ messages)

[U-Boot] Riotboard FEC broken
 2015-11-05 13:49 UTC  (3+ messages)

[U-Boot] [PATCH 1/4] mips: Use the generic bitops headers
 2015-11-05 13:21 UTC  (5+ messages)

[U-Boot] Remove sparc archiecture?
 2015-11-05 12:17 UTC  (6+ messages)

[U-Boot] [PATCH v2 0/5] arm: at91/spl: make matrix and saic redirect sharing with others
 2015-11-05  8:37 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] arm: at91/spl: matrix: move matrix init to separate file
` [U-Boot] [PATCH v2 2/5] arm: at91/spl: matrix: remove matrix write protection code
` [U-Boot] [PATCH v2 3/5] arm: at91/spl: matrix: remove security peripheral select code
` [U-Boot] [PATCH v2 4/5] arm: at91/spl: matrix: use matrix slave id macros
` [U-Boot] [PATCH v2 5/5] arm: at91/spl: atmel_sfr: move saic redirect to separate file

[U-Boot] [PATCH 0/3] arm: at91/spl: make matrix and saic redirect sharing with others
 2015-11-05  7:57 UTC  (10+ messages)
` [U-Boot] [PATCH 1/3] arm: at91/spl: matrix: move matrix init to separate file
` [U-Boot] [PATCH 2/3] arm: at91/spl: matrix: improve implementation of matrix
` [U-Boot] [PATCH 3/3] arm: at91: spl/atmel_sfr: move saic redirect to separate file

[U-Boot] [PATCH v4 00/16] spi: zynq qspi support
 2015-11-05  7:56 UTC  (5+ messages)
` [U-Boot] [PATCH v4 01/16] spi: Add zynq qspi controller driver

[U-Boot] [PATCH 1/2] video: Drop DEV_FLAGS_SYSTEM flag
 2015-11-05  7:37 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] video: Drop DEV_EXT_VIDEO flag


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