public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-07-14 22:29:24 to 2019-07-15 22:49:01 UTC [more...]

[U-Boot] Pull request: u-boot-net.git master
 2019-07-15 22:49 UTC 

[U-Boot] [PATCH 0/8] NXP LS1021A-TSN Board
 2019-07-15 22:26 UTC  (20+ messages)
` [U-Boot] [PATCH 2/8] net: tsec: Fix offset of MDIO registers for DM_ETH
` [U-Boot] [PATCH 6/8] arm: ls1021atwr: Convert to use driver model TSEC driver
` [U-Boot] [PATCH 8/8] Add support for the NXP LS1021A-TSN board

[U-Boot] [PATCH v1 0/2] imx6ull: Fix missing initial output from UART
 2019-07-15 21:31 UTC  (5+ messages)
` [U-Boot] [PATCH v1 1/2] pinctrl: nxp: mx6: DM_FLAG_PRE_RELOC by default
` [U-Boot] [PATCH v1 2/2] ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes

[U-Boot] [PATCH 1/6] net: macb: sync header definitions as taken from Linux
 2019-07-15 20:48 UTC  (5+ messages)

[U-Boot] test.py failure in test_ut[ut_dm_pci_ep_base]
 2019-07-15 20:07 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] drivers: net: driver for MDIO muxes controlled over I2C
 2019-07-15 20:06 UTC  (4+ messages)

[U-Boot] [PATCH] pci_ep: fix wrong addressing to barno
 2019-07-15 20:04 UTC 

[U-Boot] [PATCH] net: designware: use 'phy_connect' instead of open coded
 2019-07-15 19:53 UTC 

[U-Boot] [PATCH v4 1/4] arm: socfpga: rst: add register definition for cold reset
 2019-07-15 19:47 UTC  (4+ messages)
` [U-Boot] [PATCH v4 2/4] sysreset: socfpga: gen5: add sysreset driver
` [U-Boot] [PATCH v4 3/4] sysreset: socfpga: stratix10: "
` [U-Boot] [PATCH v4 4/4] sysreset: add support for socfpga sysreset

[U-Boot] [PATCH v3] spl: kconfig: separate sysreset and firmware drivers from misc
 2019-07-15 19:36 UTC 

[U-Boot] [PATCH] env: ti: boot: Use ttyS2 instead of ttyO2
 2019-07-15 19:15 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: dts: Logic PD SOM-LV and Torpedo Boards: Resync DTS
 2019-07-15 19:07 UTC 

[U-Boot] [PATCH v2 0/9] NXP LS1021A-TSN Board
 2019-07-15 18:49 UTC  (3+ messages)
