public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-04-28 13:52:49 to 2020-04-29 06:05:28 UTC [more...]

[PATCH v7 00/14] Add support for MediaTek xHCI host controller
 2020-04-29  6:05 UTC  (13+ messages)
` [PATCH v7 01/14] dm: core: Add function to get child count of ofnode or device
` [PATCH v7 02/14] test: dm: add test item for ofnode_get_child_count()
` [PATCH v7 03/14] phy: Add API for a bulk of phys
` [PATCH v7 04/14] test: dm: phy: add a test item for the phy_bulk API
` [PATCH v7 05/14] usb: dwc3: use the phy bulk API to get phys
` [PATCH v7 06/14] usb: dwc2_udc_otg: "
` [PATCH v7 07/14] phy: phy-mtk-tphy: add support USB phys
` [PATCH v7 08/14] phy: phy-mtk-tphy: add support new version
` [PATCH v7 09/14] phy: phy-mtk-tphy: add a new reference clock
` [PATCH v7 10/14] xhci: mediatek: Add support for MTK xHCI host controller
` [PATCH v7 11/14] arm: dts: mt7629: add usb related nodes
` [PATCH v7 12/14] dt-bindings: phy-mtk-tphy: add properties of address mapping and clocks

[PATCH 0/8] Support 64-bit U-Boot for Slim Bootloader
 2020-04-29  6:02 UTC  (18+ messages)
` [PATCH 1/8] x86: Add a new X86_RUN_64BIT_ONLY to Kconfig
` [PATCH 2/8] x86: start64: Add a hook at 64-bit entry
` [PATCH 3/8] x86: start64: Support HOB in 64-bit U-Boot
` [PATCH 4/8] x86: slimbootloader: Support 64-bit operation
` [PATCH 5/8] configs: slimbootloader: Add x86_64 slimbootloader config

[PATCH] powerpc/mpc85xx: Fix compiling error with DM_GPIO
 2020-04-29  5:33 UTC 

[PATCH] drivers: net: e1000: with DM_ETH needs DM_PCI too
 2020-04-29  5:26 UTC 

[PATCH] video: cfb_console: Fix 64 bits support problem
 2020-04-29  3:45 UTC 

[PATCH 0/3] Add support for Rockchip RK808 PMIC RTC device
 2020-04-29  3:27 UTC  (19+ messages)
` [PATCH 1/3] arm: dts: rockchip: rk3399-roc-pc: Add RTC child node for RK808 PMIC
` [PATCH 2/3] power: pmic: rk8xx: bind rk808 RTC
` [PATCH 3/3] rtc: Add base support for the RK808 PMIC RTC
    ` [PATCH v2 0/4] Add support for Rockchip RK808 PMIC RTC device
      ` [PATCH v2 1/4] arm: dts: rockchip: rk3399-roc-pc: Add RTC child node for RK808 PMIC
      ` [PATCH v2 2/4] power: pmic: rk8xx: bind rk808 RTC
      ` [PATCH v2 3/4] rtc: rk8xx: Add base support for the RK808 PMIC RTC
      ` [PATCH v2 4/4] configs: roc-rk3399-pc: Enable DM for RTC and commands
    ` [PATCH v3 0/4] Add support for Rockchip RK808 PMIC RTC device
      ` [PATCH v3 1/4] arm: dts: rockchip: rk3399-roc-pc: Add RTC child node for RK808 PMIC
      ` [PATCH v3 2/4] power: pmic: rk8xx: bind rk808 RTC
      ` [PATCH v3 3/4] rtc: rk8xx: Add base support for the RK808 PMIC RTC
      ` [PATCH v3 4/4] configs: roc-rk3399-pc: Enable DM for RTC and commands

Pull request: u-boot-rockchip-20200429
 2020-04-29  3:15 UTC 

[PATCH 1/5] spl: sdp: call board_usb_init at spl_sdp_load_image
 2020-04-29  2:35 UTC  (5+ messages)
` [PATCH 2/5] usb: gadget: sdp: use CONFIG_SDP_LOADADDR as default load address
` [PATCH 3/5] spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB device
` [PATCH 4/5] spl: sdp: Add a callback to clean up USB driver
` [PATCH 5/5] spl: sdp: Add DM gadget support for sdp

[PATCH v1 00/35] dm: Add programmatic generation of ACPI tables (part B)
 2020-04-29  2:21 UTC  (36+ messages)
` [PATCH v1 01/35] dm: core: Add an ACPI name for the root node
` [PATCH v1 02/35] acpi: Add a function to get a device path and scope
` [PATCH v1 03/35] acpi: Add a way to check device status
` [PATCH v1 04/35] irq: Add a method to convert an interrupt to ACPI
` [PATCH v1 05/35] acpi: Support generation of ACPI code
` [PATCH v1 06/35] acpi: Support generation of interrupt descriptor
` [PATCH v1 07/35] gpio: Add a method to convert a GPIO to ACPI
` [PATCH v1 08/35] acpi: Support string output
` [PATCH v1 09/35] acpi: Support generation of GPIO descriptor
` [PATCH v1 10/35] acpi: Support generation of a GPIO/irq for a device
` [PATCH v1 11/35] acpi: Support generation of I2C descriptor
` [PATCH v1 12/35] acpi: Support generation of SPI descriptor
` [PATCH v1 13/35] acpigen: Support writing a length
` [PATCH v1 14/35] acpigen: Support writing a package
` [PATCH v1 15/35] acpi: Support writing an integer
` [PATCH v1 16/35] acpi: Support writing a string
` [PATCH v1 17/35] acpi: Support writing a name
` [PATCH v1 18/35] acpi: Support writing a UUID
` [PATCH v1 19/35] acpi: Support writing Device Properties objects via _DSD
` [PATCH v1 20/35] acpi: Support writing a GPIO
` [PATCH v1 21/35] acpi: Support copying properties from device tree to ACPI
` [PATCH v1 22/35] acpi: Add support for various misc ACPI opcodes
` [PATCH v1 23/35] acpi: Add support for writing a Power Resource
` [PATCH v1 24/35] acpi: Add support for writing a GPIO power sequence
` [PATCH v1 25/35] acpi: Add support for a generic "
` [PATCH v1 26/35] acpi: Add support for SSDT generation
` [PATCH v1 27/35] x86: acpi: Move MADT down a bit
` [PATCH v1 28/35] acpi: Record the items added to SSDT
` [PATCH v1 29/35] acpi: Support ordering SSDT data by device
` [PATCH v1 30/35] x86: Allow devices to write an SSDT
` [PATCH v1 31/35] acpi: Add support for DSDT generation
` [PATCH v1 32/35] x86: Allow devices to write to DSDT
` [PATCH v1 33/35] pci: Avoid a crash in device_is_on_pci_bus()
` [PATCH v1 34/35] dm: acpi: Enhance acpi_get_name()
` [PATCH v1 35/35] acpi: Add an acpi split command

[PATCH 1/7] uclass: cpu: Add new API to get udevice for current CPU
 2020-04-29  2:17 UTC  (7+ messages)
` [PATCH 2/7] common: board_f: Use cpu_get_current_dev in print_cpuinfo
` [PATCH 3/7] cpu: imx8: reimplement get cpu count
` [PATCH 4/7] cpu: imx8: support a72 as boot cpu
` [PATCH 5/7] cpu: imx8: fix get core name and rate
` [PATCH 6/7] cpu: imx_cpu: Print the CPU temperature for iMX8QM A72
` [PATCH 7/7] cpu: imx8: show RevC instead of Rev? at boot log

[PATCH v6 00/14] Add support for MediaTek xHCI host controller
 2020-04-29  1:41 UTC  (6+ messages)
` [PATCH v6 03/14] phy: Add get/enable/disable for a bulk of phys

[PATCH 0/3] Fix-up series for x86/master
 2020-04-29  1:30 UTC  (13+ messages)
