U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-09 21:28:50 to 2021-12-15 00:34:54 UTC [more...]

[PATCH v3 1/2] binman: Do not pollute source tree when build with `make O=...`
 2021-12-15  0:33 UTC  (4+ messages)
` [PATCH v3 2/2] binman: Use less hard coded magic when inserting new PATH

[PATCH 0/2] binman: Add support for ATF Firmware Image Package (FIP)
 2021-12-15  0:33 UTC  (7+ messages)
` [PATCH 1/2] binman: Add a utility module for ATF FIP
` [PATCH 2/2] binman: Add support "

[PATCH v2 00/11] Kconfig: Drop some sandbox-related items
 2021-12-15  0:33 UTC  (7+ messages)
` [PATCH v2 04/11] Convert CONFIG_PHYSMEM to Kconfig

[PATCH] iot2050: binman: add missing-msg for blobs
 2021-12-15  0:33 UTC  (4+ messages)

[PATCH 1/1] sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs
 2021-12-14 23:54 UTC  (2+ messages)

[RFC PATCH v2] Cubieboard2:Enable early LED support
 2021-12-14 23:49 UTC  (2+ messages)

Testing pci_mvebu.c with Kirkwood SoCs
 2021-12-14 22:40 UTC  (15+ messages)

[PATCH 0/2] Add support for pine H64 model B board
 2021-12-14 20:59 UTC  (3+ messages)
` [PATCH 1/2] sunxi: dts: add device-tree for pine H64 model B
` [PATCH 2/2] sunxi: configs: add defconfig "

[PATCH 0/1] fix SPI pinmuxing for Allwinner H6 SoCs
 2021-12-14 20:53 UTC  (2+ messages)
` [PATCH 1/1] sunxi: SPI: fix "

[PATCH v3 0/2] Add MNT Reform 2 board support
 2021-12-14 19:48 UTC  (3+ messages)
` [PATCH v3 1/2] arm: dts: imx8mq: add MNT Reform 2
` [PATCH v3 2/2] board: mntre: imx8mq: Add MNT Reform 2 board support

[PATCH 1/9] Convert CONFIG_TPL_TEXT_BASE to Kconfig
 2021-12-14 18:36 UTC  (9+ messages)
` [PATCH 2/9] Convert CONFIG_SYS_NAND_U_BOOT_OFFS "
` [PATCH 3/9] Convert CONFIG_ARCH_MAP_SYSMEM "
` [PATCH 4/9] arm: s5pc1xx: Move CONFIG_SYS_CLK_FREQ_C1x0 out of CONFIG namespace
` [PATCH 5/9] ls1088a: Guard get_board_ddr_clk function correctly
` [PATCH 6/9] nxp: ics307_clk: "
` [PATCH 7/9] CONFIG_SYS_CLK_FREQ: Consistently be static or get_board_sys_clk()
` [PATCH 8/9] Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig
` [PATCH 9/9] CI: Test for unmigrated CONFIG symbols in board config.h files

[RFC PATCH 0/5] configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig
 2021-12-14 16:57 UTC  (6+ messages)
` [RFC PATCH 1/5] cmd: Fix up warnings in flash.c
` [RFC PATCH 2/5] mtd: cfi: introduce CFI_FLASH_BANKS
` [RFC PATCH 3/5] mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as boolean
` [RFC PATCH 4/5] configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig
` [RFC PATCH 5/5] Convert CONFIG_AT91_EFLASH "

[PATCH 0/2] Arm Juno board documentation
 2021-12-14 17:55 UTC  (3+ messages)
` [PATCH 1/2] doc: Add documentation for the Arm VExpress64 board configs
` [PATCH 2/2] doc: add Arm Juno board documentation

[PATCH] doc: board: Add Calxeda Highbank/Midway documentation
 2021-12-14 17:47 UTC 

[PATCH] sunxi: add board documentation
 2021-12-14 17:17 UTC  (4+ messages)
    `  "

[PATCH v2] net: zynq: Add support for PHY configuration in SGMII mode
 2021-12-14 15:54 UTC  (3+ messages)

how to see cpp(C preprocessor) output for a file?
 2021-12-14 15:10 UTC  (4+ messages)

[PATCH v5 0/6] fpga: zynqmp: Adding support of loading authenticated images
 2021-12-14 14:48 UTC  (7+ messages)
` [PATCH v5 1/6] fpga: add option for loading FPGA secure bitstreams
  ` [PATCH v5 2/6] fpga: add fit_fpga_load function
    ` [PATCH v5 3/6] fpga: xilinx: pass an address of xilinx_desc in fpga_desc
      ` [PATCH v5 4/6] fpga: xilinx: add missed identifier names
        ` [PATCH v5 5/6] fpga: xilinx: pass xilinx_desc pointer address into load() ops
          ` [PATCH v5 6/6] fpga: zynqmp: support loading authenticated images

[RFC PATCH v4 0/6] fpga: zynqmp: Adding support of loading authenticated images
 2021-12-14 14:39 UTC  (3+ messages)

[PATCH v2 00/16] Sync NXP LS1028A-RDB device trees between U-Boot and Linux
 2021-12-14 14:38 UTC  (2+ messages)

[PATCH u-boot-marvell v3 0/9] More verifications for kwbimage in SPL
 2021-12-14 13:22 UTC  (10+ messages)
` [PATCH u-boot-marvell v3 1/9] arm: mvebu: Check that kwbimage offset and blocksize are valid
` [PATCH u-boot-marvell v3 2/9] SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
` [PATCH u-boot-marvell v3 3/9] arm: mvebu: Check that kwbimage blockid matches boot mode
` [PATCH u-boot-marvell v3 4/9] SPL: Add support for checking board / BootROM specific image types
` [PATCH u-boot-marvell v3 5/9] arm: mvebu: Check for kwbimage data checksum
` [PATCH u-boot-marvell v3 6/9] arm: mvebu: spl: Print srcaddr in error message
` [PATCH u-boot-marvell v3 7/9] arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_t
` [PATCH u-boot-marvell v3 8/9] arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possible
` [PATCH u-boot-marvell v3 9/9] arm: mvebu: spl: Fix 100 column exceeds

