public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-11-11 07:14:07 to 2021-11-12 21:43:01 UTC [more...]

[BUG] RockPro64 not booting since 3ae64582fb
 2021-11-12 21:42 UTC  (3+ messages)

[PATCH v2 0/2] Add MNT Reform 2 board support
 2021-11-12 19:59 UTC  (6+ messages)
` [PATCH v2 2/2] board: mntre: imx8mq: "

[PATCH 00/16] tools: Add support for signing devicetree blobs
 2021-11-12 19:49 UTC  (18+ messages)
` [PATCH 01/16] rsa: Add debugging for failure cases
` [PATCH 02/16] fit_check_sign: Update help to mention the key is in a dtb
` [PATCH 03/16] tools: Move copyfile() into a common file
` [PATCH 04/16] tools: Avoid leaving extra data at the end of copied files
` [PATCH 05/16] tools: Improve comments in signing functions
` [PATCH 06/16] tools: Drop unused name in image-host
` [PATCH 07/16] tools: Avoid confusion between keys and signatures
` [PATCH 08/16] tools: Tidy up argument order in fit_config_check_sig()
` [PATCH 09/16] tools: Pass the key blob around
` [PATCH 10/16] image: Return destination node for add_verify_data() method
` [PATCH 11/16] tools: Pass public-key node through to caller
` [PATCH 12/16] tools: mkimage: Show where signatures/keys are written
` [PATCH 13/16] tools: Add a new tool to sign FDT blobs
` [PATCH 14/16] tools: Add a new tool to check FDT-blob signatures
` [PATCH 15/16] test: Add a test for FDT signing
` [PATCH 16/16] tools: Add man pages for fdt_sign and fdt_check_sign

[PATCH v2 00/11] fsl_esdhc_imx: port several patches from fsl_esdhc
 2021-11-12 19:15 UTC  (12+ messages)
` [PATCH v2 01/11] mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMC
` [PATCH v2 02/11] mmc: fsl_esdhc_imx: remove redundant DM_MMC checking
` [PATCH v2 03/11] mmc: fsl_esdhc_imx: fix voltage validation
` [PATCH v2 04/11] mmc: fsl_esdhc_imx: clean up bus width configuration code
` [PATCH v2 05/11] mmc: fsl_esdhc_imx: drop redundant code for non-removable feature
` [PATCH v2 06/11] mmc: fsl_esdhc_imx: fix mmc->clock with actual clock
` [PATCH v2 07/11] mmc: fsl_esdhc_imx: simplify 64bit check for SDMA transfers
` [PATCH v2 08/11] mmc: fsl_esdhc_imx: use dma-mapping API
` [PATCH v2 09/11] mmc: fsl_esdhc_imx: simplify esdhc_setup_data()
` [PATCH v2 10/11] mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED()
` [PATCH v2 11/11] mmc: fsl_esdhc_imx: set sysctl register for clock initialization

[PATCH v10 0/9] env: Allow environment in text files
 2021-11-12 18:12 UTC  (3+ messages)
` [PATCH v10 3/9] env: Allow U-Boot scripts to be placed in a .env file

[PATCH u-boot-marvell 00/11] Some mvebu comphy + mox + fdt_support changes
 2021-11-12 17:27 UTC  (27+ messages)
` [PATCH u-boot-marvell 01/11] include/linux/byteorder: Fix compilation of __constant_cpu_to_be32()
` [PATCH u-boot-marvell 02/11] treewide: Use fdt_create_phandle() where appropriate
` [PATCH u-boot-marvell 03/11] fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle()
` [PATCH u-boot-marvell 04/11] fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE
` [PATCH u-boot-marvell 05/11] fdt_support: Fix comment for fdt_create_phandle()
` [PATCH u-boot-marvell 06/11] fdt_support: Add some useful functions
` [PATCH u-boot-marvell 07/11] arm: mvebu: turris_mox: Find DT nodes by compatible or alias instead of path
` [PATCH u-boot-marvell 08/11] arm: mvebu: turris_mox: Enable eth1 in U-Boot if a network module is present
` [PATCH u-boot-marvell 09/11] phy: marvell: a3700: Convert to official DT bindings in COMPHY driver
` [PATCH u-boot-marvell 10/11] arm: mvebu: turris_mox: Fix unstable board topology reading
` [PATCH u-boot-marvell 11/11] fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX

[PATCH u-boot-marvell] arm: mvebu: turris_omnia: enable A385 watchdog before disabling MCU watchdog
 2021-11-12 16:48 UTC  (7+ messages)

[PATCH] cmd: pxe_utils: sysboot: add label override support
 2021-11-12 16:46 UTC  (4+ messages)

[PATCH u-boot-marvell 00/10] PCI mvebu and aardvark changes
 2021-11-12 16:07 UTC  (23+ 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 03/10] pci: pci_mvebu: Move setup for BAR[0] where other BARs are setup
` [PATCH u-boot-marvell 04/10] pci: pci_mvebu: Replace MBUS_PCI_*_SIZE by resource_size()
` [PATCH u-boot-marvell 05/10] pci: pci_mvebu, pci_aardvark: Fix size of configuration cache
` [PATCH u-boot-marvell 06/10] pci: pci_mvebu: Do not allow setting ROM BAR on PCI Bridge
` [PATCH u-boot-marvell 07/10] pci: pci_mvebu: Fix PCIe MEM and IO resources assignment and mbus mapping
` [PATCH u-boot-marvell 08/10] pci: pci_mvebu: Remove unused DECLARE_GLOBAL_DATA_PTR
` [PATCH u-boot-marvell 09/10] arm: a37xx: pci: Do not allow setting ROM BAR on PCI Bridge
` [PATCH u-boot-marvell 10/10] arm: mvebu: turris_mox: Remove extra newline after module topology

[PATCH v1 1/1] usb: doc: Fix spelling issues in README.usb
 2021-11-12 16:03 UTC  (3+ messages)

[PATCH] rtc: ds1337: fix compatible string typo
 2021-11-12 15:41 UTC  (2+ messages)

[PATCH] boards: siemens: iot2050: Ignore network errors during bootstage tracking
 2021-11-12 15:41 UTC  (2+ messages)

[PATCH] boards: siemens: iot2050: Re-enable bootstage reporting
 2021-11-12 15:41 UTC  (2+ messages)

[PATCH] ARM: dts: am335x-chiliboard: add /chosen/tick-timer
 2021-11-12 15:40 UTC  (2+ messages)

[PATCH] Remove LYNX KDI remainders
 2021-11-12 15:40 UTC  (4+ messages)

[PATCH v3 00/18] pxe: Refactoring to tidy up and prepare for bootflow
 2021-11-12 15:40 UTC  (37+ messages)
` [PATCH v3 01/18] Create a new boot/ directory
` [PATCH v3 02/18] pxe: Move API comments to the header files
` [PATCH v3 03/18] pxe: Use a context pointer
` [PATCH v3 04/18] pxe: Move do_getfile() into the context
` [PATCH v3 05/18] pxe: Add a userdata field to "
` [PATCH v3 06/18] pxe: Tidy up the is_pxe global
` [PATCH v3 07/18] pxe: Move pxe_utils files
` [PATCH v3 08/18] pxe: Tidy up some comments in pxe_utils
` [PATCH v3 09/18] pxe: Tidy up code style a little "
` [PATCH v3 10/18] pxe: Move common parsing coding into pxe_util
` [PATCH v3 11/18] pxe: Clean up the use of bootfile
` [PATCH v3 12/18] pxe: Drop get_bootfile_path()
` [PATCH v3 13/18] lib: Add tests for simple_itoa()
` [PATCH v3 14/18] lib: Add a function to convert a string to a hex value
` [PATCH v3 15/18] pxe: Return the file size from the getfile() function
` [PATCH v3 16/18] pxe: Refactor sysboot to have one helper
` [PATCH v3 17/18] doc: Move distro boot doc to rST
` [PATCH v3 18/18] pxe: Allow calling the pxe_get logic directly

[PATCH] get_maintainer.pl: add .get_maintainer.conf
 2021-11-12 15:40 UTC  (2+ messages)

[PATCH] Azure: Move to windows-2019
 2021-11-12 15:40 UTC  (2+ messages)

Testing pci_mvebu.c with Kirkwood SoCs
 2021-11-12 15:06 UTC  (13+ messages)

[PATCH V2 00/17] Add support for J721E SK
 2021-11-12 14:46 UTC  (18+ messages)
` [PATCH V2 07/17] board: ti: j721e: Disable probing of daughtercards
` [PATCH V2 09/17] arm: j721e: Add support for selecting DT based on EEPROM
` [PATCH V2 10/17] arm: dts: k3-j721e-r5-common-proc-board: Do not use power-domains for I2C
` [PATCH V2 11/17] arm: dts: k3-j721e-sk: Add initial A72 specific dts support
` [PATCH V2 12/17] arm: dts: k3-j721e-r5-sk: Add initial R5 specific dts support for j721e-sk

[PATCH] rockchip: puma/lion: update MAINTAINERS file
 2021-11-12 14:17 UTC 

[PATCH] doc: rockchip: puma: update build and flash instructions
 2021-11-12 14:15 UTC 

[PATCH] power: pmic/fan53555: allow dm be omitted by SPL
 2021-11-12 14:10 UTC 

[PATCH] efi_loader: capsule: Record capsule result only if capsule is read
 2021-11-12 13:14 UTC  (2+ messages)

[PATCH v2 0/4] mtd: spi-nor: Fix software reset; add mx66lm1g45g
 2021-11-12 13:13 UTC  (5+ messages)