` [PATCH 3/3] acpi: Fix-up patch to correct sandbox test errors

[PATCH 0/8] Add Rockchip RK3399 USB3.0 Host support
 2020-04-29  1:24 UTC  (10+ messages)
` [PATCH 1/8] usb: dwc3: add dis_enblslpm_quirk
` [PATCH 2/8] usb: dwc3: add dis_u2_freeclk_exists_quirk
` [PATCH 3/8] usb: dwc3: amend UTMI/UTMIW phy interface setup
` [PATCH 5/8] phy: rockchip: add a new driver for type-c phy

[PATCH] ARM: dts: imxrt1050: indent lcdif node correctly
 2020-04-29  0:36 UTC  (2+ messages)

[PATCH 1/1] hush: avoid NULL check before free()
 2020-04-28 22:40 UTC  (2+ messages)

[PATCH v2 1/2] Revert "kbuild: remove unused dtc-version.sh script"
 2020-04-28 22:40 UTC  (9+ messages)
` [PATCH v2 2/2] Makefile: Only build dtc if needed

[PATCH] ARM: rmobile: Update Gen3 defconfig names in MAINTAINERS files
 2020-04-28 22:28 UTC 

[PATCH 1/5] ARM: imx: Do not define do_reset() if sysreset is enabled
 2020-04-28 22:26 UTC  (7+ messages)
` [PATCH 2/5] ARM: imx: Fix reset in SPL on NXP iMX8MM EVK
` [PATCH 3/5] ARM: imx: Fix reset in SPL on NXP iMX8MN EVK
` [PATCH 4/5] ARM: imx: Fix reset in SPL on NXP iMX8MP EVK
` [PATCH 5/5] ARM: imx: Fix reset in SPL on Toradex iMX8MM Verdin

[PATCH 1/1] fs: ext4: avoid NULL check before free()
 2020-04-28 19:50 UTC 

[PATCH v2 0/3] arm: caches: allow to activate dcache in SPL and in U-Boot pre-reloc
 2020-04-28 19:49 UTC  (2+ messages)

[PATCH v2 0/3] support separate asm-offsets.h for SPL and TPL
 2020-04-28 19:44 UTC  (11+ messages)
` [PATCH v2 3/3] kbuild: SPL/TPL: generate "

[PATCH 1/1] cmd/gpt: avoid NULL check before free()
 2020-04-28 19:40 UTC 

[PATCH 0/8] rockchip: Add PCIe host support
 2020-04-28 19:39 UTC  (8+ messages)
` [PATCH 5/8] pci: Add Rockchip PCIe controller driver
  ` [PATCH 5/8] pci: Add Rockchip PCIe controller driver【请注意,邮件由linux-rockchip-bounces+shawn.lin=rock-chips.com@lists.infradead.org代发】

Pull request v2: u-boot-spi/master
 2020-04-28 19:32 UTC  (3+ messages)

[PATCH v2 0/3] TI Ethernet PHY changes
 2020-04-28 19:26 UTC  (4+ messages)
` [PATCH v2 1/3] net: phy: Add helper routines to set and clear bits
` [PATCH v2 2/3] net: phy: Add support for TI PHY init
` [PATCH v2 3/3] net: phy: Add DP8382x phy registration to "

[PATCH] regulator: fix: enable gpio when requested
 2020-04-28 18:26 UTC  (4+ messages)

[PATCH] ARM: rmobile: List all renesas defconfig in MAINTAINERS file
 2020-04-28 18:25 UTC  (2+ messages)

[PATCH 0/2] Raspberry Pi 4 VL805 firmware load
 2020-04-28 17:59 UTC  (4+ messages)
` [PATCH 1/2] arm: rpi: Add function to trigger VL805's "
` [PATCH 2/2] usb: xhci: Load Raspberry Pi 4 VL805's firmware

[PATCH v3 0/7] Arm Juno board OF_CONTROL upgrade
 2020-04-28 17:57 UTC  (15+ messages)
