public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-04-28 10:00:14 to 2020-04-29 02:21:38 UTC [more...]

[PATCH v1 00/35] dm: Add programmatic generation of ACPI tables (part B)
 2020-04-29  2:21 UTC  (15+ 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 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  (14+ 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 4/8] usb: dwc3: add make compatible for rockchip platform

[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 

[PATCH 0/3] Add support for Rockchip RK808 PMIC RTC device
 2020-04-28 16:14 UTC  (17+ 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 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  (25+ 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  (7+ 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  (15+ messages)
` [PATCH v2 1/7] spl: fit: select SPL_HASH_SUPPORT for SPL_FIT_SIGNATURE
` [PATCH v2 2/7] spl: fit: select SPL_CRYPTO_SUPPORT "
` [PATCH v2 3/7] lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFY
` [PATCH v2 4/7] mkimage: fit_image: handle multiple errors when writing signatures
` [PATCH v2 5/7] spl: fit: enable signing a generated u-boot.itb
` [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)

Please pull u-boot-dm
 2020-04-28 13:52 UTC  (2+ messages)

u-boot DT configuration node
 2020-04-28 13:50 UTC  (3+ messages)

[PATCH 3/3][v2] board: freescale: Remove LS2080A_SIMU support
 2020-04-28 13:15 UTC 

Image too large: increase CONFIG_SYS_BOOTM_LEN
 2020-04-28 13:15 UTC 

[PATCH 1/3][v2] board: freescale: Remove LS2080A_EMU support
 2020-04-28 13:14 UTC  (3+ messages)
` [PATCH 2/3][v2] board: ls2080a : Add TARGET_LS2080ARDB in Kconfig
` [PATCH 3/3][v2] board: freescale: Remove LS2080A_SIMU support

[PATCH] net: fsl-mc: fixup DPC: add /board/ports node if missing
 2020-04-28 13:09 UTC 

[PATCH V4 00/13] net: smc911x: Convert to DM
 2020-04-28 13:04 UTC  (3+ messages)

[PATCH 1/9] pci: layerscape: Split the EP and RC driver
 2020-04-28 12:26 UTC  (18+ messages)
` [PATCH 2/9] pci_ep: Add the init function
` [PATCH 3/9] armv8: dts: ls1046a: Add the PCIe EP node
` [PATCH 4/9] PCI_EP: layerscape: Add the multiple function supprot
` [PATCH 5/9] pci_ep: layerscape: Add the workaround for errata A-009460
` [PATCH 6/9] pci_ep: layerscape: Add Support for ls2085a and ls2080a EP mode
` [PATCH 7/9] pci_ep: layerscape: Add the SRIOV VFs of PF support
` [PATCH 8/9] pci: layerscaple: Modify the ls_pcie_dump_atu function
` [PATCH 9/9] pci_ep: layerscape: Add the PCIe EP mode support for lx2160a-v2

[PATCH 2/2] board/freescale: Remove LS2080A_SIMU support
 2020-04-28 12:00 UTC 

[PATCH 1/2] board/freescale: Remove LS2080A_EMU support
 2020-04-28 11:59 UTC 

[RESEND PATCH] usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISC
 2020-04-28 11:53 UTC  (2+ messages)

[PATCH v1] include/configs: ls1046afrwy: remove unsupported sata as boot target
 2020-04-28 10:36 UTC 


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