public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-03-11 14:51:02 to 2020-03-13 16:04:58 UTC [more...]

[PATCH] watchdog: allow overriding the rate-limiting logic
 2020-03-13 16:04 UTC  (7+ messages)
  ` [PATCH 0/3] watchdog: honour hw_margin_ms property
    ` [PATCH 1/3] watchdog: remove stale ifndef CONFIG_WATCHDOG_TIMEOUT_MSECS from wdt.h
    ` [PATCH 2/3] watchdog: move initr_watchdog() to wdt-uclass.c
    ` [PATCH 3/3] watchdog: honour hw_margin_ms DT property

[PATCH v3] pci-host-ecam-generic: access config space independent of system-wide bus id
 2020-03-13 14:53 UTC 

[PATCH v3 0/6] Introduce DSA Ethernet switch class and Felix driver
 2020-03-13 14:33 UTC  (3+ messages)
` [PATCH v3 6/6] configs: ls1028a: enable the Ethernet switch driver in defconfig

[PATCH v5 00/14] RISC-V SiFive FU540 support SPL
 2020-03-13 13:59 UTC  (33+ messages)
` [PATCH v5 02/14] riscv: sifive: fu540: Use OTP DM driver for serial environment variable
` [PATCH v5 05/14] riscv: sifive: dts: fu540: Add board -u-boot.dtsi files
` [PATCH v5 06/14] sifive: fu540: add ddr driver
` [PATCH v5 07/14] sifive: dts: fu540: Add DDR controller and phy register settings
` [PATCH v5 08/14] clk: sifive: fu540-prci: Add clock enable and disable ops
` [PATCH v5 09/14] clk: sifive: fu540-prci: Add clock initialization for SPL
` [PATCH v5 10/14] riscv: sifive: fu540: add SPL configuration
` [PATCH v5 11/14] configs: fu540: Add config options for U-boot SPL
` [PATCH v5 12/14] riscv: sifive: fu540: enable all cache ways from u-boot proper
` [PATCH v5 13/14] sifive: fix palmer's email address
` [PATCH v5 14/14] doc: update FU540 RISC-V documentation

[PATCH] mkimage: fit_image: Make fit header and data align to 512
 2020-03-13 13:13 UTC  (4+ messages)

[PATCH v2] pci-host-ecam-generic: access config space independent of system-wide bus id
 2020-03-13 11:47 UTC 

[PATCH] pci-host-ecam-generic: access config space independent of system-wide bus id
 2020-03-13 11:21 UTC  (2+ messages)

[PATCH v2 00/39] dm: Add programmatic generation of ACPI tables (part A)
 2020-03-13 11:16 UTC  (23+ messages)
` [PATCH v2 13/39] acpi: Add a binding for ACPI settings in the device tree
  ` Antwort: "
      ` Antwort: "
` [PATCH v2 17/39] acpi: Add a central location for table version numbers
  ` Antwort: "
` [PATCH v2 21/39] acpi: Convert part of acpi_table to use acpi_ctx
  ` Antwort: "
      ` Antwort: "
` [PATCH v2 26/39] acpi: Move the xsdt pointer to acpi_ctx
  ` Antwort: "
` [PATCH v2 27/39] acpi: Add an acpi command
  ` Antwort: "
` [PATCH v2 30/39] acpi: Add functions to generate ACPI code
  ` Antwort: "
` [PATCH v2 31/39] gpio: Add a method to convert a GPIO to ACPI
  ` Antwort: "

[PATCH v1] colibri_imx6: set gpr1 ENET_CLK_SEL
 2020-03-13 10:16 UTC  (2+ messages)

[PATCH 0/2] drivers/rng: add Amlogic hardware RNG driver
 2020-03-13  7:08 UTC  (4+ messages)
` [PATCH 1/2] drivers/rng: simplify Kconfig

rockchip: rk3328 clock bindings
 2020-03-13  2:49 UTC  (2+ messages)
` rockchip: rk3328 clock bindings【请注意,邮件由u-boot-bounces@lists.denx.de代发】

[PATCH] include/configs: ls1012afrwy: fix load address of itb with bootm command
 2020-03-13  2:26 UTC 

[PATCH] bootcount_ext: Add flag to enable/disable bootcount
 2020-03-13  0:36 UTC  (4+ messages)

[PATCH] spi: use is_power_of_2 instead of hweight32 in spi_nor_write()
 2020-03-13  0:06 UTC 

Pull request for UEFI sub-system for efi-2020-04-rc4 (3)
 2020-03-12 21:46 UTC  (2+ messages)

[PULL] Pull request: u-boot-stm32 =u-boot-stm32-20200310
 2020-03-12 21:46 UTC  (2+ messages)

[PATCH v6 00/19] riscv: Add Sipeed Maix support
 2020-03-12 18:27 UTC  (7+ messages)