` [U-Boot] [PATCH v2 8/9] configs: ls1021atwr: Fix distro_bootcmd for QSPI boot

[U-Boot] [PATCH v2] net/macb: increase RX buffer size for GEM
 2019-07-15 18:41 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/18] ram: rk3399: Add rank detection
 2019-07-15 18:28 UTC  (19+ messages)
` [U-Boot] [PATCH v3 01/18] ram: rk3399: Handle data training return types
` [U-Boot] [PATCH v3 02/18] ram: rk3399: Clear PI_175 interrupts in data training
` [U-Boot] [PATCH v3 03/18] ram: rk3399: Use rank mask in ca "
` [U-Boot] [PATCH v3 04/18] ram: rk3399: Use rank mask in wdql "
` [U-Boot] [PATCH v3 05/18] ram: rk3399: Add phy pctrl reset support
` [U-Boot] [PATCH v3 06/18] ram: rk3399: Move pwrup_srefresh_exit to dram_info
` [U-Boot] [PATCH v3 07/18] ram: rk3399: Add pctl start support
` [U-Boot] [PATCH v3 08/18] ram: rockchip: Add initial Kconfig
` [U-Boot] [PATCH v3 09/18] debug_uart: Add printdec
` [U-Boot] [PATCH v3 10/18] ram: rockchip: Add debug sdram driver
` [U-Boot] [PATCH v3 11/18] ram: rockchip: debug: Add sdram_print_ddr_info
` [U-Boot] [PATCH v3 12/18] ram: rockchip: debug: Get the cs capacity
` [U-Boot] [PATCH v3 13/18] ram: rk3399: debug: Add sdram_print_stride
` [U-Boot] [PATCH v3 14/18] ram: rk3399: Compute stride for 2 channels
` [U-Boot] [PATCH v3 15/18] ram: rk3399: Compute stride for 1 channel a
` [U-Boot] [PATCH v3 16/18] ram: rk3399: Add rank detection support
` [U-Boot] [PATCH v3 17/18] ram: rk3399: Enable sdram debug functions
` [U-Boot] [PATCH v3 18/18] rockchip: dts: rk3399: nanopi-neo4: Use DDR3-1866 dtsi

[U-Boot] [PATCH v3 00/15] ram: rk3399: Code cleanup
 2019-07-15 18:21 UTC  (16+ messages)
` [U-Boot] [PATCH v3 01/15] ram: rk3399: Fix code warnings
` [U-Boot] [PATCH v3 02/15] ram: rk3399: Some trivial code fixes
` [U-Boot] [PATCH v3 03/15] ram: rk3399: s/sdram_params/params
` [U-Boot] [PATCH v3 04/15] ram: rk3399: Handle pctl_cfg return type
` [U-Boot] [PATCH v3 05/15] ram: rk3399: s/tsel_wr_select_n/tsel_wr_select_dq_n
` [U-Boot] [PATCH v3 06/15] ram: rk3399: s/tsel_wr_select_p/tsel_wr_select_dq_p
` [U-Boot] [PATCH v3 07/15] ram: rk3399: s/ca_tsel_wr_select_n/tsel_wr_select_ca_n
` [U-Boot] [PATCH v3 08/15] ram: rk3399: s/ca_tsel_wr_select_p/tsel_wr_select_ca_p
` [U-Boot] [PATCH v3 09/15] ram: rk3399: Order tsel variables
` [U-Boot] [PATCH v3 10/15] ram: rockchip: rk3399: Add cap_info structure
` [U-Boot] [PATCH v3 11/15] ram: rk3399: s/rk3399_base_params/sdram_base_params
` [U-Boot] [PATCH v3 12/15] ram: rk3399: Move common sdram structures in common header
` [U-Boot] [PATCH v3 13/15] arm: include: rockchip: Move dramtypes to "
` [U-Boot] [PATCH v3 14/15] arm: include: rockchip: Add DDR4 enum
` [U-Boot] [PATCH v3 15/15] clk: rockchip: rk3399: Fix check patch warnings and checks

[U-Boot] [PATCH] cmd: mdio: prevent data abort when no mdio bus is found
 2019-07-15 18:12 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] net: unaligned copying of unsigned long
 2019-07-15 18:09 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/2] net: introduce packet capture support
 2019-07-15 18:09 UTC  (4+ messages)

[U-Boot] [PATCH v4 1/8] x86: Add new slimbootloader CPU type
 2019-07-15 18:07 UTC  (3+ messages)

[U-Boot] [PATCH v4 7/8] board: intel: Add new slimbootloader board
 2019-07-15 18:03 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] net: assign maintainer for include/net.h
 2019-07-15 18:01 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/8] x86: Add basic Slim Bootloader payload support
 2019-07-15 18:01 UTC  (5+ messages)

[U-Boot] [PATCH 1/1] travis-ci: add qemu-riscv64
 2019-07-15 17:50 UTC  (2+ messages)

[U-Boot] [PATCH] Support raw initrd for qemu riscv64 targets
 2019-07-15 17:29 UTC 

[U-Boot] [PATCH] doc: fitImage: Cosmetics break lines
 2019-07-15 14:31 UTC 

[U-Boot] [PATCH] doc: fitImage: Fix conf number incrementation
 2019-07-15 14:29 UTC 

[U-Boot] [PATCH 1/3] spl: imx6: Let spl_boot_device return USDHC1 or USDHC2
 2019-07-15 14:01 UTC  (3+ messages)

