messages from 2018-08-01 06:15:42 to 2018-08-02 17:08:05 UTC [more...]
[U-Boot] [PATCH 00/10] net: Fix packet corruption issue when handling asynch replies
2018-08-02 17:08 UTC (13+ messages)
` [U-Boot] [PATCH 01/10] net: sandbox: Move disabled flag into priv struct
` [U-Boot] [PATCH 02/10] net: sandbox: Refactor sandbox send function
` [U-Boot] [PATCH 03/10] net: sandbox: Make the fake eth driver response configurable
` [U-Boot] [PATCH 04/10] net: sandbox: Share the priv structure with tests
` [U-Boot] [PATCH 05/10] net: sandbox: Allow fake eth to handle more than 1 packet response
` [U-Boot] [PATCH 06/10] net: Add an accessor to know if waiting for ARP
[U-Boot] [PATCH] ARM: tegra: align carveout size
2018-08-02 17:03 UTC (6+ messages)
[U-Boot] [PATCH] efi_loader: don't allocate unusable RAM
2018-08-02 17:00 UTC (12+ messages)
[U-Boot] [PATCH v1 0/5] Add get_function_number ops
2018-08-02 16:57 UTC (8+ messages)
` [U-Boot] [PATCH v1 1/5] dm: gpio: "
` [U-Boot] [PATCH v1 2/5] gpio: stm32f7: Add ops get_function
` [U-Boot] [PATCH v1 3/5] gpio: stm32f7: Add ops get_function_number
` [U-Boot] [PATCH v1 4/5] gpio: sandbox: Rename GPIOF_(OUTPUT|HIGH|ODR) to SDBX_GPIO_(OUTPUT|HIGH|ODR)
` [U-Boot] [PATCH v1 5/5] test: dm: Add gpio get_function_number ops test
[U-Boot] [PATCH v2 0/3] Replace serial setparity by setconfig
2018-08-02 16:57 UTC (7+ messages)
` [U-Boot] [PATCH v2 1/3] dm: serial: Replace "
` [U-Boot] [PATCH v2 2/3] serial: stm32: "
` [U-Boot] [PATCH v2 3/3] sandbox: Add serial test
[U-Boot] [PATCH 00/20] Add support for 1wire protocol and 1wire eeproms
2018-08-02 16:56 UTC (6+ messages)
` [U-Boot] [PATCH 04/20] W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs
[U-Boot] [PATCH v4 1/4] misc: docs: Fix comments in misc.h
2018-08-02 16:56 UTC (3+ messages)
` [U-Boot] [PATCH v4 3/4] test: Add tests for misc uclass
[U-Boot] [PATCH v3 01/13] test: regmap: Increase size of syscon0 memory
2018-08-02 16:56 UTC (35+ messages)
` [U-Boot] [PATCH v3 02/13] regmap: Fix documentation
` [U-Boot] [PATCH v3 03/13] regmap: Add documentation
` [U-Boot] [PATCH v3 04/13] regmap: Improve error handling
` [U-Boot] [PATCH v3 05/13] regmap: Introduce init_range
` [U-Boot] [PATCH v3 06/13] regmap: Add error output
` [U-Boot] [PATCH v3 07/13] regmap: Add raw read/write functions
` [U-Boot] [PATCH v3 08/13] regmap: Support reading from specific range
` [U-Boot] [PATCH v3 09/13] regmap: Define regmap_{get,set}
` [U-Boot] [PATCH v3 10/13] test: regmap: Add test for regmap_{set, get}
` [U-Boot] [PATCH v3 11/13] misc: Sort Makefile entries
` [U-Boot] [PATCH v3 12/13] misc: Add gdsys_soc driver
` [U-Boot] [PATCH v3 13/13] misc: Add IHS FPGA driver
[U-Boot] [PATCH v4 1/3] drivers: Add board uclass
2018-08-02 16:56 UTC (3+ messages)
` [U-Boot] [PATCH v4 2/3] board: Add gazerbeam driver
[U-Boot] [PATCH] common: fdt: Make fdt_del_subnodes/fdt_del_partition static
2018-08-02 16:56 UTC (2+ messages)
[U-Boot] [PATCH 1/2] lib: bitrev: Sync with Linux kernel v4.17
2018-08-02 16:56 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] sandbox: Enable bitrev library build
[U-Boot] [PATCH 0/9] Support 4GB of memory on 32bit systems
2018-08-02 16:56 UTC (8+ messages)
` [U-Boot] [PATCH 3/9] common: include <inttypes.h> always
` [U-Boot] [PATCH 6/9] ram: stm32mp1: use PRIx64 macros for printing ram size
[U-Boot] Please pull u-boot-dm (take 2)
2018-08-02 16:55 UTC
[U-Boot] [PATCH v2 0/8] ARM: Odroid XU3: Enable DM_MMC support which is necessary for CONFIG_BLK
2018-08-02 16:55 UTC (10+ messages)
` [U-Boot] [PATCH v2 1/8] ARM: dw_mmc: Exclude dwmci Exynos priv_data allocation from exynos_dwmci_get_config()
` [U-Boot] [PATCH v2 2/8] ARM: Odroid XU3: config: Disable SDHCI support in the Odroid XU3
` [U-Boot] [PATCH v2 3/8] ARM: Odroid XU3: Enable driver model support for MMC (DM_MMC)
` [U-Boot] [PATCH v2 4/8] ARM: Odroid XU3: Fix autoboot.cmd to use ${mmcbootdev} instead of hardcoded 0
` [U-Boot] [PATCH v2 5/8] ARM: Odroid XU3: Adjust BOOT_TARGET_DEVICES to allow booting from SD card (mmc2)
` [U-Boot] [PATCH v2 6/8] ARM: Odroid XU3: MAINTAINERS: Add a co-maintainer for OdroidXU3
` [U-Boot] [PATCH v2 7/8] ARM: Odroid XU3: Fix the dwmci_exynos *priv data assignment for DM_MMC (sdr_timing)
` [U-Boot] [PATCH v2 8/8] ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMC
[U-Boot] [PATCH] net: fman: Support both new and legacy FMan Compatibles
2018-08-02 16:51 UTC (3+ messages)
[U-Boot] [PATCH v2 1/3] linux/if_ether.h: Initial import from Linux kernel v4.17
2018-08-02 16:49 UTC (6+ messages)
` [U-Boot] [PATCH v2 2/3] net.h: Include linux/if_ether.h to avoid duplication
` [U-Boot] [PATCH v2 3/3] linux/if_ether.h: Add VLAN related macros
[U-Boot] [PATCH 0/2] Ethernet name length changes
2018-08-02 16:45 UTC (4+ messages)
` [U-Boot] [PATCH 1/2] fsl/mc: Limit the ethernet name to ETH_NAME_LEN
` [U-Boot] [PATCH 2/2] net: Increase ethernet name string size to 20 chars
[U-Boot] bootelf and 64 bit elf application
2018-08-02 16:10 UTC (2+ messages)
[U-Boot] [PATCH] xyz-modem: Change getc timeout loop waiting
2018-08-02 14:47 UTC (6+ messages)
` [U-Boot] "
[U-Boot] [PATCH V2] Convert CONFIG_USB_ULPI_TIMEOUT to Kconfig
2018-08-02 14:14 UTC (2+ messages)
[U-Boot] [PATCH] Convert CONFIG_USB_ULPI_TIMEOUT to Kconfig
2018-08-02 14:03 UTC (3+ messages)
[U-Boot] [PATCH] Convert CONFIG_VIDEO_OMAP3 to Kconfig
2018-08-02 13:50 UTC
[U-Boot] [PATCH v5 00/27] SPI-NAND support
2018-08-02 13:46 UTC
[U-Boot] SUCCESS: Building U-Boot for MIPS64 on Windows7
2018-08-02 13:23 UTC (2+ messages)
[U-Boot] U-Boot: Verified Boot: signed configuration and mix and match attack
2018-08-02 13:20 UTC (3+ messages)
[U-Boot] [PATCH 1/4] gpio: xilinx: Find out bank before use in xilinx_gpio_get_function()
2018-08-02 12:56 UTC (17+ messages)
` [U-Boot] [PATCH 3/4] gpio: xilinx: Not read output values via regs
[U-Boot] [PATCH v2] gpio: xilinx: Not read output values via regs
2018-08-02 12:54 UTC
[U-Boot] Is there a omap_gpmc.c maintainer?
2018-08-02 12:47 UTC
[U-Boot] [PATCH] stm32f7: board: Fix memory init
2018-08-02 12:18 UTC
[U-Boot] [PATCH] ram: stm32_sdram: Adds stm32f746-disco fix for HardFault at booting
2018-08-02 12:14 UTC (3+ messages)
[U-Boot] [PATCH 1/1] arm: zynq: Fix device tree for Avnet Picozed boards
2018-08-02 12:07 UTC (2+ messages)
[U-Boot] [RFC PATCH] gpio: zynq: Setup bank_name to dev->name
2018-08-02 11:33 UTC (15+ messages)
[U-Boot] [PATCH] gpio: xilinx: Add support for using label property
2018-08-02 11:31 UTC
[U-Boot] [PATCH] ARM: socfpga: Convert to DM serial
2018-08-02 11:14 UTC (9+ messages)
[U-Boot] Pull request: u-boot-sunxi/master
2018-08-02 11:13 UTC (9+ messages)
[U-Boot] boot partition access at HS200 speed in eMMC
2018-08-02 9:44 UTC
[U-Boot] [PATCH] openrd: Once again shrink binary size
2018-08-02 8:59 UTC (4+ messages)
[U-Boot] [PATCH 1/3] arm: exynos4: fix warning of dts
2018-08-02 8:44 UTC (3+ messages)
[U-Boot] [PATCH] SPL: fit signature: don´t strip off signature node and sub nodes from dtb
2018-08-02 8:32 UTC (2+ messages)
[U-Boot] [PATCH 0/1] mtd: nand: fsl-ifc: Fix handling of bitflips
2018-08-02 8:02 UTC (2+ messages)
` [U-Boot] [PATCH 1/1] mtd: nand: fsl_ifc: Fix handling of bitflips in erased pages
[U-Boot] mmc: different SD SCR read from U-Boot than from Linux
2018-08-02 7:00 UTC
[U-Boot] [PATCH v2 02/29] binman: Rename 'position' to 'offset'
2018-08-01 21:22 UTC (2+ messages)
` [U-Boot] [PATCH v2 07/29] binman: Add a new 'image-pos' property
[U-Boot] Problem booting uImage with u-boot
2018-08-01 19:30 UTC (3+ messages)
[U-Boot] Please pull u-boot-dm
2018-08-01 19:13 UTC (4+ messages)
[U-Boot] [PATCH v3 1/6] drivers: Add OSD uclass
2018-08-01 17:23 UTC (4+ messages)
` [U-Boot] [PATCH v3 2/6] video_osd: Add ihs_video_out driver
[U-Boot] [ v2 00/10] splash screen on the stm32f769 disco board
2018-08-01 16:06 UTC (5+ messages)
` [U-Boot] [ v2 01/10] dm: panel: get timings from panel
` [U-Boot] [ v2 02/10] video: stm32: stm32_ltdc: add bridge to display controller
[U-Boot] Converting to SPL_OF_CONTROL
2018-08-01 15:51 UTC (4+ messages)
[U-Boot] Please pull ARC changes or 2018.09-rc2
2018-08-01 15:05 UTC (2+ messages)
[U-Boot] Please pull u-boot-mpc85xx master
2018-08-01 15:05 UTC (2+ messages)
[U-Boot] [PATCH v1 0/2] Replace serial setparity by setconfig
2018-08-01 14:59 UTC (5+ messages)
` [U-Boot] [PATCH v1 1/2] dm: serial: Replace "
[U-Boot] Two CRC32 implementation in U-Boot, why?
2018-08-01 13:50 UTC (2+ messages)
[U-Boot] U-Boot 2018.07 Still Broken for Allwinner H3 SoCs
2018-08-01 13:22 UTC (2+ messages)
[U-Boot] [PATCH] video: kconfig: remove DM_I2C dependency of I2C_EDID
2018-08-01 12:56 UTC (3+ messages)
[U-Boot] [PATCH v2 1/3] efi: Fix truncation of constant value
2018-08-01 11:25 UTC (6+ messages)
[U-Boot] [PATCH] Corrected checksum failure handling of FDT within FIT image
2018-08-01 8:24 UTC
[U-Boot] [PATCH v6 00/27] SPI-NAND support
2018-08-01 8:18 UTC (28+ messages)
` [U-Boot] [PATCH v6 01/27] mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
` [U-Boot] [PATCH v6 02/27] mtd: Uninline mtd_write_oob and move it to mtdcore.c
` [U-Boot] [PATCH v6 03/27] mtd: Add sanity checks in mtd_write/read_oob()
` [U-Boot] [PATCH v6 04/27] mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing
` [U-Boot] [PATCH v6 05/27] mtd: add get/set of_node/flash_node helpers
` [U-Boot] [PATCH v6 06/27] mtd: fix build issue with includes
` [U-Boot] [PATCH v6 07/27] mtd: move definitions to enlarge their range
` [U-Boot] [PATCH v6 08/27] mtd: move all flash categories inside MTD submenu
` [U-Boot] [PATCH v6 09/27] mtd: move NAND files into a raw/ subdirectory
` [U-Boot] [PATCH v6 10/27] mtd: rename nand into rawnand in Kconfig prompt
` [U-Boot] [PATCH v6 11/27] mtd: nand: Add core infrastructure to deal with NAND devices
` [U-Boot] [PATCH v6 12/27] mtd: nand: Pass mode information to nand_page_io_req
` [U-Boot] [PATCH v6 13/27] spi: Extend the core to ease integration of SPI memory controllers
` [U-Boot] [PATCH v6 14/27] mtd: nand: Add core infrastructure to support SPI NANDs
` [U-Boot] [PATCH v6 15/27] mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
` [U-Boot] [PATCH v6 16/27] mtd: spinand: Add initial support for Winbond W25M02GV
` [U-Boot] [PATCH v6 17/27] mtd: spinand: Add initial support for the MX35LF1GE4AB chip
` [U-Boot] [PATCH v6 18/27] mtd: spinand: Add initial support for the MX35LF2GE4AB chip
` [U-Boot] [PATCH v6 19/27] dt-bindings: Add bindings for SPI NAND devices
` [U-Boot] [PATCH v6 20/27] mtd: declare MTD_PARTITIONS symbol in Kconfig
` [U-Boot] [PATCH v6 21/27] cmd: ubi: delete useless and misleading definitions
` [U-Boot] [PATCH v6 22/27] cmd: mtdparts: accept spi-nand devices
` [U-Boot] [PATCH v6 23/27] cmd: mtdparts: add a generic 'mtdparts' parser
` [U-Boot] [PATCH v6 24/27] cmd: mtdparts: remove useless 'mtdparts=' prefix
` [U-Boot] [PATCH v6 25/27] mtd: uclass: add probe function
` [U-Boot] [PATCH v6 26/27] cmd: mtd: add 'mtd' command
` [U-Boot] [PATCH v6 27/27] cmd: mtdparts: try to probe the MTD devices as a fallback
[U-Boot] [PATCH v5 00/27] SPI-NAND support
2018-08-01 8:14 UTC (6+ messages)
[U-Boot] [PATCH v1 0/9] ARM: Odroid XU3: Enable DM_MMC support which is necessary for CONFIG_BLK
2018-08-01 7:51 UTC (10+ messages)
` [U-Boot] [PATCH v1 9/9] ARM: Odroid XU3: Modify Odroid XU3 config to boot by default from SD card
[U-Boot] [PATCH v6 0/8] NXP LS1046A SMMU enabling patches
2018-08-01 7:48 UTC (6+ messages)
` [U-Boot] [PATCH v6 8/8] armv8: ls1046a: setup SEC ICIDs and fix up device tree
[U-Boot] boot a bios/uefi with x86_64, without grub
2018-08-01 6:56 UTC (5+ messages)
[U-Boot] [PATCH 1/2] spi: kirkwood: Get drvdata in .ofdata_to_platdata
2018-08-01 6:51 UTC (2+ messages)
[U-Boot] [PATCH] spi: kirkwood: add orion-spi compatible string
2018-08-01 6:50 UTC (3+ messages)
[U-Boot] [PATCH 1/4] armv7: fsl: remove sata support
2018-08-01 6:31 UTC (4+ messages)
` [U-Boot] [PATCH 3/4] arm: ls1021atwr: enable DM support for sata
` [U-Boot] [PATCH 4/4] scsi: ceva: add ls1021a soc support
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