` [PATCH v3 1/7] arm: juno: Fix Juno address variables
` [PATCH v3 2/7] uart: pl011: Add proper DM clock support
` [PATCH v3 3/7] arm: juno: Fix UART clock rate
` [PATCH v3 4/7] arm: juno: Enable OF_CONTROL
` [PATCH v3 5/7] arm: juno: Use PSCI based reset
` [PATCH v3 6/7] arm: juno: enable USB
` [PATCH v3 7/7] arm: vexpress64: Remove unneeded CONFIG_ check

[PATCH v1 0/2] add brcm iproc gpio driver
 2020-04-28 17:57 UTC  (3+ messages)
` [PATCH v1 1/2] drivers: gpio: add broadcom iproc gpio driver support

Question about mkimage
 2020-04-28 16:17 UTC 

[PULL u-boot] Please pull u-boot-amlogic-20200428
 2020-04-28 16:11 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2020-04-28 16:11 UTC  (2+ messages)

[PULL] u-boot-socfpga/master
 2020-04-28 16:11 UTC  (2+ messages)

[PATCH v8 0/9] dm: Add programmatic generation of ACPI tables (part A)
 2020-04-28 15:22 UTC  (2+ messages)

[PATCH] configs: rockpro64-rk3399: Enable the bits for SPI flash
 2020-04-28 14:51 UTC  (4+ messages)

[U-Boot] [PATCH] Makefile: Only build dtc if needed
 2020-04-28 14:49 UTC  (6+ messages)
` [U-Boot] "

[PATCH] Correct sun8i-v3s SRAM size
 2020-04-28 14:33 UTC 

[PATCH v2 4/4] mach-sunxi: Add SPI-NAND SPL-Support
 2020-04-28 14:26 UTC 

[PATCH v3 0/9] rockchip: rk3328: sync dts and add ROC-RK3328-CC board
 2020-04-28 14:26 UTC  (9+ messages)
` [PATCH v3 3/9] rockchip: dts: rk3328: Move OTG node's hnp-srp-disable to rk3328-u-boot.dtsi
` [PATCH v3 6/9] rockchip: rk3328: Disable generic PHY support
` [PATCH v3 8/9] rockchip: rk3328: Add support for ROC-RK3328-CC board
` [PATCH v3 9/9] rockchip: dts: rock64: Fix XHCI usage

ZynqMP boot: no messages from SPL other than "Debug uart enabled"
 2020-04-28 14:21 UTC  (21+ messages)

[PATCH v5 0/4] of-platdata: Avoid building libfdt
 2020-04-28 14:21 UTC  (3+ messages)
` [PATCH v5 2/4] rockchip: pinctrl: Disable full pinctrl for SPL

[PATCH v3] rockchip: Enable SF distro bootcmd
 2020-04-28 14:15 UTC  (2+ messages)

[PATCH v2 0/6] rk3399: Sync linux v5.7-rc1 dts(i)
 2020-04-28 14:14 UTC  (14+ messages)
` [PATCH v2 1/6] arm64: dts: rk3399-puma: Move u-boot properties into -u-boot.dtsi
  ` [PATCH v2 1/6] arm64: dts: rk3399-puma: Move u-boot properties into -u-boot.dtsi【请注意,邮件由linux-rockchip-bounces+kever.yang=rock-chips.com@lists.infradead.org代发】
` [PATCH v2 2/6] arm64: dts: rk3399-evb: Move u-boot properties into -u-boot.dtsi
` [PATCH v2 3/6] clk: rk3399: Set empty for HCLK_SD assigned-clocks
` [PATCH v2 4/6] arm64: dts: rk3399: Sync v5.7-rc1 from Linux
` [PATCH v2 5/6] arm: dts: rk3399: Sync roc-pc-mezzanine from v5.7-rc1
` [PATCH v2 6/6] rk3399: Add ROC-RK3399-PC Mezzanine board

[PATCH 4/4] mach-sunxi: Add SPI-NAND SPL-Support
 2020-04-28 14:04 UTC 

[PATCH 3/4] mach-sunxi: Configurable SPI clockdivider in SPL
 2020-04-28 14:04 UTC 

[PATCH 2/4] mach-sunxi: V3s SPI-SPL
 2020-04-28 14:04 UTC 

[PATCH 1/4] mach-sunxi: Refactor sunxi SPI-SPL
 2020-04-28 14:04 UTC 

[PATCH] imx: Add support for i.MX8MM Beacon EmbeddedWorks devkit
 2020-04-28 14:03 UTC  (8+ messages)

Support for Pinebook Pro v2
 2020-04-28 14:02 UTC  (3+ messages)
` [PATCH 4/5] arm: dts: rockchip: Add initial DT for Pinebook Pro

