messages from 2020-02-24 16:04:58 to 2020-02-26 11:37:02 UTC [more...]
[RESEND, 1/1] eth: mtk-eth: add mt7531 switch support in mediatek eth driver
2020-04-07 7:23 UTC (2+ messages)
` Aw: [U-Boot "
[PATCH 0/4] imx: Fixes for i.MX53 based HSC|DDC boards
2020-02-26 11:37 UTC (5+ messages)
` [PATCH 1/4] config: cosmetic: Cleanup of imx53 - HSC and DDC config file
` [PATCH 2/4] dts: imx: Add fixed-link property to HSC and DDC (imx53) devices
` [PATCH 3/4] config: imx: Enable CONFIG_PHY_FIXED on HSC and DDC i.MX53 boards
` [PATCH 4/4] imx: pmic: Set proper pmic name for iMX53 HSC|DDC boards
[PATCH] usb: gadget: Handle SPL_* configs
2020-02-26 11:35 UTC (7+ messages)
[PATCH] usb: ehci: Fix "EHCI timed out on TD - token=XXXX" error on ehci-hcd
2020-02-26 11:29 UTC
[PATCH] lx2160a : Remove default VID setting
2020-02-26 11:16 UTC
Fixing low-speed USB keyboard detection
2020-02-26 11:04 UTC (2+ messages)
[PATCH 1/2] configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs
2020-02-26 11:02 UTC (4+ messages)
` [PATCH 2/2] configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME "
[PATCH v3 00/11] Add Support for eMMC boot in AM65x and J721e
2020-02-26 11:01 UTC (13+ messages)
` [PATCH v3 01/11] mmc: Add a saved_clock member
` [PATCH v3 02/11] mmc: Add a deferred_probe() API
` [PATCH v3 03/11] sdhci: Add sdhci_deferred_probe() API
` [PATCH v3 04/11] mmc: Merge SD_LEGACY and MMC_LEGACY bus modes
` [PATCH v3 05/11] mmc: am654_sdhci: Update output tap delay writes
` [PATCH v3 06/11] mmc: am654_sdhci: Implement workaround for card detect
` [PATCH v3 07/11] spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation
` [PATCH v3 08/11] arm: K3: sysfw-loader: Add a config_pm_pre_callback()
` [PATCH v3 09/11] arm: dts: k3-j721e-r5-common-proc-board: Use unique names for dummy clocks
` [PATCH v3 10/11] configs: am65x_evm: Add CONFIG_SUPPORT_EMMC_BOOT
` [PATCH v3 11/11] configs: j721e_evm: Add Support for eMMC boot
[PATCH 1/1] drivers/rng: add Amlogic hardware RNG driver
2020-02-26 10:51 UTC (4+ messages)
[cmd] "env import" command behaviour observation
2020-02-26 10:40 UTC
[PATCH v2 0/4] ARM: zynq: Switch to CFI DM driver
2020-02-26 10:38 UTC (5+ messages)
` [PATCH v2 1/4] nand: raw: Do not free xnand structure
` [PATCH v2 2/4] nand: raw: zynq: Do not try to probe driver if nand flash is disabled
` [PATCH v2 3/4] ARM: zynq: Do not report NOR flash detection failure
` [PATCH v2 4/4] ARM: zynq: Enable DM for CFI NOR flash
[PATCH] ARM: zynq: Do not include full zynq-7000.dtsi to cse-nor configuration
2020-02-26 10:34 UTC
[PATCH] ARM: dts: stm32mp1: DT alignment with Linux 5.6-rc1
2020-02-26 10:31 UTC
[PATCH] stm32mp1: add 800 MHz profile support
2020-02-26 10:26 UTC
[PATCH v2 0/2] Add command to display or save Linux PStore dumps
2020-02-26 9:42 UTC (3+ messages)
` [PATCH v2 1/2] cmd: "
` [PATCH v2 2/2] test: Add PStore command tests
[PATCH v1] imx: Makefile: added missing ahab.o
2020-02-26 9:20 UTC
[U-Boot] [PATCH] usb: ehci-mx5: Fix bus enumeration for DM case
2020-02-26 9:16 UTC (5+ messages)
Status of "Refactor the architecture parts of mt7628" series?
2020-02-26 9:11 UTC
Try to use AHAB but ahab.c is not compiled
2020-02-26 8:58 UTC (2+ messages)
[PATCH] spi: cadence-qspi: Move ref clock calculation to probe
2020-02-26 7:32 UTC (3+ messages)
[PATCH 1/1] block: ide: use definitions from include/libata.h
2020-02-26 7:20 UTC
[PATCH v2] arm: mvebu: update RTC values for PCIe memory wrappers
2020-02-26 6:53 UTC
[PATCH] arm: mvebu: update RTC values for PCIe memory wrappers
2020-02-26 6:52 UTC (4+ messages)
[PATCH 1/1] cmd: fat: remove unused includes
2020-02-26 6:26 UTC
[PATCH 1/1] ata: sort ATA commands
2020-02-26 6:12 UTC
[PATCH v6 00/16] efi_loader: add secure boot support
2020-02-26 4:54 UTC (17+ messages)
` [PATCH v6 01/16] efi_loader: add CONFIG_EFI_SECURE_BOOT config option
` [PATCH v6 02/16] efi_loader: add signature verification functions
` [PATCH v6 03/16] efi_loader: add signature database parser
` [PATCH v6 04/16] efi_loader: variable: support variable authentication
` [PATCH v6 05/16] efi_loader: variable: add secure boot state transition
` [PATCH v6 06/16] efi_loader: variable: add VendorKeys variable
` [PATCH v6 07/16] efi_loader: image_loader: support image authentication
` [PATCH v6 08/16] efi_loader: set up secure boot
` [PATCH v6 09/16] cmd: env: use appropriate guid for authenticated UEFI variable
` [PATCH v6 10/16] cmd: env: add "-at" option to "env set -e" command
` [PATCH v6 11/16] cmd: efidebug: add "test bootmgr" sub-command
` [PATCH v6 12/16] efi_loader, pytest: set up secure boot environment
` [PATCH v6 13/16] efi_loader, pytest: add UEFI secure boot tests (authenticated variables)
` [PATCH v6 14/16] efi_loader, pytest: add UEFI secure boot tests (image)
` [PATCH v6 15/16] sandbox: add extra configurations for UEFI and related tests
` [PATCH v6 16/16] travis: add packages for UEFI secure boot test
[PATCH] ls1043a: Remove "fdt_high" environment variable
2020-02-26 4:36 UTC (3+ messages)
[v4 1/4] Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"
2020-02-26 4:32 UTC (2+ messages)
pull request of u-boot-fsl-mpc85xx
2020-02-26 4:29 UTC
[PATCH v2 1/1] include/ata.h: remove invalid links
2020-02-26 4:29 UTC
[PATCH 1/1] include/ata.h: remove invalid links
2020-02-26 4:05 UTC (4+ messages)
[PATCH 1/7] misc: Add more -I$(objtree)/$(obj) lines
2020-02-26 3:32 UTC (13+ messages)
` [PATCH 2/7] mx31pdk: Move CONFIG_SPL_LDSCRIPT to defconfig
` [PATCH 3/7] Kconfig: Escape variables to make in default strings
` [PATCH 4/7] Kconfig: Remove redundant variable sets
` [PATCH 5/7] Azure / GitLab / Travis: Add Kconfig unit tests to a job
` [PATCH 6/7] scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bc
` [PATCH 7/7] kconfig / kbuild: re-sync with Linux 4.18
[PATCH] efi_selftest: Ensure we include the object directory for generated headers
2020-02-26 0:53 UTC (4+ messages)
[PATCH v5 00/16] efi_loader: add secure boot support
2020-02-26 0:51 UTC (21+ messages)
` [PATCH v5 01/16] efi_loader: add CONFIG_EFI_SECURE_BOOT config option
` [PATCH v5 04/16] efi_loader: variable: support variable authentication
` [PATCH v5 07/16] efi_loader: image_loader: support image authentication
` [PATCH v5 16/16] travis: add packages for UEFI secure boot test
[PATCH v2 00/21] Enable ARM Trusted Firmware for U-Boot
2020-02-26 0:44 UTC (27+ messages)
` [PATCH v2 01/21] configs: agilex: Remove CONFIG_OF_EMBED
` [PATCH v2 10/21] arm: socfpga: Add secure register access helper functions for SoC 64bits
[PATCHv2 1/4] kbuild: fixdep: Resync this with v4.17
2020-02-25 23:16 UTC (8+ messages)
` [PATCHv2 2/4] kbuild: Re-sync DTC flag logic "
` [PATCHv2 3/4] scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGS
` [PATCHv2 4/4] scripts/Makefile.lib: Re-add -Wno-simple_bus_reg "
[PATCH] kbuild: remove unused dtc-version.sh script
2020-02-25 23:02 UTC
[PATCH] mmc: make <mmc.h> self-contained
2020-02-25 22:09 UTC (2+ messages)
[PATCH 1/1] Kconfig: fix typos in CMD_BEDBUG description
2020-02-25 20:44 UTC
[PATCH 1/1] doc: fix references to driver-model
2020-02-25 20:35 UTC
[PATCH 1/1] scripts: add documentation-file-ref-check
2020-02-25 19:51 UTC
[RFC PATCH 00/10] arm: add support for SoC S5P4418
2020-02-25 19:13 UTC (3+ messages)
[PATCH 1/1] MAINTAINERS: set maintainer for doc/api/efi.rst
2020-02-25 19:01 UTC (2+ messages)
[PATCH] tools: image-host.c: remove uboot_aes.h
2020-02-25 19:00 UTC (2+ messages)
[PATCH] arch: arm: Fix SZ_64K undeclared compilation error
2020-02-25 19:00 UTC (2+ messages)
[PATCH 0/2] moveconfig fixes
2020-02-25 19:00 UTC (5+ messages)
` [PATCH 1/2] moveconfig: replace unsafe eval with asteval
` [PATCH 2/2] moveconfig: convert ps.stderr to string
[PATCH] board: novtech: meerkat96: use correct mmc driver
2020-02-25 19:00 UTC (2+ messages)
[PATCH] doc: Makefile: remove target refcheckdocs
2020-02-25 18:44 UTC (3+ messages)
[PATCH] tiny-printf: revert patch to fix spl eth boot
2020-02-25 18:15 UTC
[PATCH v3] doc: add board documentation for stm32mp1
2020-02-25 18:04 UTC
[PATCH 1/1] vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader
2020-02-25 17:22 UTC
[PATCH] watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOG
2020-02-25 16:40 UTC (2+ messages)
[PATCH] env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE
2020-02-25 14:52 UTC
[PATCH 1/4] nand: raw: Do not free xnand structure
2020-02-25 14:33 UTC (4+ messages)
` [PATCH 2/4] nand: raw: zynq: Do not try to probe driver if nand flash is disabled
` [PATCH 3/4] ARM: zynq: Do not report NOR flash detection failure
` [PATCH 4/4] ARM: zynq: Enable DM for CFI NOR flash
[PATCH] ARM: zynq: Remove single comment about QSPI
2020-02-25 14:32 UTC
[PATCH v2 0/5] make htmldocs in CI
2020-02-25 14:07 UTC (11+ messages)
` [PATCH v2 1/5] doc: update doc/sphinx/kerneldoc.py
` [PATCH v2 2/5] travis: build HTML docs
` [PATCH v2 3/5] gitlab: build HTML documentation
` [PATCH v2 4/5] azure: "
` [PATCH v2 5/5] doc/Makefile: turn warnings into errors
[PATCH] Azure / GitLab: Update Docker image
2020-02-25 14:07 UTC (2+ messages)
[PATCH 0/5] i.MXRT1020 add basic support
2020-02-25 13:59 UTC (4+ messages)
` [PATCH 4/5] dt-bindings: pinctrl: add i.MXRT1020 pins definition
[PATCH] doc: Chromebook Coral: Fix typo for "Top of CAR region"
2020-02-25 13:17 UTC (2+ messages)
[PATCH 0/2] x86: apl: Add support for different number of cores
2020-02-25 13:15 UTC (5+ messages)
` [PATCH 1/2] x86: cpu_x86: Make cpu_x86_get_count() non-static
` [PATCH 2/2] x86: apl: Use cpu_x86_get_count() for cpu_ops.get_count
[PATCH] configs: stm32mp1: Resync with savedefconfig
2020-02-25 13:06 UTC
[PATCH v4 00/14] RISC-V SiFive FU540 support SPL
2020-02-25 11:49 UTC (7+ messages)
` [PATCH v4 01/14] misc: add driver for the SiFive otp controller
` [PATCH v4 02/14] riscv: sifive: fu540: Use OTP DM driver for serial environment variable
[PATCH] net: zynq_gem: Add cache flush to zynq_gem_free_pkt
2020-02-25 11:42 UTC
[PATCH v2] arm: imx6: configure NoC on i.MX6DQP
2020-02-25 10:36 UTC (2+ messages)
[U-Boot Patch v2 0/4] Fix currently available support for flash on HiFive Unleashed
2020-02-25 9:49 UTC (6+ messages)
` [U-Boot Patch v2 3/4] dts: u-boot.dtsi: override flash tx-rx width
[RFC PATCH 0/1] Add boot hartid to a Device tree
2020-02-25 9:07 UTC (10+ messages)
` [RFC PATCH 1/1] riscv: Add boot hartid to "
[PATCH 1/2] board: sama5d3_xplained: Fix SPL DTB read from NAND
2020-02-25 8:16 UTC (2+ messages)
` [PATCH 2/2] board: sama5d3_xplained: Fix uboot size when loaded from NAND by SPL
[PATCH] efi_loader: add some description about UEFI secure boot
2020-02-25 7:22 UTC (2+ messages)
[PATCH] dm: make uclass_find_first_device() return error when no defice is found
2020-02-25 6:58 UTC
[PATCH 0/2] Update reserved memory for simple framebuffer
2020-02-25 5:10 UTC (3+ messages)
` [PATCH 1/2] common: fdt: Add a function for reserving memory without kernel linear mapping
` [PATCH 2/2] video: meson: Use reserving memory function "
[PATCH v7 0/7] rsa: extend rsa_verify() for UEFI secure boot
2020-02-25 4:55 UTC (3+ messages)
[PATCH v2] env: ti: boot: Fix Android boot on AM57x EVM
2020-02-25 4:06 UTC (3+ messages)
[PATCH] net: phy: marvell: Unify 88E151x series phy_driver
2020-02-24 19:52 UTC
[PATCH 0/3] mediatek: pwm: add pwm driver for MediaTek SoCs
2020-02-24 18:51 UTC (2+ messages)
[PATCH 1/1] README: replace reference to boards.cfg
2020-02-24 17:36 UTC
[PATCH] spl.h: make <spl.h> self-contained
2020-02-24 17:25 UTC
[PATCH] debug_uart.h: make <debug_uart.h> self-contained
2020-02-24 17:24 UTC
[PATCH] asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-contained
2020-02-24 17:24 UTC
[PATCH 1/1] stm32mp1: rng: remove superfluous assignment
2020-02-24 17:22 UTC (2+ messages)
[PATCH] global_data.h: make <asm-generic/global_data.h> self-contained
2020-02-24 17:22 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox