public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-11-18 09:46:46 to 2021-11-21 19:14:48 UTC [more...]

[PATCH v2 00/14] Add support for MediaTek MT7621 SoC
 2021-11-21 19:14 UTC  (16+ messages)
` [PATCH v2 01/14] mips: mtmips: add "
` [PATCH v2 02/14] mips: mtmips: add two reference boards for mt7621
` [PATCH v2 03/14] clk: mtmips: add clock driver for MediaTek MT7621 SoC
` [PATCH v2 04/14] reset: mtmips: add reset controller support "
` [PATCH v2 05/14] pinctrl: mtmips: add "
` [PATCH v2 06/14] nand: raw: "
` [PATCH v2 07/14] usb: xhci-mtk: "
` [PATCH v2 08/14] phy: mtk-tphy: "
` [PATCH v2 09/14] spi: "
` [PATCH v2 10/14] gpio: "
` [PATCH v2 11/14] watchdog: "
` [PATCH v2 12/14] mmc: mediatek: "
` [PATCH v2 13/14] net: "
` [PATCH v2 14/14] MAINTAINERS: update maintainer for MediaTek MIPS platform

[PATCH] net: zynq: Add support for GEM reset
 2021-11-21 19:12 UTC  (2+ messages)

[PATCH] net: zynq: Add support for mdio bus address decoding
 2021-11-21 19:11 UTC  (2+ messages)

[PATCH] net: gem: Reduce timeout of mdio phy idle status check
 2021-11-21 19:09 UTC  (2+ messages)

[PATCH 1/2] rpi: Update the Raspberry Pi doucmentation URL
 2021-11-21 17:03 UTC  (2+ messages)
` [PATCH 2/2] rpi: Add identifier for the new RPi Zero 2 W

[PATCH v4 0/2] Add support of the FXL6408 GPIO expander
 2021-11-21 16:05 UTC  (3+ messages)
` [PATCH v4 1/2] GPIO: fxl6408: Add support for "
  ` [PATCH v4 2/2] colibri-imx8x: add on-module gpio expander fxl6408

link error while u-boot-spl build : undefined ref to `printf` or `strcmp` etc
 2021-11-21 15:30 UTC  (2+ messages)

two questions on verified boot
 2021-11-21 14:55 UTC 

[PATCH] introduce CONFIG_DEVICE_TREE_INCLUDES
 2021-11-21 13:52 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3] pci: Work around PCIe link training failures
 2021-11-20 23:03 UTC 

[PATCH v2] board: stemmy: Increase boot image to 64 MB
 2021-11-20 22:55 UTC 

Pull request for efi-2022-01-rc3
 2021-11-20 17:03 UTC  (2+ messages)

[PATCH] net: uclass: Save ethernet MAC address when generated
 2021-11-20 15:56 UTC  (19+ messages)

[PATCH v3] env: Avoid using GNU features in awk
 2021-11-20 15:55 UTC  (2+ messages)

[PATCHv2] net: uclass: Save ethernet MAC address when generated
 2021-11-20 15:53 UTC 

[PATCH V2] clk: introduce u-boot,ignore-clk-defaults
 2021-11-20 15:25 UTC  (7+ messages)

[PATCH v2] env: Avoid using GNU features in awk
 2021-11-20 15:22 UTC  (2+ messages)

[PATCH] sandbox: poweroff in efi_system_reset()
 2021-11-20 13:57 UTC 

[PATCH v2 1/1] efi_loader: efi_disk_register() should not fail
 2021-11-20 13:12 UTC 

[PATCH] efi_loader: efi_disk_register() should not fail
 2021-11-20 13:08 UTC 

[BUG] efi_loader: incorrect creation of device paths
 2021-11-20 12:54 UTC 

[PATCH v2 0/2] env: setenv add resolve value option
 2021-11-20 12:36 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] test: env: deep resolve value testing

[PATCH 1/1] sandbox: replace putchar(ch) by fputc(ch, stdout)
 2021-11-20 12:28 UTC 

[PATCH] efi: Call bootm_disable_interrupts earlier in efi_exit_boot_services
 2021-11-20 11:11 UTC  (5+ messages)

[PATCH 1/1] efi_loader: segfault in efi_clear_os_indications()
 2021-11-20 11:02 UTC 

[PATCH 1/3] efi_loader: Add check for event log passed from firmware
 2021-11-20  8:55 UTC  (2+ messages)
` Fwd: "

[PATCH] efi: add comment for efi_system_table and efi_configuration_table
 2021-11-20  8:35 UTC  (2+ messages)

[PATCH 1/1] efi_loader: Sphinx comments in efi_api.h
 2021-11-20  8:31 UTC 

[PULL u-boot] Please pull u-boot-amlogic-20211119
 2021-11-20  3:42 UTC  (2+ messages)

TPM subsystem pull
 2021-11-20  3:42 UTC  (2+ messages)

[PATCH] env: Avoid using GNU features in awk
 2021-11-20  0:15 UTC 

[PATCH] dt-bindings: u-boot: Add a few more options bindings
 2021-11-20  0:13 UTC  (2+ messages)

[PATCH] board: stemmy: Increase boot image to 16 MB
 2021-11-19 20:55 UTC  (3+ messages)

[PATCH] imx8mn_beacon: Fix booting hang and switch to binman
 2021-11-19 20:33 UTC  (11+ messages)

[PATCH 00/23] video: Support a U-Boot logo more easily
 2021-11-19 20:24 UTC  (24+ messages)
` [PATCH 01/23] sandbox: video: Support 8bpp depth
` [PATCH 02/23] video: sandbox: Avoid duplicate display windows
` [PATCH 03/23] console: Avoid serial output before the console is running
` [PATCH 04/23] video: sandbox: Set a maximum frame-buffer size
` [PATCH 05/23] sandbox: video: Correct the address of the copy base
` [PATCH 06/23] sandbox: video: Add BMP tests for 32bpp and 8bpp modes
` [PATCH 07/23] video: Expand video debugging buffer size
` [PATCH 08/23] sandbox: Enable support for the gzip command
` [PATCH 09/23] video: Drop fb_put_byte() el at
` [PATCH 10/23] video: Move BMP pixel-writing into a function
` [PATCH 11/23] video: bmp: Update RLE8 support to use the write function
` [PATCH 12/23] video: Drop the uclass colour map
` [PATCH 13/23] video: Tidy up 24/32 BMP blitting
` [PATCH 14/23] video: Add a test for 16bpp BMP files
` [PATCH 15/23] video: theadorable: Use RGB565 for BMP blitting
` [PATCH 16/23] video: Drop #ifdefs from video_bmp
` [PATCH 17/23] video: Convert CONFIG_VIDEO_LOGO to Kconfig
` [PATCH 18/23] video: Drop VIDEO_LOGO from cfb_console
` [PATCH 19/23] video: Support showing the U-Boot logo
` [PATCH 20/23] video: Show the U-Boot logo by default
` [PATCH 21/23] video: Support virtio devices with the splash screen
` [PATCH 22/23] x86: coreboot: Support getting a logo from virtio
` [PATCH 23/23] x86: coreboot: Add a sample script to build a qemu image

[PATCH] tools/mxsimage: Remove fclose on empty FILE pointer
 2021-11-19 15:44 UTC 

CONFIG_PHYSMEM subject to remove?
 2021-11-19 18:10 UTC 

[PATCH] sdhci: zynqmp: Setting up clock frequency based on DT
 2021-11-19 17:16 UTC  (2+ messages)

[PATCH] net: zynq: Add support for PHY configuration in SGMII mode
 2021-11-19 17:01 UTC  (2+ messages)

[PATCH 1/2] clk: cosmetic: reorder include files
 2021-11-19 14:12 UTC  (2+ messages)
` [PATCH 2/2] clk: define LOG_CATEGORY for generic and ccf clocks

[RFC PATCH] imx8m: Drop env_get_location for imx8mn and imx8mp
 2021-11-19 12:57 UTC  (4+ messages)

[PATCH 0/5] meson64_android: add support for vim3/vim3l boards
 2021-11-19 10:08 UTC  (6+ messages)
` [PATCH 1/5] configs: meson64_android: add board specific env settings
` [PATCH 2/5] configs: prepare khadas-vim3{l}_android for AOSP support
` [PATCH 3/5] boards: meson: add khadas vim3{l} android support
` [PATCH 4/5] configs: prepare khadas-vim3{l}_ab_android for AOSP support
` [PATCH 5/5] configs: khadas-vim3{l}_android_ab: enable A/B support

[PATCH] configs: stm32mp15: deactivate the CONFIG_STM32_IPCC
 2021-11-19  9:07 UTC 

[RESEND PATCH 1/2] pinctrl: change result for unsupported API
 2021-11-19  9:02 UTC  (2+ messages)
` [RESEND PATCH 2/2] dm: add debug message when failed to select the default pinctrl

[PATCH v5 0/3] Add octal DTR support for Macronix flash
 2021-11-19  8:47 UTC  (7+ messages)
` [PATCH v5 1/3] mtd: spi-nor: macronix: add support for Macronix Octal
` [PATCH v5 2/3] mtd: spi-nor-core: Adding different type of command extension in Soft Reset
` [PATCH v5 3/3] mtd: spi-nor-core: Add support for Macronix Octal flash

[PATCH u-boot-marvell 00/10] PCI mvebu and aardvark changes
 2021-11-19  6:55 UTC  (12+ messages)
` [PATCH u-boot-marvell 01/10] pci: pci_mvebu: Wait 100ms for Link Up in mvebu_pcie_probe()
` [PATCH u-boot-marvell 02/10] arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c
` [PATCH u-boot-marvell 07/10] pci: pci_mvebu: Fix PCIe MEM and IO resources assignment and mbus mapping

[PATCH v3 1/2] nvme: Enable FUA
 2021-11-19  1:14 UTC  (6+ messages)
` [PATCH v3 2/2] nvme: Fix error in nvme_setup_prps

[PATCH v1 1/1] tools/netconsole: Add support for socat
 2021-11-18 21:26 UTC  (2+ messages)

[PATCH 11/14] board: synquacer: developerbox: Don't set gd->env_addr to default_environment
 2021-11-18 23:27 UTC  (4+ messages)
` [PATCH] Revert "board: synquacer: developerbox: Don't set gd->env_addr to default_environment"

[RESEND][PATCH] arm64: Add missing GD_FLG_SKIP_RELOC handling
 2021-11-18 23:27 UTC  (2+ messages)

[PATCH v3] lmb: Reserve U-Boot separately if relocation is disabled
 2021-11-18 23:26 UTC  (2+ messages)

[PATCH v3] board_f: Copy GD to new GD even if relocation disabled
 2021-11-18 23:26 UTC  (2+ messages)

[PATCH v2] part: return -ENOSYS when get_info not valid
 2021-11-18 23:26 UTC  (2+ messages)

[BUG] firefly-rk3399 tpl/spl with optee from tag v2020.07 hangs on booting kernel
 2021-11-18 21:45 UTC  (4+ messages)

[PATCH v4] lib: sparse: Make CHUNK_TYPE_RAW buffer aligned
 2021-11-18 19:46 UTC  (3+ messages)

[PATCH 0/4] arm: Tidy up debug UART init
 2021-11-18 19:16 UTC  (9+ messages)
` [PATCH 1/4] arm: Fix some inconsistent debug-UART CONFIG options
` [PATCH 2/4] arm: Init the debug UART
` [PATCH 3/4] arm: qemu: Enable "
` [PATCH 4/4] rk3399: Don't enable the debug UART if there is no driver

[PATCH v8 00/12] aspeed: Support secure boot chain with FIT image verification
 2021-11-18 19:16 UTC  (3+ messages)
` [PATCH v8 01/12] image: fit: Fix parameter name for hash algorithm

[PATCH] mmc: mtk-sd: implement waiting for DAT0 line state
 2021-11-18 19:16 UTC  (2+ messages)

[PATCH v2] pinctrl: Add Apple pinctrl driver
 2021-11-18 19:16 UTC  (2+ messages)

[PATCH] aspeed: AST2600 Pinctrl Driver
 2021-11-18 19:16 UTC  (2+ messages)

[PATCH] pci: Add standard PCIe ECAM macros
 2021-11-18 19:15 UTC  (2+ messages)

[PATCH] x86: chromebook_coral: fix C block comment
 2021-11-18 19:15 UTC  (3+ messages)
` [PATCH] RFC: arm: pci: Add PCI cam support to PCI-E ecam driver

[PATCH 0/2] AM64: Add support for USB
 2021-11-18 19:15 UTC  (5+ messages)
` [PATCH 1/2] arm: dts: am642-sk: Add and Enable USB SuperSpeed Host Port in SPL
` [PATCH 2/2] configs: am64x_evm_*_defconfig: Add configs to enable serdes for USB 3.0 support

[PATCH] usb: cdns3: cdns3-ti: Add compatible for AM64 SoC
 2021-11-18 19:15 UTC  (2+ messages)

[PATCH] phy: cadence: phy-cadence-torrent: Change the name of subnode searched
 2021-11-18 19:15 UTC  (2+ messages)

[PATCH] nand: gpmc: Handle bitflips in erased pages when using BCH ECC engine
 2021-11-18 18:25 UTC 

[PATCH v7] driver: spi: add bcm iproc qspi support
 2021-11-18 17:56 UTC 

[PATCH v6] driver: spi: add bcm iproc qspi support
 2021-11-18 17:25 UTC  (2+ messages)

[PATCH 00/10] board: sl28: add sl28cpld support and board cleanups
 2021-11-18 14:58 UTC  (7+ messages)
` [PATCH 10/10] board: sl28: disable random MAC address generation

[PATCH 1/1] test: unit test for the EFI_TCG2_PROTOCOL
 2021-11-18 14:47 UTC  (2+ messages)

[PATCH v2] pci: Work around PCIe link training failures
 2021-11-18 14:42 UTC  (6+ messages)

[PATCH] fastboot: fix fastboot_set_reboot_flag()
 2021-11-18 14:20 UTC  (3+ messages)

[PATCH V2] cmd_nandbcb: Support secondary boot address of imx8mn
 2021-11-18 14:01 UTC 

[PATCH 1/2] arm64: zynqmp: Add resets to all GEMs
 2021-11-18 12:42 UTC  (2+ messages)
` [PATCH 2/2] arm64: zynqmp: Remove clock-names from GEM in zynqmp-clk-ccf.dtsi

[PATCH] arm64: zynqmp: Add u-boot,dm-pre-reloc to dpsub node
 2021-11-18 12:40 UTC 

[PATCH 1/2] clk: zynqmp: Add support for setting up clock for USB
 2021-11-18 12:37 UTC  (4+ messages)
` [PATCH 2/2] clk: zynqmp: Fix gem tx/rx/ref clock handling

[PATCH] zynqmp: gpio: Add support for zynqmp gpio modepin driver
 2021-11-18 12:36 UTC  (2+ messages)

U-boot Hang : at set_sctlr(get_sctlr() | CR_M);
 2021-11-18 12:32 UTC  (2+ messages)

[PATCH] phy: zynqmp: Add serdes/psgtr driver
 2021-11-18 12:30 UTC 

[PATCH] xilinx: firmware: Move dcache handling directly to pmufw load config
 2021-11-18 12:00 UTC 

[PATCH] arm64: zynqmp: Switch SOM to shared psu configuration
 2021-11-18 11:58 UTC 

[PATCH] xilinx: versal: Fix sdhci node name as per DT
 2021-11-18 11:57 UTC 

[PATCH] ARM: dts: imx6ull: Use the correct name for ESAI_TX0
 2021-11-18 11:54 UTC  (4+ messages)


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