public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-06-26 07:37:12 to 2019-06-28 05:23:07 UTC [more...]

[U-Boot] Watchdog DM - ENOMEM(out of memory) error
 2019-06-28  5:23 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: mvebu: Enable FIT support for db-xc3-24g4xg
 2019-06-28  4:48 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] nitrogen6x device tree migration
 2019-06-28  1:46 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] nitrogen6x: migrate to using device tree
` [U-Boot] [PATCH v2 2/5] configs: nitrogen6x: Add DM_MMC/DM_USB/AHCI support
` [U-Boot] [PATCH v2 3/5] nitrogen6x: reserve used gpios
` [U-Boot] [PATCH v2 4/5] configs: nitrogen6x: Add DM_GPIO support
` [U-Boot] [PATCH v2 5/5] configs: nitrogen6x: Add DM_SPI/DM_SPI_FLASH support

[U-Boot] [PATCH 2/2] spi: Add SPI controller driver for UniPhier SoCs
 2019-06-28  1:15 UTC  (3+ messages)

[U-Boot] [PATCH v1 00/11] Improvements on the MMC switch
 2019-06-28  0:07 UTC  (13+ messages)
` [U-Boot] [PATCH v1 01/11] mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new command
` [U-Boot] [PATCH v1 02/11] mmc: omap_hsmmc: don't fill the send_init_stream callback
` [U-Boot] [PATCH v1 03/11] Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence"
` [U-Boot] [PATCH v1 04/11] mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supported
` [U-Boot] [PATCH v1 05/11] mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()
` [U-Boot] [PATCH v1 06/11] mmc: if possible, poll the busy state using DAT0
` [U-Boot] [PATCH v1 07/11] mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd
` [U-Boot] [PATCH v1 08/11] mmc: When switching partition, use the timeout specified "
` [U-Boot] [PATCH v1 09/11] mmc: During a switch, poll on dat0 if available and check the final status
` [U-Boot] [PATCH v1 10/11] mmc: do not change mode when accessing a boot partition
` [U-Boot] [PATCH v1 11/11] mmc: retry a few times if a partition switch failed

[U-Boot] CACHE: Misaligned operation for rpi_3_32b_defconfig
 2019-06-27 22:15 UTC 

[U-Boot] [PATCH] video: backlight: fix pwm invertation
 2019-06-27 19:51 UTC  (2+ messages)

[U-Boot] [PATCH] usb: dwc3: Fix default dr_mode setting
 2019-06-27 16:30 UTC  (4+ messages)

[U-Boot] [PATCH] usb: gadget: f_dfu.c: fix memory leak
 2019-06-27 15:38 UTC  (2+ messages)

[U-Boot] [RESEND PATCH v3 00/18] Improvement for the DWC3 USB generic driver and fixes for the K2 platforms
 2019-06-27 15:09 UTC  (23+ messages)
` [U-Boot] [RESEND PATCH v3 01/18] usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback
` [U-Boot] [RESEND PATCH v3 02/18] usb: host: remove the xhci-zynqmp driver
` [U-Boot] [RESEND PATCH v3 03/18] dm: Add a No-op uclass
` [U-Boot] [RESEND PATCH v3 04/18] usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue
` [U-Boot] [RESEND PATCH v3 05/18] usb: dwc3: switch to peripheral mode when exiting
` [U-Boot] [RESEND PATCH v3 06/18] usb: xhci: move xhci.h to include usb
` [U-Boot] [RESEND PATCH v3 07/18] usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exit
` [U-Boot] [RESEND PATCH v3 08/18] usb: dwc3-generic: use platdata
` [U-Boot] [RESEND PATCH v3 09/18] usb: dwc3-generic: factorize code
` [U-Boot] [RESEND PATCH v3 10/18] usb: dwc3-generic: add a new host driver that uses the dwc3 core
` [U-Boot] [RESEND PATCH v3 11/18] usb: dwc3-generic: if no max speed is specified in DT, assume super speed
` [U-Boot] [RESEND PATCH v3 12/18] usb: dwc3: Add dwc3_of_parse() to get quirks information from DT
` [U-Boot] [RESEND PATCH v3 13/18] usb: dwc3: Kconfig: get rid of obsolete mode selection
` [U-Boot] [RESEND PATCH v3 14/18] ARM: keystone: increase PSC timeout
` [U-Boot] [RESEND PATCH v3 15/18] ARM: keystone: Do not enable the USB power domains at the board level
` [U-Boot] [RESEND PATCH v3 16/18] phy: keystone-usb: handle the transition of the USB power domain
` [U-Boot] [RESEND PATCH v3 17/18] configs: k2g_evm_defconfig: disable XHCI_DWC3 and enable KEYSTONE_USB_PHY
` [U-Boot] [RESEND PATCH v3 18/18] ARM: DTS: keystone: complete the description of the USB PHY devices

[U-Boot] [PATCH v3 00/18] Fixes for the DWC3 USB generic driver
 2019-06-27 12:54 UTC  (21+ messages)
` [U-Boot] [PATCH v3 01/18] usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback
` [U-Boot] [PATCH v3 02/18] usb: host: remove the xhci-zynqmp driver
` [U-Boot] [PATCH v3 03/18] dm: Add a No-op uclass
` [U-Boot] [PATCH v3 04/18] usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue
` [U-Boot] [PATCH v3 05/18] usb: dwc3: switch to peripheral mode when exiting
` [U-Boot] [PATCH v3 06/18] usb: xhci: move xhci.h to include usb
` [U-Boot] [PATCH v3 07/18] usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exit
` [U-Boot] [PATCH v3 08/18] usb: dwc3-generic: use platdata
` [U-Boot] [PATCH v3 09/18] usb: dwc3-generic: factorize code
` [U-Boot] [PATCH v3 10/18] usb: dwc3-generic: add a new host driver that uses the dwc3 core
` [U-Boot] [PATCH v3 11/18] usb: dwc3-generic: if no max speed is specified in DT, assume super speed
` [U-Boot] [PATCH v3 12/18] usb: dwc3: Add dwc3_of_parse() to get quirks information from DT
` [U-Boot] [PATCH v3 13/18] usb: dwc3: Kconfig: get rid of obsolete mode selection
` [U-Boot] [PATCH v3 14/18] ARM: keystone: increase PSC timeout
` [U-Boot] [PATCH v3 15/18] ARM: keystone: Do not enable the USB power domains at the board level
` [U-Boot] [PATCH v3 16/18] phy: keystone-usb: handle the transition of the USB power domain
` [U-Boot] [PATCH v3 17/18] configs: k2g_evm_defconfig: disable XHCI_DWC3 and enable KEYSTONE_USB_PHY
` [U-Boot] [PATCH v3 18/18] ARM: DTS: keystone: complete the description of the USB PHY devices

[U-Boot] [PATCH v2] apalis_imx6: increase phy autoneg timeout
 2019-06-27 12:20 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/2] xilinx_xiic: Fix fill tx fifo loop
 2019-06-27 12:05 UTC  (22+ messages)
` [U-Boot] [PATCH v2 2/2] xilinx_xiic: Fix transfer initialisation