[PATCH u-boot-marvell v2 0/9] More verifications for kwbimage in SPL
 2021-12-14 13:11 UTC  (11+ messages)
` [PATCH u-boot-marvell v2 6/9] arm: mvebu: spl: Print srcaddr in error message
` [PATCH u-boot-marvell v2 8/9] arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possible

[PATCH] net: zynq: Add support for PHY configuration in SGMII mode
 2021-12-14 12:42 UTC  (5+ messages)

[PATCH v2] cmd: pxe_utils: sysboot: add label override support
 2021-12-14  9:11 UTC  (6+ messages)

[RFC v2 00/20] efi_loader: more tightly integrate UEFI disks to driver model
 2021-12-14  7:07 UTC  (34+ messages)
` [RFC v2 01/20] part: call part_init() in blk_get_device_by_str() only for MMC
` [RFC v2 02/20] blk: add a helper function, blk_probe_or_unbind()
` [RFC v2 03/20] scsi: call device_probe() after scanning
` [RFC v2 04/20] usb: storage: "
` [RFC v2 05/20] mmc: "
` [RFC v2 06/20] nvme: "
` [RFC v2 07/20] sata: "
` [RFC v2 08/20] block: ide: "
` [RFC v2 09/20] dm: fix an 'undefined' error in some macros
` [RFC v2 10/20] virtio: call device_probe() in scanning
` [RFC v2 11/20] dm: add event notification
` [RFC v2 12/20] dm: add tag support
` [RFC v2 13/20] dm: disk: add UCLASS_PARTITION
` [RFC v2 14/20] dm: blk: add a device-probe hook for scanning disk partitions
` [RFC v2 15/20] efi_loader: disk: a helper function to create efi_disk objects from udevice
` [RFC v2 16/20] efi_loader: disk: a helper function to delete efi_disk objects
` [RFC v2 17/20] dm: disk: add read/write interfaces with udevice
` [RFC v2 18/20] efi_loader: disk: use udevice instead of blk_desc
` [RFC v2 19/20] efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI) devices
` [RFC v2 20/20] efi_driver: align with efi_disk-dm integration

[PATCH v2 0/4] rockchip: Improve support for Bob chromebook and add support for Kevin
 2021-12-13 22:15 UTC  (5+ messages)
` [PATCH v2 1/4] rockchip: gru: Set up SoC IO domain registers
` [PATCH v2 2/4] rockchip: gru: Add more devicetree settings
` [PATCH v2 3/4] rockchip: bob: Enable more configs
` [PATCH v2 4/4] rockchip: rk3399: Add support for chromebook_kevin

[PATCH 0/4] rockchip: Improve support for Bob chromebook and add support for Kevin
 2021-12-13 21:55 UTC  (7+ messages)

[PATCH] fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use
 2021-12-13 17:22 UTC  (2+ messages)

[PULL] Pull request for u-boot master / v2022.01 = u-boot-stm32-20211213
 2021-12-13 16:30 UTC  (2+ messages)

[PULL] u-boot-sh/master
 2021-12-13 16:30 UTC  (2+ messages)

[PULL] Pull request for u-boot next / v2022.04 = u-boot-stm32-20211130
 2021-12-13 13:54 UTC  (5+ messages)

[PATCH v7 00/31] fdt: Make OF_BOARD a boolean option
 2021-12-13 13:46 UTC  (3+ messages)
` [PATCH v7 11/31] arm: xilinx_versal_virt: Add a devicetree file

[PATCH u-boot-marvell 02/10] arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c
 2021-12-13 10:28 UTC  (15+ messages)

[PATCH u-boot-marvell 00/10] PCI mvebu and aardvark changes
 2021-12-13 10:27 UTC  (4+ messages)

[RESEND RFC PATCH 00/10] FWU: Add support for FWU Multi Bank Update feature
 2021-12-13  9:29 UTC  (7+ messages)
` [RESEND RFC PATCH 04/10] FWU: Add metadata access functions for GPT partitioned block devices

[PATCH] ARM: mach-at91: update alternate function of signal PD20
 2021-12-13  8:13 UTC  (3+ messages)