[U-Boot] [PULL] u-boot-stm32/master for v2019.10-rc1: u-boot-stm32-20190712
 2019-07-15 13:42 UTC  (2+ messages)

[U-Boot] [PATCH v5 1/1] cmd: part: Add 'number' sub-command
 2019-07-15 13:28 UTC  (4+ messages)

[U-Boot] Improvements to Rock960
 2019-07-15 13:25 UTC  (19+ messages)
` [U-Boot] [PATCH 1/6] arm64: rockchip: rock960: sync dts files from Linux 5.2-rc6
    ` [U-Boot] [PATCH 1/6] arm64: rockchip: rock960: sync dts files from Linux 5.2-rc6【请注意,邮件由u-boot-bounces@lists.denx.de代发】
` [U-Boot] [PATCH 2/6] configs: rockchip: rock960: drop options for non-existent HW
` [U-Boot] [PATCH 3/6] configs: rockchip: rock960: enable pmic and regulator commands
` [U-Boot] [PATCH 4/6] configs: rockchip: rock960: enable DMA for SDHCI controller
` [U-Boot] [PATCH 5/6] configs: rockchip: rock960: Add support for USB ethernet adapters
` [U-Boot] [PATCH 6/6] configs: rockchip: rock960: enable USB3 support
    ` [U-Boot] [PATCH 6/6] configs: rockchip: rock960: enable USB3 support【请注意,邮件由u-boot-bounces@lists.denx.de代发】 support

[U-Boot] [PATCH v2 0/4] rockchip: rk3399: Fix USB3 support
 2019-07-15 13:23 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/4] rockchip: clk: rk3399: handle clk_enable requests for USB3
    ` [U-Boot] [PATCH v2 1/4] rockchip: clk: rk3399: handle clk_enable requests for USB3【请注意,邮件由u-boot-bounces@lists.denx.de代发】
` [U-Boot] [PATCH v2 2/4] usb: dwc3-of-simple: Add support for RK3399
` [U-Boot] [PATCH v2 3/4] usb: xhci-dwc3: Add USB2 PHY configuration
    ` [U-Boot] [PATCH v2 3/4] usb: xhci-dwc3: Add USB2 PHY configuration【请注意,邮件由u-boot-bounces@lists.denx.de代发】 configuration
` [U-Boot] [PATCH v2 4/4] rockchip: xhci: Remove RK3399 support

[U-Boot] [PATCH v2 1/3] rockchip: rk3399: derive ethaddr from cpuid
 2019-07-15 13:15 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] rockchip: video: rk3288_hdmi: Add missing call to dw_hdmi_enable()
 2019-07-15 13:05 UTC  (3+ messages)
` [U-Boot] [PATCH 1/1] rockchip: video: rk3288_hdmi: Add missing call to dw_hdmi_enable()【请注意,邮件由u-boot-bounces@lists.denx.de代发】 "

[U-Boot] [PATCH v2 00/99] ram: rk3399: Add LPDDR4 support
 2019-07-15 12:39 UTC  (7+ messages)
` [U-Boot] [PATCH v2 01/99] ram: rk3399: Fix code warnings
` [U-Boot] [PATCH v2 07/99] ram: rk3399: Move macro after include files
` [U-Boot] [PATCH v2 08/99] ram: rk3399: Clear PI_175 interrupts in data training

[U-Boot] [PATCH] riscv: tools: Fix prelink-riscv to work on big endian hosts
 2019-07-15 12:36 UTC 

[U-Boot] [PATCH] rockchip: dts: rk3399: Add spl-boot-order for Rock PI 4
 2019-07-15 12:29 UTC  (2+ messages)

[U-Boot] [PATCH] riscv: serial: fix to load binary file over y-modem
 2019-07-15 12:22 UTC  (4+ messages)
` [U-Boot] [PATCH] riscv : serial: use rx watermark to indicate rx data is present

[U-Boot] [PATCH v4] gpio: add gpio-hog support
 2019-07-15 12:03 UTC  (10+ messages)

[U-Boot] [PATCH v3 0/6] SiFive SPI MMC Support
 2019-07-15 11:54 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/6] spi: Add SiFive SPI driver
` [U-Boot] [PATCH v3 2/6] mmc: skip select_mode_and_width for MMC SPI host
` [U-Boot] [PATCH v3 3/6] mmc: mmc_spi: Re-write driver using DM framework
` [U-Boot] [PATCH v3 4/6] cmd: Remove mmc_spi command

[U-Boot] [PATCH 1/4] mx6: clock: Allow enable_ipu_clock() to be built for SPL code
 2019-07-15 11:37 UTC  (4+ messages)
` [U-Boot] [PATCH 4/4] mx6: Allow configuring the NoC registers on i.MX6QP

[U-Boot] [PATCH 1/3] spl: mmc: support uboot image offset on main partition
 2019-07-15 11:25 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] arm: mvebu: clearfog: set uboot image SD card offset
` [U-Boot] [PATCH 3/3] arm: mvebu: clearfog: update eMMC documentation

[U-Boot] [PATCH v3 0/7] sunxi: Add H6 DDR3 DRAM support
 2019-07-15 11:14 UTC  (14+ messages)
` [U-Boot] [PATCH v3 1/7] sunxi: H6: DRAM: avoid memcpy() on MMIO registers
` [U-Boot] [PATCH v3 2/7] sunxi: H6: DRAM: follow recommended PHY init algorithm
` [U-Boot] [PATCH v3 3/7] sunxi: H6: move LPDDR3 timing definition into separate file
` [U-Boot] [PATCH v3 4/7] sunxi: H6: Add DDR3 support to DRAM controller driver
` [U-Boot] [PATCH v3 5/7] sunxi: H6: Add DDR3-1333 timings
` [U-Boot] [PATCH v3 6/7] sunxi: H6: Add DDR3 DRAM delay values
` [U-Boot] [PATCH v3 7/7] sunxi: H6: Add basic Eachlink H6 Mini support

[U-Boot] [PATCH v4 0/1] efi_loader: Fix inconsistencies in efi_add_memory_map usage
 2019-07-15 11:00 UTC  (2+ messages)
` [U-Boot] [PATCH v4 1/1] efi_loader: Change return type of efi_add_memory_map()

[U-Boot] [PATCH 1/1] lib: uuid: alignment error in gen_rand_uuid()
 2019-07-15 10:53 UTC  (3+ messages)

[U-Boot] [PATCH v3 1/7] usb_kdb: only process events succesfully received
 2019-07-15  9:39 UTC  (7+ messages)

[U-Boot] [PATCH] drivers: net: fsl_enetc: add support for SGMII 2500
 2019-07-15  8:48 UTC 

[U-Boot] [PATCH 0/5] Fixes and improvements in BCB and Android docs
 2019-07-15  8:18 UTC  (5+ messages)
` [U-Boot] [PATCH 1/5] doc: Move README.android-fastboot-protocol to doc/android/

[U-Boot] [PATCH 1/4] armv8: ls1028aqds: Remove the definition of CONFIG_SYS_I2C_EARLY_INIT
 2019-07-15  8:13 UTC  (11+ messages)
` [U-Boot] [PATCH 2/4] configs: ls1028aqds: Enable DM support for pcf2127 rtc
    ` [U-Boot] [EXT] "
` [U-Boot] [PATCH 3/4] armv8: dts: ls1028aqds: Add pca9547 node under the i2c0 controller
` [U-Boot] [PATCH 4/4] armv8: dts: ls1028aqds: Add pcf2127 node under i2c1

[U-Boot] [PATCH] phy: sun4i-usb: Fix PHY0 routing and passby configuration for MUSB
 2019-07-15  8:09 UTC  (8+ messages)
` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH] spi: fsl_qspi: Fix flash write issue on i.MX7ULP
 2019-07-15  7:35 UTC  (2+ messages)

[U-Boot] [PATCH] spi: spi-mem: Fix read data size issue
 2019-07-15  7:32 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/6] Add spi-mem driver for MediaTek MT7629 SoC
 2019-07-15  7:29 UTC  (4+ messages)
` [U-Boot] [PATCH v4 1/6] mtd: spi-nor: add watchdog reset to flash operation loops

[U-Boot] Please pull u-boot-mmc
 2019-07-15  7:21 UTC 

[U-Boot] [PATCH 1/2] armv8: ls1028aqds: switch LS1028A QDS board to I2C DM
 2019-07-15  7:18 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] configs: ls1028aqds: enable I2C and GPIO DM
  ` [U-Boot] [EXT] Re: [PATCH 1/2] armv8: ls1028aqds: switch LS1028A QDS board to I2C DM

[U-Boot] [PATCH V2 1/7] mmc: support hs400 enhanced strobe mode
 2019-07-15  7:08 UTC  (2+ messages)

[U-Boot] [PATCH v7 0/9] Update SiFive Unleashed Drivers
 2019-07-15  7:07 UTC  (5+ messages)
` [U-Boot] [PATCH v7 7/9] riscv: sifive: fu540: Setup ethaddr env variable using OTP

[U-Boot] [PATCH] travis.yml: change Ubuntu version to xenial
 2019-07-15  7:05 UTC  (4+ messages)

[U-Boot] [PATCH] mmc: fsl_esdhc_imx: fix config check issue when building in SPL
 2019-07-15  7:04 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] dm: core: device: switch off power domain after device removal
 2019-07-15  3:02 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] serial: lpuart: request dm device removal when booting OS

[U-Boot] [PATCH] dm: device: make power domain calls optional
 2019-07-15  2:58 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/7] sunxi: Add H6 DDR3 DRAM support
 2019-07-15  1:29 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/8] efi_loader: Fix inconsistencies in efi_add_memory_map usage
 2019-07-15  0:18 UTC  (11+ messages)
` [U-Boot] [PATCH v3 1/8] efi_loader: Change return type of efi_add_memory_map()
` [U-Boot] [PATCH v3 2/8] efi_loader: Add a method description to efi_add_memory_map
` [U-Boot] [PATCH v3 3/8] efi_loader: Change efi_add_memory_map() to return EFI_SUCCESS
` [U-Boot] [PATCH v3 4/8] efi_loader: Return non-zero for error in efi_add_memory_map()
` [U-Boot] [PATCH v3 5/8] efi_loader: Update efi_allocate_pages() to new efi_add_memory_map()
` [U-Boot] [PATCH v3 6/8] efi_loader: Update efi_free_pages() "
` [U-Boot] [PATCH v3 7/8] efi_loader: Treat the result of efi_add_memory_map as efi_status_t
` [U-Boot] [PATCH v3 8/8] efi_loader: Capture efi_add_memory_map() result efi_add_runtime_mmio()

[U-Boot] [PATCH v2 0/7] efi_loader: Fix inconsistencies in efi_add_memory_map usage
 2019-07-14 23:23 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/7] efi_loader: Change return type of efi_add_memory_map()
` [U-Boot] [PATCH v2 2/7] efi_loader: Change efi_add_memory_map() to return EFI_SUCCESS
` [U-Boot] [PATCH v2 3/7] efi_loader: Return non-zero for error in efi_add_memory_map()
` [U-Boot] [PATCH v2 4/7] efi_loader: Update efi_allocate_pages() to new efi_add_memory_map()
` [U-Boot] [PATCH v2 5/7] efi_loader: Update efi_free_pages() "
` [U-Boot] [PATCH v2 6/7] efi_loader: Treat the result of efi_add_memory_map as efi_status_t
` [U-Boot] [PATCH v2 7/7] efi_loader: Capture efi_add_memory_map() result efi_add_runtime_mmio()

[U-Boot] [PATCH 1/1] efi_loader: allow adding mapped memory at 0x00000000
 2019-07-14 22:58 UTC  (7+ messages)


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