[U-Boot] ping http://patchwork.ozlabs.org/patch/1094196/
 2019-06-27 12:00 UTC  (2+ messages)

[U-Boot] [PATCH v6 0/2] add command env erase
 2019-06-27 11:52 UTC  (3+ messages)
` [U-Boot] [PATCH v6 1/2] env: register erase command
` [U-Boot] [PATCH v6 2/2] env: mmc: add erase-function

[U-Boot] [PATCH] drivers: mtd: spi: Add flash property for Micron mt25qu512a
 2019-06-27 11:41 UTC 

[U-Boot] [PATCH] drivers: mtd: spi: Add micron mt35xu512g and mt35xu02g flash ID
 2019-06-27 11:41 UTC 

[U-Boot] [PATCH] drivers: mtd :spi: Enable 4B opcodes for SPANSION s25fl512s
 2019-06-27 11:40 UTC 

[U-Boot] [nand] [ubi] Discrepancy Between U-Boot and Linux NAND PEBs
 2019-06-27 11:37 UTC  (3+ messages)

[U-Boot] [PATCH] apalis_imx6: fix set_emmcargs wrapper
 2019-06-27 11:08 UTC  (4+ messages)

[U-Boot] [PATCH v4 1/2] regulator: bd71837: copy the bd71837 pmic
 2019-06-27 10:24 UTC  (4+ messages)

[U-Boot] [PATCH 1/5] ARM: socfpga: vining_fpga: Rename VINING|FPGA
 2019-06-27 10:09 UTC  (11+ messages)
` [U-Boot] [PATCH 2/5] ARM: socfpga: vining_fpga: Update DT
` [U-Boot] [PATCH 3/5] ARM: socfpga: vining_fpga: Update generated headers
` [U-Boot] [PATCH 4/5] ARM: socfpga: vining_fpga: Update environment
` [U-Boot] [PATCH 5/5] ARM: socfpga: vining_fpga: Extract eth1 MAC from EEPROM

[U-Boot] Upstreaming usb host drivers for iMX8/iMX8M
 2019-06-27  9:57 UTC  (5+ messages)

[U-Boot] [PATCH v5 0/2] add command env erase
 2019-06-27  9:56 UTC  (6+ messages)
` [U-Boot] [PATCH v5 1/2] env: register erase command
` [U-Boot] [PATCH v5 2/2] env: mmc: add erase-function

[U-Boot] [PATCH 1/2] sandbox: remove CONFIG_SANDBOX_BITS_PER_LONG and GENMASK hack
 2019-06-27  9:15 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] linux/bitops.h: split BITS, GENMASK macros out into <linux/bits.h>