[PATCH] ARM: mach-at91: Add compile time option to choose proper timer
 2021-12-13  5:00 UTC 

[PATCHv2] Convert CONFIG_ZYNQMP_PSU_INIT_ENABLED to Kconfig
 2021-12-13  3:58 UTC 

[PATCH] Convert CONFIG_ZYNQMP_PSU_INIT_ENABLED to Kconfig
 2021-12-13  3:51 UTC 

[PATCH 01/11] pci: Remove unused FSL_PCI_INIT code
 2021-12-13  3:12 UTC  (11+ messages)
` [PATCH 02/11] Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to Kconfig
` [PATCH 03/11] Convert CONFIG_WATCHDOG_TIMEOUT_MSECS "
` [PATCH 04/11] Convert CONFIG_SYS_MEMTEST_START et al "
` [PATCH 05/11] Convert CONFIG_SYS_IMMR "
` [PATCH 06/11] Finish CONFIG_VID et al conversion "
` [PATCH 07/11] Convert CONFIG_SYS_PCI_64BIT "
` [PATCH 08/11] warp7, pic32mzdask: Remove SYS_FDT_ADDR/SYS_ENV_ADDR from CONFIG namespace
` [PATCH 09/11] Finish converting CONFIG_SYS_FSL_CLK to Kconfig
` [PATCH 10/11] Convert CONFIG_TEGRA_NAND "
` [PATCH 11/11] Finish conversion CONFIG_SYS_NAND_SELF_INIT "

[PATCH 0/2] Add support for pine H64 model B board
 2021-12-12 20:43 UTC  (3+ messages)
` [PATCH 1/2] sunxi: dts: add device-tree for pine H64 model B
` [PATCH 2/2] sunxi: configs: add defconfig "

[PATCH 0/1] fix SPI pinmuxing for Allwinner H6 SoCs
 2021-12-12 19:27 UTC 

[PATCH 1/9] arm: Drop unused tam3517-common.h
 2021-12-11 19:55 UTC  (9+ messages)
` [PATCH 2/9] Clarify CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW in Kconfig
` [PATCH 3/9] Convert CONFIG_ENV_SPI_BUS et al to Kconfig
` [PATCH 4/9] Convert CONFIG_FSL_IFC "
` [PATCH 5/9] Convert CONFIG_SD_BOOT et al "
` [PATCH 6/9] # This is a combination of 2 commits. # This is the 1st commit message:
` [PATCH 7/9] Remove CONFIG_SYS_MMC_IMG_LOAD_PART from CONFIG namespace
` [PATCH 8/9] Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig
` [PATCH 9/9] Convert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT "

Pull request efi-2022-01-rc4-2
 2021-12-11 17:17 UTC  (2+ messages)

[RFC PATCH v3 0/8] image: add a stage pre-load
 2021-12-11 11:37 UTC  (7+ messages)
` [RFC PATCH v3 8/8] tools: gen_pre_load_header.sh: initial import

[next 0/5] Add support of Ethernet for Aspeed AST2600 SoC
 2021-12-10 23:10 UTC  (11+ messages)
` [next 1/5] net: ftgmac100: Add DM_MDIO support
` [next 2/5] net: ftgmac100: Add Aspeed AST2600 support
` [next 3/5] ARM: dts: ast2600: Add MDIO devices
` [next 4/5] configs: ast2600: enable DM_MDIO and MDIO driver
` [next 5/5] clk: ast2600: Revise MII interface delay

[PATCH] phy: Track power-on and init counts in uclass
 2021-12-10 20:01 UTC 

When is the console connected during spl run?
 2021-12-10 14:16 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update e-mail in Xen maintainership
 2021-12-10 10:24 UTC  (2+ messages)

[PATCH 14/18] configs/expu1: enable field fail-safe u-boot update
 2021-12-10 10:09 UTC  (2+ messages)
` [v2 "

[PATCH 09/18] configs/seli8: enable field fail-safe u-boot update
 2021-12-10 10:09 UTC  (2+ messages)
` [v2 "

[PATCH 08/18] km/ls102xa: add support for field fail-safe u-boot
 2021-12-10 10:08 UTC  (2+ messages)
` [v2 08/18] km/ls102xa: add support for field fail-safe u-boot update

[PATCH 07/18] km: common: implement field fail-safe u-boot update
 2021-12-10 10:07 UTC  (2+ messages)
` [v2 "

ARM: mach-at91: how to stop U-Boot/SPL from disabling the watchdog timer on SAMAD3 Xplained
 2021-12-10  8:32 UTC  (3+ messages)

[PATCH 1/2] fsl-layerscape: add dtb overlay feature
 2021-12-10  7:38 UTC  (10+ messages)

[PATCH v2 0/1] rsa: adds rsa3072 algorithm
 2021-12-10  6:05 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/1] rsa: adds rsa3072 algorithm
 2021-12-10  6:00 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v1] Cubieboard2:Fix Cubieboard2 freeze, when LED boot enabled
 2021-12-10  3:00 UTC  (3+ messages)

[PATCH] dt-bindings: u-boot: Add a few more options bindings
 2021-12-09 21:28 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