` [PATCH v2 3/4] Revert "mtd: spi-nor-core: Perform a Soft Reset on boot"

[PATCH v1 0/5] Update Microchip PolarFire SoC support
 2021-11-12  9:36 UTC  (15+ messages)
` [PATCH v1 4/5] net: macb: Compatible as per device tree
  ` macb clock handling (Was: [PATCH v1 4/5] net: macb: Compatible as per device tree)

[RFC PATCH v2 0/6] image: add a stage pre-load
 2021-11-12  9:27 UTC  (7+ messages)
` [RFC PATCH v2 1/6] lib: allow to build asn1 decoder and oid registry in SPL
` [RFC PATCH v2 2/6] lib: crypto: allow to build crypyo "
` [RFC PATCH v2 3/6] lib: rsa: allow rsa verify with pkey "
` [RFC PATCH v2 4/6] common: image: add a stage pre-load
` [RFC PATCH v2 5/6] cmd: bootm: "
` [RFC PATCH v2 6/6] common: spl: fit_ram: allow to use image pre load

[PATCH] efi: add comment for efi_system_table and efi_configuration_table
 2021-11-12  7:24 UTC 

[RFC 0/3] efi_loader: bootmgr itself should support removable media
 2021-11-12  1:51 UTC  (7+ messages)
` [RFC 3/3] cmd: efidebug: handle booting from "

pull request of u-boot-fsl-qoriq for v2022.01
 2021-11-11 21:50 UTC  (2+ messages)

[PATCH v2 0/2] Initial Traverse Ten64 board support
 2021-11-11 18:20 UTC  (3+ messages)
` [PATCH v2 2/2] board: traverse: add initial Ten64 support

[u-boot-test-hooks] writer: Add imx_raw variant
 2021-11-11 17:42 UTC 

[u-boot-test-hooks PATCH 1/7] travis-ci: Add qemu_arm_spl board
 2021-11-11 17:38 UTC  (12+ messages)
` [u-boot-test-hooks PATCH 2/7] sdwire: Tidy up the mount script
` [u-boot-test-hooks PATCH 3/7] rpi3: Tweak the grep pattern
` [u-boot-test-hooks PATCH 4/7] Add wait_raw_device for common code
` [u-boot-test-hooks PATCH 5/7] Update sdwire script to wait for umount
` [u-boot-test-hooks PATCH 6/7] kea: Add samus

[PATCH V3 0/5] imx8mq: switch to binman
 2021-11-11 17:24 UTC  (13+ messages)
` [PATCH V3 1/5] imx: imx8mq_evk: "
` [PATCH V3 2/5] imx: imx8mq_phanbell: "
` [PATCH V3 3/5] imx: pico-imx8mq: switch to use binman
` [PATCH V3 4/5] imx: imx8mq use common imximage.cfg
` [PATCH V3 5/5] doc: imx8mq_evk: update doc after using binman

[PATCH v2 0/5] VExpress64 board family improvements
 2021-11-11 17:11 UTC  (11+ messages)
` [PATCH v2 1/5] doc: Add documentation for the Arm VExpress64 board configs
` [PATCH v2 2/5] vexpress64: Refactor header file to make it easier to add new FVPs
` [PATCH v2 3/5] vexpress64: Clean up BASE_FVP boot configuration
` [PATCH v2 4/5] vexpress64: Enable OF_CONTROL and OF_BOARD for VExpress64
` [PATCH v2 5/5] vexpress64: Enable VIRTIO_NET network driver

[PATCH u-boot-marvell 0/5] More verifications for kwbimage in SPL
 2021-11-11 15:59 UTC  (6+ messages)
` [PATCH u-boot-marvell 1/5] arm: mvebu: Check that kwbimage offset and blocksize are valid
` [PATCH u-boot-marvell 2/5] SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
` [PATCH u-boot-marvell 3/5] arm: mvebu: Check that kwbimage blockid matches boot mode
` [PATCH u-boot-marvell 4/5] SPL: Add support for checking board / BootROM specific image types
` [PATCH u-boot-marvell 5/5] arm: mvebu: Check for kwbimage data checksum

[v2, PATCH] lib: sparse: Make CHUNK_TYPE_RAW buffer aligned
 2021-11-11 15:28 UTC  (2+ messages)

[RFC 0/2] Do not stop with an error when mkimage fails
 2021-11-11 15:04 UTC  (13+ messages)

[PATCH v2 0/2] board: sifive: unmatched: use zero copy for initrd
 2021-11-11 12:26 UTC  (9+ messages)
` [PATCH v2 1/2] "
              ` LMB and UEFI memory management not integrated

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

[PATCH] net: uclass: Save ethernet MAC address when generated
 2021-11-11  9:10 UTC  (11+ messages)

[PATCH 0/2] RFC: add fdt_add_pubkey tool
 2021-11-11  8:15 UTC  (3+ messages)
` [PATCH 1/2] tools: add fdt_add_pubkey
` [PATCH 2/2] test_vboot.py: include test of fdt_add_pubkey tool

[PATCH 0/2] RFC: add fdt_add_pubkey tool
 2021-11-11  7:18 UTC  (7+ messages)
` [PATCH 1/2] tools: add fdt_add_pubkey

[PATCH] binman: Fix extract command for using non-absolute image paths
 2021-11-11  7:14 UTC 

[PATCH v2] binman: Fix replace subcommand help and comments
 2021-11-11  7:13 UTC 


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