public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-08-09 03:20:07 to 2019-08-12 13:26:26 UTC [more...]

[U-Boot] [PATCH v2 00/11] Aquantia PHY driver updates to reduce FW dependency
 2019-08-12 13:26 UTC  (11+ messages)
` [U-Boot] [PATCH v2 01/11] include: phy: define XFI and USXGMII interface types
` [U-Boot] [PATCH v2 02/11] include: phy: add data field for private driver data
` [U-Boot] [PATCH v2 03/11] drivers: net: aquantia: use XFI, USXGMII interface types
` [U-Boot] [PATCH v2 04/11] drivers: net: aquantia: add PHY generation information
` [U-Boot] [PATCH v2 05/11] drivers: net: aquantia: set up SI protocol based on interface type
` [U-Boot] [PATCH v2 06/11] drivers: net: aquantia: set MDI reversal based on DT property
` [U-Boot] [PATCH v2 07/11] drivers: net: aquantia: set SMBus addr "
` [U-Boot] [PATCH v2 08/11] drivers: net: aquantia: use SI and LI status in loop waiting for link up
` [U-Boot] [PATCH v2 09/11] doc: bindings: add bindings document for PHY nodes
` [U-Boot] [PATCH v2 10/11] doc: bindings: Aquantia PHY node binding

[U-Boot] [PATCH v2 1/3] spl: mmc: support uboot image offset on main partition
 2019-08-12 13:14 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/3] arm: mvebu: clearfog: set uboot image SD card offset

[U-Boot] [PATCH v1 0/4] spi: Split CONFIG_DM_SPI* to CONFIG_{SPL_TPL}DM_SPI*
 2019-08-12 13:07 UTC  (6+ messages)
` [U-Boot] [PATCH v1 1/4] kconfig: Update comment regarding CONFIG_IS_ENABLED(FOO) for TPL
` [U-Boot] [PATCH v1 2/4] spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a)
` [U-Boot] [PATCH v1 3/4] spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX)
` [U-Boot] [PATCH v1 4/4] spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*

[U-Boot] [RFC PATCH] rockchip, Makefile: add u-boot-tpl-with-spl.img target
 2019-08-12 13:05 UTC  (6+ messages)

[U-Boot] [PATCH 1/1] cmd/bdinfo: sandbox: print the relocation offset
 2019-08-12 12:40 UTC  (4+ messages)

[U-Boot] [PATCH 00/15] rk3399: Add redundant boot support
 2019-08-12 12:16 UTC  (3+ messages)
` [U-Boot] [PATCH 14/15] rockchip: rk3399: Add bootcount support

[U-Boot] [PATCH] rockchip: ram: rk3399: fix setting for some type of dram
 2019-08-12 12:10 UTC 

[U-Boot] Please pull u-boot-marvell/master
 2019-08-12 12:08 UTC 

[U-Boot] [PATCH u-boot-marvell 1/1] pci: pci_mvebu: set BAR0 after memory space is set
 2019-08-12 12:03 UTC  (4+ messages)

[U-Boot] [PATCH u-boot-marvell 1/1] arm: mvebu: turris_omnia: update defconfig
 2019-08-12 12:02 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: configs: Enable DM_ETH for SBx81LIFKW and SBx81LIFXCAT
 2019-08-12 12:02 UTC  (2+ messages)

[U-Boot] [PATCH 0/9] km: Kconfig and driver model implementations
 2019-08-12 12:01 UTC  (2+ messages)

[U-Boot] verified boot against a chain of public keys
 2019-08-12 12:01 UTC 

[U-Boot] [PULL u-boot] Please pull u-boot-amlogic-20190812
 2019-08-12 12:01 UTC 

[U-Boot] [PATCH] cmd: avb: Fix requested partitions list
 2019-08-12 11:13 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-riscv/master
 2019-08-12 10:23 UTC 

[U-Boot] [PATCH] riscv: cpu: Skip unavailable hart in the get_count() op
 2019-08-12  9:33 UTC  (5+ messages)

[U-Boot] [PATCH 1/3] net: add dm_eth_phy_connect helper to link eth/PHY based on DT
 2019-08-12  9:26 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] net: add dm_eth_phy_connect helper to link eth/PHY based on DT
 2019-08-12  9:14 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] doc: bindings: add mdio-handle property to ethernet nodes
` [U-Boot] [PATCH v2 3/3] drivers: net: fsl_enetc: use dm_eth_phy_connect helper

[U-Boot] [U-BOOT PATCH] set serial environment variable
 2019-08-12  9:03 UTC  (4+ messages)
` [U-Boot] [U-BOOT PATCH] riscv: sifive: fu540: set serial environment variable from otp

[U-Boot] [PATCH] imx: Add support for i.MX28 based XEA board
 2019-08-12  8:38 UTC 

[U-Boot] [PATCH v2 0/7] amlogic: add support for the SEI Robotic SEI510
 2019-08-12  8:01 UTC  (3+ messages)
` [U-Boot] [PATCH v2 5/7] boards: meson: add g12a sei510

[U-Boot] [PATCH 1/5] doc: fix: Replace SPL_OF_PLATDATA with OF_PLATDATA in examples
 2019-08-12  7:22 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] dts: imx28: Remove #include "imx28.dtsi" from imx28-u-boot.dtsi file
` [U-Boot] [PATCH 3/5] spi: fix: Call mxs_reset_block() during DM/DTS probe
` [U-Boot] [PATCH 4/5] spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driver
` [U-Boot] [PATCH 5/5] mmc: Convert mxsmmc eMMC driver for i.MX2{38} to DM/DTS

[U-Boot] [PATCH v2 00/11] dm: Convert TPC70 to use DM and DTS in SPL and u-boot proper
 2019-08-12  6:39 UTC  (21+ messages)
` [U-Boot] [PATCH v2 01/11] imx: tpc70: config: Add script commands to update u-boot and OE's wic
` [U-Boot] [PATCH v2 02/11] imx: tpc70: config: Update TPC70 config to support eMMC's boot0 SPL update
` [U-Boot] [PATCH v2 03/11] imx: tpc70: Add board_boot_order() to distinguish between eMMC and SD boot
` [U-Boot] [PATCH v2 04/11] imx: tpc70: DTS: Explicitly add imx6q-kp.dtb to Makefile for DTB compilation
` [U-Boot] [PATCH v2 05/11] imx: tpc70: cosmetic: Replace magic numbers when setting ENET clock
` [U-Boot] [PATCH v2 06/11] imx: tpc70: led: Enable LED default state
` [U-Boot] [PATCH v2 07/11] imx: tpc70: dts: Add TPC70 board (imx6q based) device tree description
` [U-Boot] [PATCH v2 10/11] imx: spl: tpc70: Do not remove clock related properties from DTS

[U-Boot] [PATCH] core: ofnode: do not assert if node not valid in ofnode_get_name()
 2019-08-12  4:33 UTC  (3+ messages)
  ` [U-Boot] [PATCH] core: ofnode: do not assert if node not valid in ofnode_get_name()【请注意,邮件由sjg@google.com代发】

[U-Boot] [PATCH v0] rockchip: rk3399: Add ROC-RK3399-PC support
 2019-08-12  4:31 UTC  (2+ messages)

[U-Boot] [PATCH 00/22] i.MX8MM support
 2019-08-11 22:11 UTC  (29+ messages)
` [U-Boot] [PATCH 01/22] tools: imx8m_image: align spl bin image size
` [U-Boot] [PATCH 02/22] ddr: imx8m: fix ddr firmware location when enable SPL OF
` [U-Boot] [PATCH 03/22] imx8m: add image cfg for i.MX8MM lpddr4
` [U-Boot] [PATCH 04/22] imx: add IMX8MQ kconfig entry
` [U-Boot] [PATCH 05/22] imx: add IMX8MM "
` [U-Boot] [PATCH 06/22] imx: imx8mm: add clock bindings header
` [U-Boot] [PATCH 07/22] imx: add i.MX8MM cpu type
` [U-Boot] [PATCH 08/22] imx: spl: add spl_board_boot_device for i.MX8MM
` [U-Boot] [PATCH 09/22] imx8m: update imx-regs "
` [U-Boot] [PATCH 10/22] imx: add get_cpu_rev support "
` [U-Boot] [PATCH 11/22] imx8m: add pin header "
` [U-Boot] [PATCH 12/22] imx: add i.MX8MM PE property
` [U-Boot] [PATCH 13/22] imx8m: Fix MMU table issue for OPTEE memory
` [U-Boot] [PATCH 14/22] imx8m: set BYPASS ID SWAP to avoid AXI bus errors
` [U-Boot] [PATCH 15/22] imx8m: Configure trustzone region 0 for non-secure access
` [U-Boot] [PATCH 16/22] imx8m: soc: enable SCTR clock before timer init
` [U-Boot] [PATCH 17/22] imx8m: rename clock to clock_imx8mq
` [U-Boot] [PATCH 18/22] imx8m: restructure clock.h
` [U-Boot] [PATCH 19/22] imx8m: add clk support for i.MX8MM
` [U-Boot] [PATCH 20/22] arm: dts: import i.MX8MM dtsi
` [U-Boot] [PATCH 21/22] arm: dts: add i.MX8MM pin func
` [U-Boot] [PATCH 22/22] imx: Add i.MX8MM EVK board support

[U-Boot] [PATCH] arm: dts: sync dts for Allwinner H6
 2019-08-11 20:42 UTC 

[U-Boot] [PATCH] riscv: update fix_rela_dyn
 2019-08-11 12:45 UTC 

[U-Boot] [PATCH] riscv: tools: Handle addend to absolute reloc in prelink-riscv
 2019-08-11  9:29 UTC 

[U-Boot] [PULL] u-boot-sh/master
 2019-08-11  1:13 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2019-08-11  1:13 UTC  (2+ messages)

[U-Boot] Please pull u-boot-x86
 2019-08-11  1:13 UTC  (2+ messages)

[U-Boot] Pull request, u-boot-tegra/master
 2019-08-11  1:13 UTC  (2+ messages)

[U-Boot] Booting Linux kernel on x86_64
 2019-08-10 12:42 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] mailmap: provide usage instruction
 2019-08-10 11:17 UTC 

[U-Boot] [PATCH 1/1] efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stub
 2019-08-10 11:08 UTC 

[U-Boot] [PATCH v2 0/5] usb: kbd: implement special keys
 2019-08-10  9:24 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] usb: kbd: simplify coding for arrow keys
` [U-Boot] [PATCH v2 2/5] usb: kbd: implement special keys
` [U-Boot] [PATCH v2 3/5] usb: kbd: fix typo
` [U-Boot] [PATCH v2 4/5] usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h
` [U-Boot] [PATCH v2 5/5] dm: test: usb: rework keyboard test

[U-Boot] [PATCH 1/1] network: set timeline for CONFIG_DM_ETH conversion
 2019-08-09 22:10 UTC 

[U-Boot] RFC: Migration target date for DM_ETH
 2019-08-09 21:41 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] usb: kbd: implement special keys
 2019-08-09 21:36 UTC  (6+ messages)
` [U-Boot] [PATCH 1/2] usb: kbd: simplify coding for arrow keys

[U-Boot] [PATCH v2 1/7] net: sh_eth: Add R8A77980 V3H gether support
 2019-08-09 21:14 UTC  (7+ messages)
` [U-Boot] [PATCH v2 2/7] net: sh_eth: Fix 64bit build warnings
` [U-Boot] [PATCH v2 3/7] pinctrl: renesas: Add R8A77980 V3H PFC tables
` [U-Boot] [PATCH v2 4/7] clk: renesas: Add R8A77980 V3H clock tables
` [U-Boot] [PATCH v2 5/7] ARM: dts: renesas: Add R8A77980 V3H DTs and headers
` [U-Boot] [PATCH v2 6/7] ARM: renesas: Add R8A77980 V3H platform code
` [U-Boot] [PATCH v2 7/7] ARM: renesas: Add R8A77980 V3H Condor board code

[U-Boot] [PATCH V3 0/4] Prepare i.MX8MM clk
 2019-08-09 21:02 UTC  (13+ messages)
` [U-Boot] [PATCH V3 1/4] clk: imx: add Kconfig entry for i.MX8MM
` [U-Boot] [PATCH V3 2/4] clk: imx: add pll14xx driver
` [U-Boot] [PATCH V3 3/4] clk: imx: add i.MX8M composite clk support
` [U-Boot] [PATCH V3 4/4] clk: imx: add i.MX8MM clk driver

[U-Boot] [PATCH] sunxi: video: HDMI: Fix LCD clock divider
 2019-08-09 20:30 UTC 

[U-Boot] [RFC] enforce CONFIG_DM=y
 2019-08-09 18:39 UTC 

[U-Boot] [PATCH] board_f: reserve noncached space below malloc area
 2019-08-09 18:21 UTC  (3+ messages)

[U-Boot] [PATCH v1] apalis-tk1: support v1.2 hardware revision
 2019-08-09 17:04 UTC  (3+ messages)

[U-Boot] drivers: net: driver for MDIO muxes controlled over I2C
 2019-08-09 16:48 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/5] arm: dts: sync dts for i.MX6UL
 2019-08-09 16:46 UTC  (15+ messages)
` [U-Boot] [PATCH v2 2/5] arm: dts: sync dts for i.MX6ULL
` [U-Boot] [PATCH v2 3/5] arm: dts: import dts for i.MX6ULZ
` [U-Boot] [PATCH v2 4/5] imx: add i.MX6ULZ cpu type
` [U-Boot] [PATCH v2 5/5] imx: add i.MX6ULZ board

[U-Boot] Please pull u-boot-mmc-20190809
 2019-08-09 16:08 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-rockchip-20190809
 2019-08-09 16:08 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] Intel FPGA PCIe fixes
 2019-08-09 15:30 UTC  (4+ messages)

[U-Boot] [PATCH] board: ls1028a: set up integrated PCI stream IDs and cache attributes
 2019-08-09 14:31 UTC  (5+ messages)

[U-Boot] [PATCH 00/11] Aquantia PHY driver updates to reduce FW dependency
 2019-08-09 13:17 UTC  (3+ messages)
` [U-Boot] [PATCH 06/11] drivers: net: aquantia: set MDI reversal based on DT property

[U-Boot] [PATCH] cmd: avb: Support A/B slots
 2019-08-09 12:38 UTC 

[U-Boot] [PATCH] image: android: Fix possible build errors
 2019-08-09 12:31 UTC 

[U-Boot] GitLab: make pipeline status public
 2019-08-09 10:47 UTC  (5+ messages)

[U-Boot] [PATCH] cmd: pxe: Use internal FDT if FDT file isn't found in FDTDIR
 2019-08-09 10:20 UTC 

[U-Boot] [PATCH 1/7] mmc: atmel_sdhci: fix uninitialized pointer deref on probe
 2019-08-09  9:32 UTC  (2+ messages)

[U-Boot] [PATCH] test/py: Fix MMC/SD block write test dependency
 2019-08-09  9:32 UTC  (2+ messages)

[U-Boot] [BISECTED] [BUG]: MMC initialization hang at Zynq Z-turn board
 2019-08-09  9:31 UTC  (3+ messages)
` [U-Boot] [PATCH] mmc: zynq_sdhci: fix uninitialized pointer deref on probe

[U-Boot] [PATCH] mmc: Select SPL_HS200_SUPPORT if SPL_HS400_SUPPORT is selected
 2019-08-09  9:31 UTC  (2+ messages)

[U-Boot] [PATCH V2 0/4] Prepare i.MX8MM clk
 2019-08-09  6:56 UTC  (7+ messages)
` [U-Boot] [PATCH V2 1/4] clk: imx: add Kconfig entry for i.MX8MM
` [U-Boot] [PATCH V2 2/4] clk: imx: add pll14xx driver
` [U-Boot] [PATCH V2 3/4] clk: imx: add i.MX8M composite clk support
` [U-Boot] [PATCH V2 4/4] clk: imx: add i.MX8MM clk driver

[U-Boot] 答复: 答复: [PATCH 0/4] Make some changes to SDP
 2019-08-09  6:21 UTC  (2+ messages)
  ` [U-Boot] 答复: "

[U-Boot] [PATCH] arm: baltos: switch to driver model for the watchdog timer
 2019-08-09  5:40 UTC 

[U-Boot] [PATCH] arm: baltos: use device tree alias to access Ethernet slave
 2019-08-09  5:21 UTC 

[U-Boot] Please pull u-boot-marvell/master (watchdog related)
 2019-08-09  3:20 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