[PATCH 00/12] Enable DM_ETH on the DPAA1 ARM platforms
 2020-04-28 14:02 UTC  (4+ messages)
` [PATCH 09/12] driver: net: fm: add DM ETH support

[PATCH v1 00/10] USB host support for Raspberry Pi 4 board
 2020-04-28 13:59 UTC  (3+ messages)
  ` [PATCH v1 09/10] pci: Add driver for Broadcom STB PCIe controller

[PATCH v6 00/17] RISC-V SiFive FU540 support SPL
 2020-04-28 13:56 UTC  (6+ messages)
` [PATCH v6 09/17] clk: sifive: fu540-prci: Add clock initialization for SPL

[PATCH] Azure/GitLab: Update to latest Docker image
 2020-04-28 13:55 UTC  (2+ messages)

[PATCH] travis: Update ARC toolchain to 2019.09
 2020-04-28 13:55 UTC  (2+ messages)

[PATCH] travis: Switch over to using LLVM-10
 2020-04-28 13:55 UTC  (4+ messages)
` [PATCH] Azure/GitLab: "

[PATCH] Dockerfile: Switch over to using LLVM-10
 2020-04-28 13:54 UTC  (2+ messages)

[PATCH] Makefile: copy SPL_FIT_SOURCE in build directory
 2020-04-28 13:54 UTC  (2+ messages)

[PATCH 1/2] net: tftp: Add help for CONFIG_TFTP_BLOCKSIZE
 2020-04-28 13:54 UTC  (4+ messages)
` [PATCH 2/2] net: tftp: remove TFTP_MTU_BLOCKSIZE

[PATCH] fs: ext4: skip journal state if fs has metadata_csum
 2020-04-28 13:54 UTC  (2+ messages)

[PATCH v2 0/7] rockchip: make it possible to sign the u-boot.itb
 2020-04-28 13:53 UTC  (5+ messages)
` [PATCH v2 6/7] spl: fit: add Kconfig option to specify key-hint for fit_generator
` [PATCH v2 7/7] rockchip: make_fit_atf: add signature handling

[PATCH 0/2] publish HTML documentation on readthedocs.org
 2020-04-28 13:53 UTC  (5+ messages)
` [PATCH 1/2] doc: specify that xelatex is used as Latex engine
` [PATCH 2/2] Add .readthedocs.yml

[PATCH 1/1] test: test_fs error message
 2020-04-28 13:53 UTC  (2+ messages)

[PATCH] lib: zlib: fix formatting, reference
 2020-04-28 13:53 UTC  (2+ messages)

[PATCH] doc: sphinx: refresh parse-headers.pl from Linux
 2020-04-28 13:53 UTC  (2+ messages)

[PATCH] tools: fw_env: use erasesize from MEMGETINFO ioctl
 2020-04-28 13:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] CMD: random: fix return code
 2020-04-28 13:53 UTC  (2+ messages)

[PULL] u-boot-mips
 2020-04-28 13:53 UTC  (2+ messages)

[PATCH v2 0/2] test/py: vboot: fix signature check on config node
 2020-04-28 13:53 UTC  (3+ messages)
` [PATCH v2 1/2] test/py: vboot: add a test to check fit signature on fit with padding

[PATCH 1/1] .dockerignore: remove .git/ from build context
 2020-04-28 13:52 UTC  (2+ messages)

[U-Boot] Please pull more ARC changes for v2020.07-rc1
 2020-04-28 13:52 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