messages from 2017-03-23 16:01:28 to 2017-03-26 02:39:08 UTC [more...]
[U-Boot] [PATCH 0/3] rockchip: rk3188 fixed early stage and radxarock board
2017-03-26 2:39 UTC (6+ messages)
` [U-Boot] [PATCH 1/3] rockchip: rk3188: enable TPL_LIBGENERIC for generic memset
` [U-Boot] [PATCH 2/3] rockchip: rk3188: Add Radxa Rock board
` [U-Boot] [PATCH 3/3] rockchip: rk3188: add README.rockchip paragraph describing sd boot
[U-Boot] [PATCH v2 0/2] rockchip: rk3399: spl: Make baudrate and UART configurable
2017-03-26 2:38 UTC (7+ messages)
` [U-Boot] [PATCH v2 1/2] rockchip: rk3399: spl: add UART0 support for SPL
` [U-Boot] [PATCH v2 2/2] rockchip: config: rk3399: update defconfigs and rk3399_common
[U-Boot] [PATCH 0/8] rockchip: rk3188: fixups and armclk speedup
2017-03-26 1:17 UTC (21+ messages)
` [U-Boot] [PATCH 1/8] rockchip: rk3188: sdram: Set correct sdram base
` [U-Boot] [PATCH 2/8] rockchip: rk3188: Decode the actual amount of ram
` [U-Boot] [PATCH 3/8] rockchip: rk3188: Cleanup some SPL/TPL rename leftovers
` [U-Boot] [PATCH 4/8] rockchip: clk: rk3188: Allow configuration of the armclk
` [U-Boot] [PATCH 5/8] rockchip: rk3188: Setup the armclk in spl
` [U-Boot] [PATCH 6/8] rockchip: rk3188: Switch to new i2c IP blocks
` [U-Boot] [PATCH 7/8] rockchip: i2c: Add compatibles for Rockchip Cortex-A9 socs
` [U-Boot] [PATCH 8/8] rockchip: Enable pmic options and act8846 driver on rk3188 rock boards
[U-Boot] [PATCH 1/4 v2] dm: core: Add flags parameter to device_remove()
2017-03-26 1:17 UTC (4+ messages)
` [U-Boot] [PATCH 2/4 v3] dm: core: Add dm_remove_devices_flags() and hook it into device_remove()
[U-Boot] [PATCH v2 00/45] Add PPv2.2 support to the mvpp2 ethernet driver and enable it for A7k/8k
2017-03-25 21:42 UTC (53+ messages)
` [U-Boot] [PATCH v2 02/45] net: mvpp2: Round up top tx buffer boundaries for dcache ops
` [U-Boot] [PATCH v2 03/45] net: mvpp2: simplify mvpp2_bm_bufs_add()
` [U-Boot] [PATCH v2 04/45] net: mvpp2: remove unused register definitions
` [U-Boot] [PATCH v2 05/45] net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT
` [U-Boot] [PATCH v2 06/45] net: mvpp2: simplify MVPP2_PRS_RI_* definitions
` [U-Boot] [PATCH v2 07/45] net: mvpp2: enable building on 64-bit platforms
` [U-Boot] [PATCH v2 08/45] net: mvpp2: enable building on 64-bit platforms (more U-Boot specific)
` [U-Boot] [PATCH v2 09/45] net: mvpp2: use "dma" instead of "phys" where appropriate
` [U-Boot] [PATCH v2 10/45] net: mvpp2: remove support for buffer header
` [U-Boot] [PATCH v2 11/45] net: mvpp2: store physical address of buffer in rx_desc->buf_cookie
` [U-Boot] [PATCH v2 12/45] net: mvpp2: add and use accessors for TX/RX descriptors
` [U-Boot] [PATCH v2 13/45] net: mvpp2: add hw_version field in "struct mvpp2"
` [U-Boot] [PATCH v2 14/45] net: mvpp2: introduce an intermediate union for the TX/RX descriptors
` [U-Boot] [PATCH v2 15/45] net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors
` [U-Boot] [PATCH v2 16/45] net: mvpp2: adjust the allocation/free of BM pools for PPv2.2
` [U-Boot] [PATCH v2 17/45] net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2
` [U-Boot] [PATCH v2 18/45] net: mvpp2: adapt mvpp2_defaults_set() "
` [U-Boot] [PATCH v2 19/45] net: mvpp2: adjust mvpp2_{rxq, txq}_init for PPv2.2
` [U-Boot] [PATCH v2 20/45] net: mvpp2: handle register mapping and access "
` [U-Boot] [PATCH v2 21/45] net: mvpp2: handle misc PPv2.1/PPv2.2 differences
` [U-Boot] [PATCH v2 22/45] net: mvpp2: add AXI bridge initialization for PPv2.2
` [U-Boot] [PATCH v2 23/45] net: mvpp2: rework RXQ interrupt group "
` [U-Boot] [PATCH v2 24/45] net: mvpp2: adapt rxq distribution to PPv2.2
` [U-Boot] [PATCH v2 25/45] net: mvpp2: finally add the PPv2.2 compatible string
` [U-Boot] [PATCH v2 26/45] net: mvpp2: Add MDIO support for PPv2.2
` [U-Boot] [PATCH v2 27/45] net: mvpp2: Move probe function from MISC to ETH DM driver
` [U-Boot] [PATCH v2 28/45] net: mvpp2.c: Clear all buffer / descriptor areas before usage
` [U-Boot] [PATCH v2 29/45] net: mvpp2: Enable compilation for Armada 7K/8K platforms
` [U-Boot] [PATCH v2 30/45] arm64: marvell: dts: add PPv2.2 description to Armada 7K/8K
` [U-Boot] [PATCH v2 31/45] arm64: mvebu: armada-7k/8k: Enable MVPP2 ethernet driver
` [U-Boot] [PATCH v2 32/45] net: mvpp2: Handle eth device naming in multi-CP case correctly
` [U-Boot] [PATCH v2 33/45] net: mvpp2: Add remove function that is called before the OS is started
` [U-Boot] [PATCH v2 34/45] net: mvpp2: Add RX and TX FIFO configuration for PPv2.2
` [U-Boot] [PATCH v2 35/45] net: include/phy.h: Add new PHY interface modes
` [U-Boot] [PATCH v2 36/45] net: mvpp2: Restructure probe / init functions
` [U-Boot] [PATCH v2 37/45] net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMII
` [U-Boot] [PATCH v2 38/45] net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII)
` [U-Boot] [PATCH v2 39/45] net: mvpp2: Add GoP and NetC support for port 0 (SFI)
` [U-Boot] [PATCH v2 40/45] net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_ID
` [U-Boot] [PATCH v2 41/45] net: mvpp2: Enable PHY polling mode on PPv2.2
` [U-Boot] [PATCH v2 42/45] net: mvpp2: Configure SMI PHY address needed for PHY polling
` [U-Boot] [PATCH v2 43/45] net: mvpp2: Remove unreferenced in_use_thresh from struct mvpp2_bm_pool
` [U-Boot] [PATCH v2 44/45] arm64: mvebu: armada-7040-db.dts: Change eth1 speed from 2.5G to 1G
` [U-Boot] [PATCH v2 45/45] arm64: mvebu: Enable CONFIG_PHY_MARVELL in Armada7k/8k-DB defconfig
[U-Boot] [PATCH 0/6] rockchip: rk3399: GMAC support for the RK3399 SoC
2017-03-25 19:09 UTC (8+ messages)
` [U-Boot] [PATCH 1/6] rockchip: pinctrl: rk3399: add GMAC (RGMII only) support
` [U-Boot] [PATCH 2/6] rockchip: clk: rk3399: fix warnings for unused variables in SPL/non-SPL
` [U-Boot] [PATCH 3/6] rockchip: clk: rk3399: add clocking support for Ethernet
` [U-Boot] [PATCH 4/6] net: gmac_rockchip: Add support for the RK3399 GMAC
` [U-Boot] [PATCH 5/6] dts: rk3399: add gmac for the rk3399
` [U-Boot] [PATCH 6/6] dts: rk3399-puma: add gmac for the RK3399-Q7
[U-Boot] [PATCH v2] net: macb: add remove callback
2017-03-25 18:35 UTC (2+ messages)
[U-Boot] [PATCH] net: macb: align the compatibles with kernel
2017-03-25 18:33 UTC (2+ messages)
[U-Boot] [PATCH v5] drivers/net/phy: add fixed-phy / fixed-link support
2017-03-25 18:31 UTC (2+ messages)
[U-Boot] [PATCH][v2]board: freescale: ls2080a/ls2088a: Enable PPA
2017-03-25 17:35 UTC (2+ messages)
[U-Boot] [PATCH] T1042RDB: Remove nand secure boot compilation error
2017-03-25 17:12 UTC (2+ messages)
[U-Boot] [PATCH] armv8: ls1046aqds: added ppa support
2017-03-25 17:08 UTC (2+ messages)
[U-Boot] [PATCH 1/2][v3] armv8: ls2080a: Reorganise NAND_BOOT code in config flag
2017-03-25 17:00 UTC (2+ messages)
[U-Boot] [PATCH] powerpc: e6500: Lock/unlock 1 cache instead of L1 as init_ram
2017-03-25 16:46 UTC (2+ messages)
[U-Boot] [PATCHV2] tools: plbimage support generate rcw file
2017-03-25 16:41 UTC (2+ messages)
[U-Boot] [PATCH v2] armv8:fsl-layerscape: Add registers space defination for CCI-400 bus
2017-03-25 16:35 UTC (5+ messages)
` [U-Boot] [PATCH v2] armv8: fsl-lsch3: Instantiate TZASC configuration in 2 groups
[U-Boot] [PATCH v2 0/2] Add support for only one CS in fsl Quad SPI
2017-03-25 16:29 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/2] spi: fsl_qspi: Add support for one chip select
[U-Boot] [PATCH] ls1043ardb: SPL size reduction in case of non-xip boot
2017-03-25 16:16 UTC (4+ messages)
[U-Boot] [PATCH 1/1] Secure Boot: Set NPSWA_EN bit for SNVS state transition to happen in EL2
2017-03-25 16:08 UTC (2+ messages)
[U-Boot] [PATCH 2/3] armv8: ls1088ardb: Add support for LS1088ARDB platform
2017-03-25 16:02 UTC (2+ messages)
[U-Boot] [PATCH 1/3] armv8: ls1088a: Add NXP LS1088A SoC support
2017-03-25 16:00 UTC (2+ messages)
[U-Boot] [PATCH v2] armv8:fsl-layerscape: Avoid RCWSR28 register hard-coding
2017-03-25 15:48 UTC (2+ messages)
[U-Boot] unused-const-variable warnings in FSL DDR driver
2017-03-25 15:34 UTC (9+ messages)
[U-Boot] [PATCH v5 0/3] arm: tegra: apalis-tk1 and ext clock loopback
2017-03-25 0:18 UTC (4+ messages)
` [U-Boot] [PATCH v5 1/3] arm: tegra: initial support for apalis tk1
` [U-Boot] [PATCH v5 2/3] mmc: tegra: allow disabling external clock loopback
` [U-Boot] [PATCH v5 3/3] apalis-tk1: disable external clock loopback on SDMMC3
[U-Boot] [PATCH v4 0/3] arm: tegra: apalis-tk1 and ext clock loopback
2017-03-24 23:52 UTC (7+ messages)
[U-Boot] [PATCH] fdt: allow address translation in case of SPL_OF_TRANSLATE
2017-03-24 22:19 UTC
[U-Boot] [PATCH] dm: avoid dropping pin control DT properties in case of SPL_PINCTRL
2017-03-24 21:47 UTC
[U-Boot] [PATCH] imx: i.mx6q: add the initial support for LogicPD i.MX6Q SOM
2017-03-24 19:33 UTC (5+ messages)
[U-Boot] [PATCH] rockchip: clk: rk3399: 24MHz is not a power of 2
2017-03-24 18:35 UTC
[U-Boot] [PATCH v2] Add support for Microchip LAN78xx
2017-03-24 18:30 UTC (6+ messages)
` [U-Boot] [U-Boot,v2] "
[U-Boot] [PATCH] rockchip: arm64: rk3399: remove unconditional debug message
2017-03-24 18:10 UTC
[U-Boot] [PATCH] ARMv8: add GOT sections to the list of sections copied
2017-03-24 18:08 UTC
[U-Boot] Please pull ARC changes
2017-03-24 17:37 UTC (2+ messages)
[U-Boot] Please pull u-boot-marvell/master
2017-03-24 17:36 UTC (2+ messages)
[U-Boot] [PATCH v2 0/7] sunxi: video: Add support for HDMI output on A64/H3/H5
2017-03-24 16:02 UTC (6+ messages)
` [U-Boot] [PATCH v2 4/7] sunxi: Add clock support for DE2/HDMI/TCON on newer SoCs
[U-Boot] [PATCH 1/2] sunxi: Display: Add some comments about unimplemented LVDS features
2017-03-24 15:28 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] sunxi: Display: Mark sunxi_rgb2yuv_coef array as const
[U-Boot] [patch v3] armv8: ls1043a/ls1046aqds: fix the offsets of MTD partitions on Nor flash
2017-03-24 14:32 UTC (2+ messages)
[U-Boot] [LVDS dual channel] TCON0_LVDS_IF_REG seem have undocumented bit 30 ?
2017-03-24 13:45 UTC
[U-Boot] [PATCH 0/7] *** SUBJECT HERE ***
2017-03-24 13:24 UTC (7+ messages)
` [U-Boot] [PATCH 7/7] scsi: dts: a3700: add scsi node
` [U-Boot] [EXT] "
[U-Boot] [PATCH v2] ARM: socfpga: add fpga build and bsp handoff instructions to readme
2017-03-24 13:01 UTC (2+ messages)
[U-Boot] [PATCH] drivers/usb/ehci: Use platform-specific accessors
2017-03-24 12:56 UTC (8+ messages)
[U-Boot] [PATCH 0/7] OMAP: Move SATA to use block driver model
2017-03-24 12:24 UTC (8+ messages)
` [U-Boot] [PATCH 1/7] arm: omap: sata: move enable sata clocks to enable_basic_clocks()
` [U-Boot] [PATCH 2/7] arm: omap: sata: compile out sata init apis when CONFIG_DM_SCSI is defined
` [U-Boot] [PATCH 3/7] arm: omap-common: sata: prepare driver for DM conversion
` [U-Boot] [PATCH 4/7] drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device
` [U-Boot] [PATCH 5/7] dm: scsi: ahci: fill max_lun and max_id members of scsi_platdata
` [U-Boot] [PATCH 6/7] dm: scsi: fix scan
` [U-Boot] [PATCH 7/7] defconfig: dra7xx_evm: enable CONFIG_BLK and disk driver model for SCSI
[U-Boot] [PATCH 0/7] OMAP: Move SATA to use block driver model
2017-03-24 12:23 UTC
[U-Boot] [PATCH v3 0/3] arc: introduce timer driver and update device tree
2017-03-24 11:54 UTC (2+ messages)
[U-Boot] [PATCH 0/3] tpm: Add and fix commands
2017-03-24 9:54 UTC (4+ messages)
` [U-Boot] [PATCH 3/3] lib: tpm: Add command to list resources
[U-Boot] [patch v2] armv8: ls1043a/ls1046aqds: fix the offsets of MTD partitions on Nor flash
2017-03-24 9:27 UTC
[U-Boot] [PATCH] ti: clocks: Fix do_enable_clocks() to accept NULL pointers as input parameters
2017-03-24 9:17 UTC (4+ messages)
[U-Boot] [PATCH] rockchip: Add support for MiQi rk3288 board
2017-03-24 6:23 UTC (3+ messages)
[U-Boot] [PATCH 1/3] arm: mvebu: AXP: Add possiblity to configure PEX detection pulse width
2017-03-24 5:54 UTC (6+ messages)
` [U-Boot] [PATCH 2/3] arm: mvebu: theadorable: Add board-specific "
` [U-Boot] [PATCH 3/3] arm: mvebu: theadorable: Add 'pcie' test command
[U-Boot] [PATCH 0/3 v3] arm: mvebu: Add gdsys ControlCenter-Compact board
2017-03-24 5:53 UTC (5+ messages)
` [U-Boot] [PATCH 1/3 v3] dm: Add callback to modify the device tree
` [U-Boot] [PATCH 2/3 v3] arm: mvebu: Add gdsys ControlCenter-Compact board
[U-Boot] [PATCH v2 00/12] Add Marvell ESPRESSOBin community board support
2017-03-24 5:52 UTC (3+ messages)
` [U-Boot] [PATCH v2 01/12] arm64: mvebu: Rename the db-88f3720 to armada-37xx platform
[U-Boot] [PATCH v3 0/6] arm64: mvebu: Add support for A8K community board
2017-03-24 5:52 UTC (3+ messages)
` [U-Boot] [PATCH v3 1/6] arm64: mvebu: gpio: Add GPIO nodes to A8K family devices
[U-Boot] [PATCH] rockchip: spl: RK3399: add COUNTER_FREQUENCY define to rk3399_common.h
2017-03-24 3:39 UTC (2+ messages)
[U-Boot] [PATCH v2 0/4] ARM: SPL: at91: update to support DM/DT
2017-03-24 3:34 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/4] ARM: at91: spl: specify MMC and NAND boot device
` [U-Boot] [PATCH v2 2/4] ARM: spl: atmel: bring in serial device before init
` [U-Boot] [PATCH v2 3/4] ARM: spl: atmel: move mem_init() advance in SPL init
` [U-Boot] [PATCH v2 4/4] ARM: at91: lds: use "_image_binary_end" for DT location
[U-Boot] FIT image for falcon boot
2017-03-24 2:06 UTC
[U-Boot] Please pull u-boot-dm
2017-03-24 1:44 UTC (2+ messages)
[U-Boot] [PATCH v2] configs: sama5d3xek: add default config for CMP board
2017-03-24 1:26 UTC
[U-Boot] [PATCH v6 0/4] ARM: dts: at91: add dts files for the boards of SAMA5D3/4
2017-03-24 1:18 UTC (5+ messages)
` [U-Boot] [PATCH v6 1/4] ARM: at91: dt: add dts files for sama5d3xek board
` [U-Boot] [PATCH v6 2/4] ARM: at91: dt: add dts file for sama5d3 Xplained
` [U-Boot] [PATCH v6 3/4] ARM: dts: at91: add dts files for sama5d4 Xplained
` [U-Boot] [PATCH v6 4/4] ARM: dts: at91: add dts file for sama5d4ek
[U-Boot] [PATCH v4 0/6] board: sama5d3: convert boards to support DM/DT
2017-03-24 1:14 UTC (7+ messages)
` [U-Boot] [PATCH v4 1/6] board: sama5d3xek: update "
` [U-Boot] [PATCH v4 2/6] board: sama5d3xek: clean up code
` [U-Boot] [PATCH v4 3/6] board: sama5d3xek: enable early debug UART
` [U-Boot] [PATCH v4 4/6] board: sama5d3_xplained: update to support DM/DT
` [U-Boot] [PATCH v4 5/6] board: sama5d3_xplained: clean up code
` [U-Boot] [PATCH v4 6/6] board: sama5d3_xplained: enable early debug UART
[U-Boot] [PATCH 00/17] Expand Aspeed AST2500 Support
2017-03-24 0:50 UTC (9+ messages)
` [U-Boot] [PATCH 05/17] aspeed: Reset Driver
` [U-Boot] [PATCH 16/17] aspeed: Add AST2500/AST2400 compatible NIC Driver
[U-Boot] [ PATCH 1/2] net: fix cache misaligned issue in Broadcom SF2 driver
2017-03-23 21:14 UTC (5+ messages)
` [U-Boot] [ PATCH 2/2] net: move Broadcom SF2 driver to Kconfig
[U-Boot] uboot information
2017-03-23 18:37 UTC (10+ messages)
[U-Boot] [PATCH] Remove extra fdt_fixup_ethernet() call
2017-03-23 17:02 UTC
[U-Boot] [PATCH v4 00/20] rk3188 uboot support
2017-03-23 16:34 UTC (5+ messages)
` [U-Boot] [PATCH v4 19/20] rockchip: rk3188: Add Radxa Rock board
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox