public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-07-12 11:35:12 to 2018-07-13 15:44:56 UTC [more...]

[U-Boot] [PATCH 0/2] arm: zynq: add support for the zybo z7 board
 2018-07-13 15:44 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] arm: zynq: add ps7_init file for zybo z7
` [U-Boot] [PATCH 2/2] arm: zynq: add support for the zybo z7 board

[U-Boot] [PATCH 0/2] dm: Complete CONFIG_BLK migration
 2018-07-13 15:43 UTC  (10+ messages)

[U-Boot] [PATCH 0/4] dm: led: remove auto probe in binding function
 2018-07-13 15:21 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] stm32mp1: add gpio led support
` [U-Boot] [PATCH 2/4] Revert "dm: led: auto probe() LEDs with "default-state""
` [U-Boot] [PATCH 3/4] dm: led: move default state support in led uclass
` [U-Boot] [PATCH 4/4] stm32mp1: use new function led default state

[U-Boot] [PATCH v2] gpio: xilinx: Convert driver to DM
 2018-07-13 15:20 UTC 

[U-Boot] [PATCH] sysreset: Add support for Microblaze soft reset jump
 2018-07-13 15:15 UTC 

[U-Boot] [PATCH] mtd: nand: denali: Replace the ad-hoc cache management with bouncebuf
 2018-07-13 15:09 UTC  (18+ messages)

[U-Boot] [PATCH] serial: ns16550: Add register shift variable
 2018-07-13 15:08 UTC  (2+ messages)

[U-Boot] SoCFPGA PL330 DMA driver and ECC scrubbing
 2018-07-13 14:54 UTC  (22+ messages)

[U-Boot] [PATCH 0/6] driver: net: fsl-mc: Add support of multiple phys for dpmac
 2018-07-13 14:40 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] driver: net: fsl-mc: modify the label name
` [U-Boot] [PATCH v3 2/6] driver: net: fsl-mc: remove unused strcture elements
` [U-Boot] [PATCH 3/6] driver: net: fsl-mc: fix error handing in init_phy
` [U-Boot] [PATCH 4/6] driver: net: fsl-mc: Modify the dpmac link detection method
` [U-Boot] [PATCH 5/6] driver: net: fsl-mc: initialize dpmac irrespective of phy
` [U-Boot] [PATCH 6/6] driver: net: fsl-mc: Add support of multiple phys for dpmac

[U-Boot] [PATCH v2 1/3] dfu: Fix data abort in dfu_free_entities()
 2018-07-13 13:35 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] dfu: Fix memory leak in dfu_init_env_entities()
` [U-Boot] [PATCH v2 3/3] dfu: Provide more verbose error message

[U-Boot] [PATCH 1/3] dfu: Fix data abort in dfu_free_entities()
 2018-07-13 13:28 UTC  (11+ messages)
` [U-Boot] [PATCH 2/3] dfu: Fix memory leak in dfu_init_env_entities()
` [U-Boot] [PATCH 3/3] dfu: Provide more verbose error message

[U-Boot] [PATCH] sysreset: Add support for gpio-restart
 2018-07-13 12:58 UTC  (2+ messages)

[U-Boot] [RFC] cmd: add bootslot command to select/boot slot based on boot counts
 2018-07-13 12:34 UTC 

[U-Boot] [PATCH v4 00/27] SPI-NAND support
 2018-07-13 12:32 UTC  (28+ messages)
` [U-Boot] [PATCH v4 01/27] mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
` [U-Boot] [PATCH v4 02/27] mtd: Uninline mtd_write_oob and move it to mtdcore.c
` [U-Boot] [PATCH v4 03/27] mtd: Add sanity checks in mtd_write/read_oob()
` [U-Boot] [PATCH v4 04/27] mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing
` [U-Boot] [PATCH v4 05/27] mtd: add get/set of_node/flash_node helpers
` [U-Boot] [PATCH v4 06/27] mtd: fix build issue with includes
` [U-Boot] [PATCH v4 07/27] mtd: move definitions to enlarge their range
` [U-Boot] [PATCH v4 08/27] mtd: move all flash categories inside MTD submenu
` [U-Boot] [PATCH v4 09/27] mtd: move NAND files into a raw/ subdirectory
` [U-Boot] [PATCH v4 10/27] mtd: rename nand into rawnand in Kconfig prompt
` [U-Boot] [PATCH v4 11/27] mtd: nand: Add core infrastructure to deal with NAND devices
` [U-Boot] [PATCH v4 12/27] mtd: nand: Pass mode information to nand_page_io_req
` [U-Boot] [PATCH v4 13/27] spi: Extend the core to ease integration of SPI memory controllers
` [U-Boot] [PATCH v4 14/27] mtd: nand: Add core infrastructure to support SPI NANDs
` [U-Boot] [PATCH v4 15/27] mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
` [U-Boot] [PATCH v4 16/27] mtd: spinand: Add initial support for Winbond W25M02GV
` [U-Boot] [PATCH v4 17/27] mtd: spinand: Add initial support for the MX35LF1GE4AB chip
` [U-Boot] [PATCH v4 18/27] mtd: spinand: Add initial support for the MX35LF2GE4AB chip
` [U-Boot] [PATCH v4 19/27] dt-bindings: Add bindings for SPI NAND devices
` [U-Boot] [PATCH v4 20/27] mtd: declare MTD_PARTITIONS symbol in Kconfig
` [U-Boot] [PATCH v4 21/27] cmd: ubi: delete useless and misleading definitions
` [U-Boot] [PATCH v4 22/27] cmd: mtdparts: accept spi-nand devices
` [U-Boot] [PATCH v4 23/27] cmd: mtdparts: add a generic 'mtdparts' parser
` [U-Boot] [PATCH v4 24/27] cmd: mtdparts: remove useless 'mtdparts=' prefix
` [U-Boot] [PATCH v4 25/27] mtd: uclass: add probe function
` [U-Boot] [PATCH v4 26/27] cmd: mtd: add 'mtd' command
` [U-Boot] [PATCH v4 27/27] cmd: mtdparts: try to probe the MTD devices as a fallback

[U-Boot] [PATCH v3 00/21] SPI-NAND support
 2018-07-13 12:26 UTC  (23+ messages)
` [U-Boot] [PATCH v3 01/21] mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
` [U-Boot] [PATCH v3 02/21] mtd: Uninline mtd_write_oob and move it to mtdcore.c
` [U-Boot] [PATCH v3 03/21] mtd: Add sanity checks in mtd_write/read_oob()
` [U-Boot] [PATCH v3 04/21] mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing
` [U-Boot] [PATCH v3 05/21] mtd: add get/set of_node/flash_node helpers
` [U-Boot] [PATCH v3 06/21] mtd: fix build issue with includes
` [U-Boot] [PATCH v3 07/21] mtd: move definitions to enlarge their range
` [U-Boot] [PATCH v3 08/21] mtd: move all flash categories inside MTD submenu
` [U-Boot] [PATCH v3 09/21] mtd: move NAND files into a raw/ subdirectory
` [U-Boot] [PATCH v3 10/21] mtd: rename nand into rawnand in Kconfig prompt
` [U-Boot] [PATCH v3 11/21] mtd: nand: Add core infrastructure to deal with NAND devices
` [U-Boot] [PATCH v3 12/21] mtd: nand: Pass mode information to nand_page_io_req
` [U-Boot] [PATCH v3 13/21] spi: Extend the core to ease integration of SPI memory controllers
` [U-Boot] [PATCH v3 14/21] mtd: nand: Add core infrastructure to support SPI NANDs
` [U-Boot] [PATCH v3 15/21] mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
` [U-Boot] [PATCH v3 16/21] mtd: spinand: Add initial support for Winbond W25M02GV
` [U-Boot] [PATCH v3 17/21] mtd: spinand: Add initial support for the MX35LF1GE4AB chip
` [U-Boot] [PATCH v3 18/21] mtd: spinand: Add initial support for the MX35LF2GE4AB chip
` [U-Boot] [PATCH v3 19/21] mtd: uclass: add probe function
` [U-Boot] [PATCH v3 20/21] cmd: mtd: add 'mtd' command
` [U-Boot] [PATCH v3 21/21] dt-bindings: Add bindings for SPI NAND devices

[U-Boot] [ v2 00/10] splash screen on the stm32f769 disco board
 2018-07-13 12:11 UTC  (11+ 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] [ v2 03/10] video: add support of MIPI DSI interface
` [U-Boot] [ v2 04/10] video: add support of panel OTM8009A
` [U-Boot] [ v2 05/10] video: add support of panel RM68200
` [U-Boot] [ v2 06/10] video: add MIPI DSI host controller bridge
` [U-Boot] [ v2 07/10] video: add support of STM32 MIPI DSI controller driver
` [U-Boot] [ v2 08/10] arm: dts: stm32: add dsi for STM32F746
` [U-Boot] [ v2 09/10] arm: dts: stm32: add display for STM32F769 disco board
` [U-Boot] [ v2 10/10] board: Add STM32F769 SoC, discovery board support

[U-Boot] [PATCH v4] u-boot: remove driver lookup loop from env_save()
 2018-07-13 12:00 UTC  (2+ messages)

[U-Boot] [PATCH v1] rockchip: utilize CONFIG_DEFAULT_FDT_FILE
 2018-07-13 10:47 UTC  (2+ messages)
` [U-Boot] [U-Boot,v1] "

[U-Boot] [PATCH 01/12] arch: arm: mach-rockchip: rk3288: Enable regulators in board_init
 2018-07-13 10:42 UTC  (6+ messages)
` [U-Boot] [PATCH 03/12] net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii

[U-Boot] [PATCH 0/3] add support for the asus C201 chromebook (4GiB)
 2018-07-13 10:31 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] rockchip: add support for veyron-speedy (ASUS Chromebook C201)

[U-Boot] [PATCH v3 0/4] rk3288: veyron: Enable SDMMC when booting from SPI
 2018-07-13 10:26 UTC  (4+ messages)
` [U-Boot] [PATCH v3 4/4] rk3288: Convert register defines to const uintptr_t

[U-Boot] [PATCH v3 2/4] rk3288: Disable JTAG function from sdmmc0 IO
 2018-07-13 10:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 3/4] rockchip: veyron: Set vcc33_sd regulator value
 2018-07-13 10:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH 1/1] rockchip: rk3399: spl: add missing \n to output
 2018-07-13 10:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] rockchip: board: lion-rk3368: increase phy autonegotiation timeout
 2018-07-13 10:25 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 1/4] rk3288: veyron: Init boot-on regulators
 2018-07-13 10:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v1 1/4] spl: record boot_device into spl_image and call spl_perform_fixups
 2018-07-13 10:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [PATCH 1/1] rockchip: evb-rk3399: correct README for board bring up
 2018-07-13 10:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/1] rockchip: doc: clarify usage of CONFIG_SPL_ROCKCHIP_BACK_TO_BROM
 2018-07-13 10:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v1 2/4] spl: document 'chosen/u-boot, spl-boot-device'
 2018-07-13 10:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [PATCH v1 3/4] rockchip: rk3399: inject 'u-boot, spl-boot-device' for next-stage
 2018-07-13 10:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [PATCH] rockchip: rk3188: add rk_board_late_init() hook
 2018-07-13 10:25 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] rockchip: i2c: enable new I2C controller for rk3066 and rk3188
 2018-07-13 10:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v1 4/4] rockchip: rk3399: change boot_target based on u-boot, spl-boot-device
 2018-07-13 10:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [Bug & Question] ubifs does not understand ".." in file path ?
 2018-07-13 10:18 UTC  (7+ messages)

[U-Boot] [PATCH] fdt: fix fdtdec_setup_memory_banksize()
 2018-07-13 10:12 UTC 

[U-Boot] [PATCH] arm64: a37xx: add CONFIG_MTD_DEVICE and CONFIG_MTD_PARTITIONS
 2018-07-13  9:56 UTC 

[U-Boot] [PATCH v2 0/1] Fix README for Khadas VIM board
 2018-07-13  9:42 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/1] "

[U-Boot] [PATCH 1/4 v2] armv8: fsl: remove sata support
 2018-07-13  9:32 UTC  (6+ messages)
` [U-Boot] [PATCH 2/4 v2] armv8: dts: fsl-ls1012a: add sata node support
  ` [U-Boot] [PATCH 3/4 v2] scsi: ceva: add ls1012a soc support
    ` [U-Boot] [PATCH 4/4 v2] arm64: ls1012a: enable DM support for sata

[U-Boot] [PATCH 1/4 v3] armv8: fsl: remove sata support
 2018-07-13  9:25 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4 v3] armv8: dts: fsl-ls1012a: add sata node support
  ` [U-Boot] [PATCH 3/4 v3] scsi: ceva: add ls1012a soc support
    ` [U-Boot] [PATCH 4/4 v3] arm64: ls1012a: enable DM support for sata

[U-Boot] [PATCH v3] u-boot: remove driver lookup loop from env_save()
 2018-07-13  9:25 UTC  (3+ messages)

[U-Boot] [PATCH v6 1/6] sunxi: R40: add gigabit ethernet clocks
 2018-07-13  9:11 UTC  (7+ messages)
` [U-Boot] [PATCH v6 2/6] net: sun8i-emac: fix printing NULL character
` [U-Boot] [PATCH v6 3/6] net: sun8i-emac: set mux and clock by driver data
` [U-Boot] [PATCH v6 4/6] net: sun8i-emac: support R40 GMAC
` [U-Boot] [PATCH v6 5/6] sunxi: R40: add gigabit ethernet devicetree node
` [U-Boot] [PATCH v6 6/6] configs: Bananapi_M2_Ultra: enable gigabit ethernet

[U-Boot] [PULL] u-boot-socfpga/master
 2018-07-13  9:04 UTC 

[U-Boot] [PATCH] mx25: fix the offset between the USB ports' registers
 2018-07-13  8:02 UTC 

[U-Boot] [RFC PATCH v2] u-boot: remove driver lookup loop from env_save()
 2018-07-13  7:37 UTC  (4+ messages)

[U-Boot] [PATCH 00/11] dm: Add more core features for livetree
 2018-07-13  7:05 UTC  (4+ messages)
` [U-Boot] [PATCH 01/11] fdt: Add device tree memory bindings

[U-Boot] [PATCH v3 1/4] lib: fdtdec: Add new variable ram_start to global data
 2018-07-13  6:37 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: Fixes: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET
 2018-07-13  5:40 UTC 

[U-Boot] Please pull from u-boot-i2c
 2018-07-12 21:48 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-ubi/master
 2018-07-12 21:48 UTC  (2+ messages)

[U-Boot] Please pull u-boot-dm
 2018-07-12 21:26 UTC  (9+ messages)

[U-Boot] [PATCH v2] cmd: fastboot: Validate user input
 2018-07-12 19:48 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] common: print \n in initr_scsi()
 2018-07-12 18:58 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/21] SPI-NAND support
 2018-07-12 14:46 UTC  (11+ messages)
` [U-Boot] [PATCH v2 13/21] spi: Extend the core to ease integration of SPI memory controllers
` [U-Boot] [PATCH v2 20/21] cmd: mtd: add 'mtd' command
` [U-Boot] [PATCH v2 21/21] dt-bindings: Add bindings for SPI NAND devices

[U-Boot] Microblaze gpio reset handling
 2018-07-12 14:28 UTC 

[U-Boot] [PATCH] gpio: xilinx: Convert driver to DM
 2018-07-12 14:18 UTC 

[U-Boot] [PATCH V2 1/4] imx_lpi2c: Update lpi2c driver to support imx8
 2018-07-12 14:10 UTC  (8+ messages)
` [U-Boot] [PATCH V2 2/4] imx: lpi2c: fix clock issue when NACK detected
` [U-Boot] [PATCH V2 3/4] lpi2c: Fix bus stop problem in xfer
` [U-Boot] [PATCH V2 4/4] lpi2c: Add bus busy error handling

[U-Boot] [PATCH v2] arm: socfpga: Fixes: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET
 2018-07-12 14:04 UTC  (2+ messages)

[U-Boot] [RFC PATCH] gpio: zynq: Setup bank_name to dev->name
 2018-07-12 14:04 UTC 

[U-Boot] UBI fixable bit-flip issue
 2018-07-12 14:03 UTC  (4+ messages)

[U-Boot] [PATCH] cmd: Kconfig: Move CONFIG_MP to Kconfig
 2018-07-12 13:47 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH] arm: socfpga: Fixes: include <debug_uart.h>
 2018-07-12 13:44 UTC 

[U-Boot] [PATCH 1/1] avb2.0: add proper dependencies to libavb
 2018-07-12 13:02 UTC  (3+ messages)

[U-Boot] [PATCH] gpio: zynq: Read of mach data in platdata with dev_get_driver_data
 2018-07-12 11:49 UTC 

[U-Boot] [PATCH] gpio: dm: Support manual relocation for gpio
 2018-07-12 11:36 UTC 

[U-Boot] [PATCH] sysreset: dm: Support manual relocation for sysreset
 2018-07-12 11:35 UTC 


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