messages from 2016-06-06 21:29:43 to 2016-06-08 03:02:03 UTC [more...]
[U-Boot] [RFC][PATCH] arm: rk: Drop SYS_MALLOC_F and SPL_SYS_MALLOC_SIMPLE
2016-06-08 3:02 UTC (5+ messages)
[U-Boot] [PATCH] x86: acpi: Fix madt lapic generation
2016-06-08 2:58 UTC (4+ messages)
[U-Boot] [PATCH] moveconfig: Add a new --git-ref option
2016-06-08 2:56 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/2] tools: moveconfig: Make the slot processing more linear
` [U-Boot] [PATCH v2 2/2] tools: moveconfig: Add a new --git-ref option
[U-Boot] [PATCH v3 00/12] am335x: add support for the am335x based bosch shc board
2016-06-08 2:54 UTC (14+ messages)
` [U-Boot] [PATCH v3 01/12] common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option
` [U-Boot] [PATCH v3 02/12] tests: py: disable main_signon check for printenv cmd
` [U-Boot] [PATCH v3 03/12] power, tps65217: add some defines
` [U-Boot] [PATCH v3 04/12] arm, am335x: add some missing GPIO register definitions
` [U-Boot] [PATCH v3 05/12] am335x: add some missing CM_CLKMODE_DPLL_SSC macros
` [U-Boot] [PATCH v3 06/12] arm, am335x: Enable Spread Spectrum for the MPU
` [U-Boot] [PATCH v3 07/12] bootstage: call show_boot_progress also in SPL
` [U-Boot] [PATCH v3 08/12] mmc: revert mmc: Handle switch error status bit in MMC card status
` [U-Boot] [PATCH v3 09/12] mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xx
` [U-Boot] [PATCH v3 10/12] armv7: omap-common: make SPL board_mmc_init() weak
` [U-Boot] [PATCH v3 11/12] doc, spl, am335x: update am335x-network
` [U-Boot] [PATCH v3 12/12] am335x, shc: add support for the am335x based bosch shc board
[U-Boot] [PATCH 00/31] RFC: dm: Add support for compiled-in platform data
2016-06-08 2:48 UTC (32+ messages)
` [U-Boot] [PATCH 01/31] sandbox: Don't print a warning for CONFIG_I2C_COMPAT
` [U-Boot] [PATCH 02/31] README: Remove CONFIG_SYS_MALLOC_F_LEN comment
` [U-Boot] [PATCH 03/31] spl: Drop include of i2c.h
` [U-Boot] [PATCH 04/31] Makefile: Allow the SPL final link rule to be overridden
` [U-Boot] [PATCH 05/31] sandbox: Allow chaining from SPL to U-Boot proper
` [U-Boot] [PATCH 06/31] sandbox: Support building an SPL image
` [U-Boot] [PATCH 07/31] sandbox: Correct header file order in cpu.c
` [U-Boot] [PATCH 08/31] sandbox: Add some missing headers "
` [U-Boot] [PATCH 09/31] sandbox: Don't use PCI in SPL
` [U-Boot] [PATCH 10/31] sandbox: Don't include the main loop "
` [U-Boot] [PATCH 11/31] sandbox: Add basic SPL implementation
` [U-Boot] [PATCH 12/31] sandbox: Don't use IDE and iotrace in SPL
` [U-Boot] [PATCH 13/31] sandbox: serial: Don't sync video "
` [U-Boot] [PATCH 14/31] sandbox: Add a new sandbox_spl board
` [U-Boot] [PATCH 15/31] sandbox: Add a test device that uses of-platdata
` [U-Boot] [PATCH 16/31] dm: spl: Don't set up device tree with of-platdata
` [U-Boot] [PATCH 17/31] dm: Makefile: Build of-platdata before SPL
` [U-Boot] [PATCH 18/31] dm: core: Don't use device tree with of-platdata
` [U-Boot] [PATCH 19/31] dm: regmap: Add a dummy implementation for of-platdata
` [U-Boot] [PATCH 20/31] dm: syscon: Add support "
` [U-Boot] [PATCH 21/31] dm: sandbox: Add a simple driver to test of-platdata
` [U-Boot] [PATCH 22/31] dm: Add a header that provides access to the of-platdata structs
` [U-Boot] [PATCH 23/31] dm: clk: Add support for of-platdata
` [U-Boot] [PATCH 24/31] dm: serial: "
` [U-Boot] [PATCH 25/31] dm: Don't include fdtdec functions when of-platdata is enabled
` [U-Boot] [PATCH 26/31] dm: Add an option to enable the of-platdata feature
` [U-Boot] [PATCH 27/31] dm: Add a README for of-platdata
` [U-Boot] [PATCH 28/31] dm: Add a library to provide simple device-tree access
` [U-Boot] [PATCH 29/31] dm: Add a tool to generate C code from a device tree
` [U-Boot] [PATCH 30/31] dm: Makefile: Build of-platdata files when the feature is enabled
` [U-Boot] [PATCH 31/31] dm: Add a more efficient libfdt library
[U-Boot] [PATCH] tools: moveconfig: make Slot.poll() more readable with helper methods
2016-06-08 2:47 UTC
[U-Boot] [PATCH] lib/libfdt/: General aesthetic/style fixes
2016-06-08 2:43 UTC (2+ messages)
[U-Boot] [PATCH] gpio: pca953x: Fix register reading past 8th GPIO
2016-06-08 2:43 UTC (3+ messages)
[U-Boot] [PATCH 1/2] Add a reset driver framework/uclass
2016-06-08 2:43 UTC (8+ messages)
` [U-Boot] [PATCH 2/2] reset: implement a reset test
[U-Boot] [PATCH] clk: convert API to match reset/mailbox style
2016-06-08 2:43 UTC (2+ messages)
[U-Boot] [PATCH] dm: add manual relocation for devices
2016-06-08 2:42 UTC (2+ messages)
[U-Boot] [PATCH v4 00/10] armv8: ls2080aqds: Enable QSPI boot support
2016-06-08 2:42 UTC (13+ messages)
` [U-Boot] [PATCH v4 01/10] drivers: i2c: mxc: Add early init
` [U-Boot] [PATCH v4 02/10] armv8: ls2080aqds: Select QSPI CLK div via SCFG
` [U-Boot] [PATCH v4 03/10] configs: ls2080a_common: Remove duplicate NOR configs
` [U-Boot] [PATCH v4 04/10] configs: ls2080aqds: disable IFC NOR & QIXIS when QSPI enable
` [U-Boot] [PATCH v4 05/10] configs: ls2080aqds: Enable QSPI flash support
` [U-Boot] [PATCH v4 06/10] dm: dts: ls2080aqds: Add QSPI dts node
` [U-Boot] [PATCH v4 07/10] armv8: ls2080aqds: Config QSPI pin mux via FPGA in NAND boot
` [U-Boot] [PATCH v4 08/10] configs: ls2080a: Increase load image len "
` [U-Boot] [PATCH v4 09/10] ls2080aqds_nand_defconfig: Enable QSPI & its dependence
` [U-Boot] [PATCH v4 10/10] armv8: ls2080aqds: Enable QSPI boot support
[U-Boot] [PATCH v4] armv8/ls2080a: configure PMU's PCTBENR to enable WDT
2016-06-08 2:40 UTC (3+ messages)
[U-Boot] HUSH_PARSER
2016-06-08 2:36 UTC (2+ messages)
[U-Boot] [PATCH v5] armv8/ls2080a: configure PMU's PCTBENR to enable WDT
2016-06-08 2:31 UTC
[U-Boot] [PATCH] imx6: Add Phytec PCM058 i.MX6 Quad
2016-06-08 2:11 UTC (2+ messages)
[U-Boot] [PATCHV5 1/6] armv8: fsl-layerscape: add i/d-cache enable function to enable_caches
2016-06-08 0:56 UTC (6+ messages)
` [U-Boot] [PATCHV5 3/6] ARMv8/layerscape: Add FSL PPA support
` [U-Boot] [PATCHV5 4/6] ARMv8/Layerscape: switch SMP method accordingly
[U-Boot] ARM: socfpga: add support for IS1 board
2016-06-08 0:55 UTC (5+ messages)
` [U-Boot] [PATCHv2] "
` [U-Boot] [PATCHv3] "
` [U-Boot] [PATCHv4] "
[U-Boot] [PATCH 4/4] Make FIT support really optional
2016-06-08 0:18 UTC (6+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH v5 1/2] usb: dwc2_udc_otg: support 8-bit interface
2016-06-07 23:52 UTC (3+ messages)
` [U-Boot] [PATCH v5 2/2] arm: bcm281xx: choose 8-bit phy bus width
[U-Boot] [PATCH v4 1/2] usb: dwc2_udc_otg: support 8-bit interface
2016-06-07 22:25 UTC (4+ messages)
` [U-Boot] [PATCH v4 2/2] USB: DWC2: choose 8-bit phy bus width
[U-Boot] [PATCH 1/1] common: fb_nand: won't compile
2016-06-07 21:22 UTC
[U-Boot] [PATCH v2 0/5] Update fastboot sparse image handling
2016-06-07 20:20 UTC (9+ messages)
` [U-Boot] [PATCH v2 1/5] fastboot: sparse: remove session-id logic
` [U-Boot] [PATCH v2 2/5] fastboot: sparse: resync common/image-sparse.c (part 1)
` [U-Boot] [PATCH v2 3/5] fastboot: sparse: resync common/image-sparse.c (part 2)
` [U-Boot] [PATCH v2 4/5] fastboot: sparse: implement reserve()
` [U-Boot] [PATCH v2 5/5] fastboot: sparse: improve CHUNK_TYPE_FILL write performance
[U-Boot] [PATCH 1/1] cmd: bootefi: cosmetic
2016-06-07 18:14 UTC
[U-Boot] [PATCH v2] sunxi: Increase SPL header size to 64 bytes to avoid code corruption
2016-06-07 17:14 UTC (7+ messages)
` [U-Boot] [PATCH] sunxi: Add the ability to pass (script) filesize in the SPL header
[U-Boot] [PULL] Please pull u-boot-imx
2016-06-07 16:44 UTC
[U-Boot] [PATCH] arm: mxs: Remove misleading comments
2016-06-07 16:24 UTC (3+ messages)
[U-Boot] [PATCH] NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS server
2016-06-07 15:56 UTC (2+ messages)
[U-Boot] [PATCH] net: allow fix speed for FEC driver
2016-06-07 15:50 UTC (2+ messages)
[U-Boot] [PATCH v2] include: usb: Rename USB controller base address mapping
2016-06-07 13:29 UTC
[U-Boot] [PATCH 0/6] cmd: mtdparts: Add support for runtime generated defaults
2016-06-07 13:08 UTC (10+ messages)
` [U-Boot] [PATCH 5/6] cmd: mtdparts: support runtime generated mtdparts
[U-Boot] [PATCH 0/5] ARM: uniphier: some more UniPhier updates for v2016.07-rc2
2016-06-07 12:03 UTC (6+ messages)
` [U-Boot] [PATCH 1/5] ARM: uniphier: check return code of setenv()
` [U-Boot] [PATCH 2/5] ARM: uniphier: do not overwrite fdt_file environment
` [U-Boot] [PATCH 3/5] ARM: uniphier: do not overwrite bootmode environment
` [U-Boot] [PATCH 4/5] ARM: uniphier: do not erase when updating U-Boot image in eMMC device
` [U-Boot] [PATCH 5/5] ARM: uniphier: insert dsb barrier to ensure the visibility
[U-Boot] [PATCH v2 1/2] nand: nand torture: follow sync with linux v4.6
2016-06-07 11:46 UTC (2+ messages)
` [U-Boot] [PATCH v2 2/2] nand: extend nand torture
[U-Boot] u-boot on Minnowboard max
2016-06-07 11:40 UTC (3+ messages)
[U-Boot] [PATCH v2] sunxi: Support booting from SPI flash
2016-06-07 11:28 UTC
[U-Boot] [PATCH 1/2] nand: fix nand torture to use changed mtd api
2016-06-07 10:57 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] nand: extend nand torture
[U-Boot] [PATCH] arm: dra7xx: Assign omap_vcores based on board type
2016-06-07 10:35 UTC
[U-Boot] PPC440GX:Ocotea board
2016-06-07 10:19 UTC
[U-Boot] [PATCH v3 00/11] sunxi: PSCI implementation rewrite in C
2016-06-07 10:04 UTC (14+ messages)
` [U-Boot] [PATCH v3 01/11] ARM: PSCI: use only r0 and r3 in psci_get_cpu_stack_top()
` [U-Boot] [PATCH v3 02/11] ARM: PSCI: save and restore clobbered registers in v7_flush_dcache_all
` [U-Boot] [PATCH v3 03/11] ARM: PSCI: export common PSCI function declarations for C code
` [U-Boot] [PATCH v3 04/11] ARM: allocate extra space for PSCI stack in secure section during link phase
` [U-Boot] [PATCH v3 05/11] sunxi: Make CPUCFG_BASE macro names the same across families
` [U-Boot] [PATCH v3 06/11] sunxi: Add packed attribute to struct sunxi_prcm_reg
` [U-Boot] [PATCH v3 07/11] sunxi: Add missing linux/types.h header for cpucfg_sun6i.h
` [U-Boot] [PATCH v3 08/11] sunxi: Group cpu core related controls together
` [U-Boot] [PATCH v3 09/11] sunxi: Add CPUCFG debug lock and sun7i cpu power controls
` [U-Boot] [PATCH v3 10/11] sunxi: Add base address for GIC
` [U-Boot] [PATCH v3 11/11] sunxi: Add PSCI implementation in C
[U-Boot] [PATCH v3] armv8/ls2080a: configure PMU's PCTBENR to enable WDT
2016-06-07 9:34 UTC (5+ messages)
[U-Boot] [PATCH v3] common: usb_storage : Implement logic to calculate optimal usb maximum trasfer blocks
2016-06-07 9:29 UTC
[U-Boot] [PATCH v2 1/8] board: ge: bx50v3: move detect_baseboard() out of CONFIG_VIDEO_IPUV3
2016-06-07 8:57 UTC (5+ messages)
[U-Boot] [PATCH v3] splash_source: add support for ubifs formatted nand
2016-06-07 7:38 UTC
[U-Boot] [PATCH v3] mmc: atmel_sdhci: Convert to the driver model support
2016-06-07 7:28 UTC
[U-Boot] [PATCH v3] dm: at91: Add driver model support for the spi driver
2016-06-07 7:26 UTC
[U-Boot] [PATCH v4 0/5] ARM: AT91: Add AT91 PIO4 pinctrl driver and gpio driver with DM
2016-06-07 7:24 UTC (6+ messages)
` [U-Boot] [PATCH v4 1/5] gpio: atmel_pio4: Move PIO4 definitions to head file
` [U-Boot] [PATCH v4 2/5] gpio: atmel_pio4: Rework to support DM & DT
` [U-Boot] [PATCH v4 3/5] pinctrl: at91-pio4: Add pinctrl driver
` [U-Boot] [PATCH v4 4/5] atmel: Bring in at91 pio4 device tree file and bindings
` [U-Boot] [PATCH v4 5/5] configs: sama5d2_xplained: Add #ifndef before CONFIG_ATMEL_PIO4
[U-Boot] [PATCH v2 0/2] clk: at91: Add new clock driver
2016-06-07 7:11 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/2] clk: clk-uclass: Add post binding for CLK uclass
` [U-Boot] [PATCH v2 2/2] clk: at91: Add new clock driver
[U-Boot] [PATCH v3 0/7] add support for the etamin draco board variant
2016-06-07 6:55 UTC (8+ messages)
` [U-Boot] [PATCH v3 1/7] siemens,am33x: add ubi fastmap support
` [U-Boot] [PATCH v3 2/7] ubi: add new ubi command "ubi detach"
` [U-Boot] [PATCH v3 3/7] nand: add nand mtd concat support
` [U-Boot] [PATCH v3 4/7] mtd: nand: omap: allow to switch to BCH16
` [U-Boot] [PATCH v3 5/7] am335x, dxr2: get ECC sType from I2C eeprom
` [U-Boot] [PATCH v3 6/7] dfu, nand, ubi: fix erasing after write finish
` [U-Boot] [PATCH v3 7/7] siemens,am33x: add draco etamin board
[U-Boot] [PATCH 0/9] sh: Convert generic board
2016-06-07 6:46 UTC (7+ messages)
[U-Boot] [PATCH 0/6] sunxi: Add NAND controller driver
2016-06-07 5:41 UTC (8+ messages)
` [U-Boot] [PATCH 3/6] mtd: nand: Add the sunxi "
[U-Boot] [PATCH 1/7] mtd: nand: Remove jz4740 driver
2016-06-07 4:20 UTC (4+ messages)
` [U-Boot] [PATCH 7/7] mtd: nand: Sync with Linux v4.6
[U-Boot] [PATCH 0/3] This series adds support for fastboot related to USB
2016-06-07 2:48 UTC (5+ messages)
[U-Boot] [PATCH v3 00/11] armv8: ls2080aqds: Enable QSPI boot support
2016-06-07 2:05 UTC (3+ messages)
[U-Boot] [PATCH 0/5] LS2080ARDB: Enable EFI boot support
2016-06-07 1:28 UTC (5+ messages)
` [U-Boot] [PATCH 1/5] ls2080: Exit dpaa only right before exiting U-Boot
[U-Boot] [PATCH v3] usb: dwc2_udc_otg: support 8-bit interface
2016-06-07 1:07 UTC (2+ messages)
[U-Boot] [PATCH v2] usb: dwc2_udc_otg: support 8-bit interface
2016-06-07 1:02 UTC (4+ messages)
[U-Boot] [PATCH] arm: rmobile: Fix HDMI output for BLANCHE board
2016-06-07 0:25 UTC (2+ messages)
[U-Boot] [PATCH] arm: rmobile: Add BLANCHE board support
2016-06-07 0:25 UTC (2+ messages)
[U-Boot] Potential memory corruption in drivers/net/sh_eth.c ?
2016-06-07 0:18 UTC (4+ messages)
[U-Boot] [PATCH] mmc: rmobile: add a compiler barrier
2016-06-07 0:16 UTC (2+ messages)
[U-Boot] ARMv7 Execution Flow
2016-06-06 23:58 UTC (4+ messages)
[U-Boot] [ANN] U-Boot v2016.07-rc1 released
2016-06-06 23:46 UTC
[U-Boot] [PATCH v2 0/5] Raspberry Pi EFI enablement
2016-06-06 22:57 UTC (6+ messages)
` [U-Boot] [PATCH v2 1/5] efi_loader: Allow boards to implement get_time and reset_system
` [U-Boot] [PATCH v2 2/5] ARM: bcm283x: Implement EFI RTS reset_system
` [U-Boot] [PATCH v2 3/5] efi_loader: gop: Expose fb when 32bpp
` [U-Boot] [PATCH v2 4/5] bcm2835 video: Map frame buffer as 32bpp
` [U-Boot] [PATCH v2 5/5] bcm2835: Reserve the spin table in efi memory map
[U-Boot] [PATCH] env: Setup GD_FLG_ENV_DEFAULT flag when default environment are used
2016-06-06 21:34 UTC (3+ messages)
` [U-Boot] "
[U-Boot] [PATCH] configs: k2*_evm: Update fdt file names
2016-06-06 21:29 UTC (2+ messages)
` [U-Boot] "
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