[U-Boot] [PATCH] arm: qemu: fix failure in flash initialization if booting from TF-A
 2019-06-27  8:40 UTC  (5+ messages)

[U-Boot] [PATCH] fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not found
 2019-06-27  8:07 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] arm64: tidy up POSITION_INDEPENDENT feature and enable it for Socionext SoCs
 2019-06-27  7:55 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSET

[U-Boot] efi_loader: implementing non-volatile UEFI variables
 2019-06-27  7:08 UTC  (17+ messages)

[U-Boot] [PATCH] board: atmel: fix pda variable not being reset
 2019-06-27  7:07 UTC  (2+ messages)

[U-Boot] [PATCH] spl: atf: Fix uninitialized pointer to bl31_image_info
 2019-06-27  7:03 UTC 

[U-Boot] [PATCH] spi-uclass: claim bus before setting speed
 2019-06-27  6:28 UTC  (2+ messages)

[U-Boot] [PATCH v4] gpio: add gpio-hog support
 2019-06-27  4:12 UTC  (5+ messages)

[U-Boot] Pull request: u-boot-rockchip/tags/rockchip-for-v2019.07-rc5
 2019-06-27  0:46 UTC 

[U-Boot] [PATCH 0/6] sunxi: H6: Enable USB (2.0) support
 2019-06-26 22:25 UTC  (10+ messages)
` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH] common: Fix autocompletion with CONFIG_CMDLINE_PS_SUPPORT
 2019-06-26 22:17 UTC 

[U-Boot] [RFC 1/2] scripts/dtc: Update to upstream version v1.4.7-57-gf267e674d145
 2019-06-26 21:33 UTC  (2+ messages)
` [U-Boot] [RFC 2/2] sandbox: Update dts files

[U-Boot] python3 support for pylibfdt
 2019-06-26 21:32 UTC  (4+ messages)

[U-Boot] [PATCH V2] usb: ehci-mx6: Fix bus enumeration for DM case
 2019-06-26 17:35 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: am3517-evm: Remove undefined pinmuxing
 2019-06-26 17:08 UTC 

[U-Boot] [PATCH PATCH v3 00/12] Add support for applications of overlays in SPL
 2019-06-26 15:07 UTC  (4+ messages)

[U-Boot] OMAP3+ EHCI DM_USB Conversion
 2019-06-26 13:23 UTC 

[U-Boot] [PATCH] mmc: Do not poll using CMD13 when changing timing
 2019-06-26 13:09 UTC  (9+ messages)

[U-Boot] Watchdog DM conversion, sram overflow(SPL)
 2019-06-26 13:09 UTC  (8+ messages)

[U-Boot] Install U-boot into rock960 v1.3 issue
 2019-06-26 12:52 UTC  (2+ messages)
` [U-Boot] Install U-boot into rock960 v1.3 issue【请注意,邮件由u-boot-bounces@lists.denx.de代发】

[U-Boot] [PATCH 0/5] Virtex2 FPGA enhancements
 2019-06-26 11:45 UTC  (10+ messages)

[U-Boot] Das U-Boot 'bootaux' command breaks USB communication from and to main CPU
 2019-06-26 11:12 UTC  (2+ messages)

[U-Boot] pull request: raspberry pi updates
 2019-06-26 11:09 UTC  (10+ messages)

[U-Boot] [PATCH 0/6] rockchip: enable TPL for tinker-rk3288
 2019-06-26 10:31 UTC  (11+ messages)
` [U-Boot] [PATCH 1/6] rockchip: rk3288: enable TPL configs to chip level
` [U-Boot] [PATCH 2/6] rockchip: rk3288: add separate TPL STACK address
` [U-Boot] [PATCH 3/6] rockchip: dts: rk3288-tinker: enable sdmmc pinctrl node in spl
` [U-Boot] [PATCH 4/6] rockchip: config: update config for TPL support on tinker-rk3288
` [U-Boot] [PATCH 5/6] rockchip: config: tiner-rk3288: extend CONFIG_SYS_MONITOR_LEN to 600KB
` [U-Boot] [PATCH 6/6] rockchip: rk3288: enable TPL for tinker-board

[U-Boot] [PATCH v2 00/99] ram: rk3399: Add LPDDR4 support
 2019-06-26 10:22 UTC  (5+ messages)

[U-Boot] [PATCH] drivers/spi: fsl_qspi: fix controller busy check
 2019-06-26  8:44 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] "
` [U-Boot] [PATCH 2/2] "

[U-Boot] U-Boot Digest, Vol 133, Issue 57
 2019-06-26  8:42 UTC  (2+ messages)
  ` [U-Boot] efi_loader: implementing non-volatile UEFI variables -- was "

[U-Boot] [PATCH] board: st: add missing gpio_request() for stm32f429-discovery
 2019-06-26  8:26 UTC 

[U-Boot] rpi2: u-boot misaligned operation
 2019-06-26  8:22 UTC  (2+ messages)


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