public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-08-01 08:18:35 to 2018-08-02 20:38:13 UTC [more...]

[U-Boot] [PATCH v2 00/21] dm: pci: Various fixes and test cases update
 2018-08-02 20:38 UTC  (15+ messages)
` [U-Boot] [PATCH v2 01/21] pci: Remove 440ep specific macros
` [U-Boot] [PATCH v2 02/21] dm: Correct typos in uclass_first/next_device_check()
` [U-Boot] [PATCH v2 03/21] dm: core: Add ofnode function to read PCI vendor and device id
` [U-Boot] [PATCH v2 04/21] dm: pci: Extract vendor/device id in child_post_bind()
` [U-Boot] [PATCH v2 05/21] dm: pci: Fix scanning multi-function device
` [U-Boot] [PATCH v2 06/21] test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase()
` [U-Boot] [PATCH v2 07/21] test: dm: pci: Test more than one device on the same bus

[U-Boot] [PATCH v1 00/17] cmd: fpga: Fix fpga command handling and add some fpga tests
 2018-08-02 20:37 UTC  (11+ messages)
` [U-Boot] [PATCH v1 01/17] cmd: fpga: Remove fit image support passed without fpga device
` [U-Boot] [PATCH v1 12/17] cmd: fpga: Fix loadfs command
` [U-Boot] [PATCH v1 13/17] cmd: fpga: Fix loadmk command
` [U-Boot] [PATCH v1 14/17] cmd: fpga: Add support for missing fpga loadmk commands
` [U-Boot] [PATCH v1 16/17] cmd: fpga: Fix loads command

[U-Boot] [PATCH 0/9] Support 4GB of memory on 32bit systems
 2018-08-02 20:36 UTC  (19+ messages)
` [U-Boot] [PATCH 1/9] dm: allow 4GB of DRAM "
` [U-Boot] [PATCH 3/9] common: include <inttypes.h> always
` [U-Boot] [PATCH 4/9] MIPS: use PRIx64 macros for printing ram size
` [U-Boot] [PATCH 5/9] rockchip: rk3368: change type of ram-size field for a min()-calculation
` [U-Boot] [PATCH 6/9] ram: stm32mp1: use PRIx64 macros for printing ram size
` [U-Boot] [PATCH 7/9] board: keymile: add explicit cast to truncate the 64bit ram size field
` [U-Boot] [PATCH 8/9] board: cm_fx6: use PRIx64 macros for printing ram size

[U-Boot] [PATCH u-boot 0/2] Add the VPU Power Domain support
 2018-08-02 20:36 UTC  (5+ messages)
` [U-Boot] [PATCH u-boot 1/2] power: domain: Add the VPU Power Domain driver
` [U-Boot] [PATCH u-boot 2/2] clk: clk_meson: Add mux and div support for reparent and rate setting

[U-Boot] [PATCH] Revert "efi_loader: efi_allocate_pages is too restrictive"
 2018-08-02 20:36 UTC  (2+ messages)

[U-Boot] U-Boot: Verified Boot: signed configuration and mix and match attack
 2018-08-02 20:36 UTC  (4+ messages)

[U-Boot] Talos Security Advisory (TALOS-2018-0633/CVE-2018-3968 )
 2018-08-02 18:52 UTC 

[U-Boot] [PATCH] travis: give every job a name
 2018-08-02 17:40 UTC  (3+ messages)

[U-Boot] [PATCH 00/10] net: Fix packet corruption issue when handling asynch replies
 2018-08-02 17:08 UTC  (21+ 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 07/10] net: sandbox: Add a priv ptr for tests to use
` [U-Boot] [PATCH 08/10] test: eth: Add a test for ARP requests
` [U-Boot] [PATCH 09/10] test: eth: Add a test for the target being pinged
` [U-Boot] [PATCH 10/10] net: Don't overwrite waiting packets with asynchronous replies

[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] 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] [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  (15+ messages)
` [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


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