` [PATCH v6 03/19] clk: Unconditionally recursively en-/dis-able clocks

[PATCH v2 0/4] mx6cuboxi: enable support for OF_CONTROL and DM in SPL
 2020-03-12 16:52 UTC  (4+ messages)
` [PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

[PATCH v7 0/7] rsa: extend rsa_verify() for UEFI secure boot
 2020-03-12 16:49 UTC  (15+ messages)
` [PATCH v7 1/7] lib: rsa: decouple rsa from FIT image verification
` [PATCH v7 2/7] rsa: add CONFIG_RSA_VERIFY_WITH_PKEY config
` [PATCH v7 3/7] include: image.h: add key info to image_sign_info
` [PATCH v7 4/7] lib: rsa: generate additional parameters for public key
` [PATCH v7 5/7] lib: rsa: add rsa_verify_with_pkey()
` [PATCH v7 6/7] test: add rsa_verify() unit test
` [PATCH v7 7/7] test: enable RSA library test on sandbox

[PATCH] image.h: isolate android_image_* functions from tooling
 2020-03-12 16:48 UTC  (2+ messages)

regression with sunxi: psci: avoid error address-of-packed-member
 2020-03-12 16:27 UTC  (5+ messages)

[PATCH 00/14] net: ldpaa_eth: transition to CONFIG_DM_ETH
 2020-03-12 16:06 UTC  (15+ messages)
` [PATCH 01/14] drivers: net: add Layerscape mEMAC MDIO driver
` [PATCH 02/14] drivers: net: ldpaa: add support for probing based on the DTS
` [PATCH 03/14] drivers: net: fsl-mc: add support for CONFIG_DM_ETH
` [PATCH 04/14] board: ls1088ardb: transition to DM_ETH
` [PATCH 05/14] board: ls2088ardb: "
` [PATCH 06/14] arm: dts: lx2160a: add external MDIO nodes
` [PATCH 07/14] arm: dts: ls2088a: "
` [PATCH 08/14] arm: dts: ls1088a: "
` [PATCH 09/14] arm: dts: lx2160ardb: add DPMAC and PHY nodes
` [PATCH 10/14] arm: dts: ls2088ardb: "
` [PATCH 11/14] arm: dts: ls1088ardb: "
` [PATCH 12/14] configs: ls1088ardb: enable CONFIG_DM_ETH and related
` [PATCH 13/14] configs: ls2088ardb: "
` [PATCH 14/14] configs: lx2160ardb: "

[PATCH v1 0/8] riscv: Add SPI support for Kendryte K210
 2020-03-12 16:01 UTC  (7+ messages)
` [PATCH v1 6/8] spi: dw: Add mem_ops

[U-Boot] [PATCH] ARM: socfpga: Remove socfpga_sdram_apply_static_cfg()
 2020-03-12 15:57 UTC  (24+ messages)

[PATCH v3 0/7] x86: Improve support for chain-loading U-Boot
 2020-03-12 15:38 UTC  (11+ messages)

ZynqMP boot: no messages from SPL other than "Debug uart enabled"
 2020-03-12 15:22 UTC  (12+ messages)

[PATCH 00/20] gitlab: Simplify the test script
 2020-03-12 14:03 UTC  (6+ messages)
` [PATCH 19/20] test/py: Use buildman to build U-Boot

[PATCH v5 00/17] Enable ARM Trusted Firmware for U-Boot
 2020-03-12 13:23 UTC  (18+ messages)
` [PATCH v5 01/17] configs: agilex: Remove CONFIG_OF_EMBED
` [PATCH v5 02/17] arm: socfpga: add fit source file for pack itb with ATF
` [PATCH v5 03/17] arm: socfpga: Add function for checking description from FIT image
` [PATCH v5 04/17] arm: socfpga: Load FIT image with ATF support
` [PATCH v5 05/17] arm: socfpga: Override 'lowlevel_init' to support ATF
` [PATCH v5 06/17] arm: socfpga: Disable "spin-table" method for booting Linux
` [PATCH v5 07/17] arm: socfpga: Add SMC helper function for Intel SOCFPGA (64bits)
` [PATCH v5 08/17] arm: socfpga: Define SMC function identifiers for PSCI SiP services
` [PATCH v5 09/17] arm: socfpga: soc64: Remove PHY interface setup from misc arch init
` [PATCH v5 10/17] mmc: dwmmc: socfpga: Add ATF support for MMC driver
` [PATCH v5 11/17] net: designware: socfpga: Add ATF support for MAC driver
` [PATCH v5 12/17] arm: socfpga: Add ATF support for Reset Manager driver
` [PATCH v5 13/17] arm: socfpga: stratix10: Initialize timer in SPL
` [PATCH v5 14/17] arm: socfpga: Add ATF support to query FPGA configuration status
` [PATCH v5 15/17] arm: socfpga: stratix10: Add ATF support for FPGA reconfig driver
` [PATCH v5 16/17] arm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support to mbox_reset_cold()
` [PATCH v5 17/17] configs: socfpga: Add defconfig for Agilex and Stratix 10 with ATF support

[PATCH] usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISC
 2020-03-12 13:22 UTC  (2+ messages)

[PATCH 0/3] armv8/ls104xardb: RGMII ports require internal delay
 2020-03-12 12:53 UTC  (4+ messages)
` [PATCH 1/3] net: fman: add support for all RGMII delay modes
` [PATCH 2/3] armv8/ls1043ardb: RGMII ports require internal delay
` [PATCH 3/3] armv8/ls1046ardb: "

[PATCH 0/2] timer: sti: mimic Linux declaration and usage
 2020-03-12 12:37 UTC  (5+ messages)
` [PATCH 1/2] timer: sti: convert to livetree
` [PATCH 2/2] timer: sti: use clk API to get timer clock rate

[PATCH v5 00/11] Actions S700 SoC support
 2020-03-12 11:40 UTC  (19+ messages)
` [PATCH v5 01/11] arm: actions: Add common framework for Actions Owl Semi SoCs
` [PATCH v5 02/11] arm: actions: rename sysmap-s900 to sysmap-owl
` [PATCH v5 03/11] arm: dts: sync dts for Action Semi S900
` [PATCH v5 04/11] arm: dts: actions: s900: add u-boot specific dtsi file
` [PATCH v5 05/11] clk: actions: Add common clock driver
` [PATCH v5 06/11] serial: actions: add uart support for s700
` [PATCH v5 07/11] arm: actions: add S700 SoC device tree
` [PATCH v5 08/11] arm: dts: actions: s700: add u-boot specific dtsi file
` [PATCH v5 09/11] arm: add support Actions Semi S700
` [PATCH v5 10/11] arm: add Cubieboard7 board support
` [PATCH v5 11/11] doc: boards: add Cubieboard7 documentation

[PATCHv2 1/8] spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entries
 2020-03-12 11:31 UTC  (11+ messages)
` [PATCHv2 2/8] Kconfig: Remove redundant variable sets
` [PATCHv2 3/8] edminiv2: Move CONFIG_SPL_LDSCRIPT to defconfig
` [PATCHv2 4/8] mach-davinci: Hard-code the default SPL_LDSCRIPT path
` [PATCHv2 5/8] Azure / GitLab / Travis: Add Kconfig unit tests to a job
` [PATCHv2 6/8] scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bc
` [PATCHv2 7/8] kconfig / kbuild: re-sync with Linux 4.18
` [PATCHv2 8/8] configs: Drop '$(ARCH)' usage in CONFIG_SPL_LDSCRIPT

[PATCH v2] arm64: zynqmp Add support for zcu102 rev1.1
 2020-03-12 10:26 UTC 

[PATCH] MAINTAINERS: update entry for ARM STI
 2020-03-12 10:11 UTC 

[PATCH] cmd: test: Add operators to deal with hexadecimal numbers
 2020-03-12  9:59 UTC  (5+ messages)

[PATCH] configs: lx2160a: Access flash memory as per spi-mem
 2020-03-12  9:43 UTC 

[PATCH] arm64: zynqmp Add support for zcu102 rev1.1
 2020-03-12  9:36 UTC  (7+ messages)

[PATCH 00/15] mtd: spi-nor-core: add xSPI Octal DTR support
 2020-03-12  7:29 UTC  (4+ messages)
` [PATCH 09/15] mtd: spi-nor-core: Introduce flash-specific fixup hooks

[PATCH 1/2] efi_loader: Implement FileLoad2 for initramfs loading
 2020-03-12  7:17 UTC  (5+ messages)

[PATCH 0/8] Add support for MediaTek xHCI host controller
 2020-03-12  6:24 UTC  (7+ messages)
` [PATCH 4/8] dm: core: Add function to get child count of ofnode
` [PATCH 5/8] xhci: mediatek: Add support for MTK xHCI host controller

[PATCH 1/2] riscv: Fix sbi_remote_sfence_vma{,_asid}
 2020-03-11 21:54 UTC  (4+ messages)
` [PATCH 2/2] riscv: Avoid calling sbi_clear_ipi()

[PATCH 1/1] fit: check return value of fit_image_get_data_size()
 2020-03-11 20:57 UTC  (2+ messages)

Please pull mmc-2020-3-9
 2020-03-11 19:56 UTC  (2+ messages)

[PATCH] net: eth-uclass: Do not return error when no MAC is found
 2020-03-11 17:19 UTC  (5+ messages)

[PATCH] arm: baltos: switch to driver model for the net and mdio driver
 2020-03-11 16:58 UTC  (3+ messages)

AXP813 configuration for BananaPi M3
 2020-03-11 16:12 UTC  (2+ messages)

[PATCH] net: bcmgenet: Don't set ID_MODE_DIS when not using RGMII
 2020-03-11 15:23 UTC  (3+ messages)

[PATCH] lx2160a: Add dhcp in boot_targets
 2020-03-11 15:21 UTC 


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