public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-10-13 12:33:13 to 2022-10-14 17:44:49 UTC [more...]

[PATCH 0/6] broken CVE fix (b85d130ea0ca)
 2022-10-14 17:43 UTC  (5+ messages)
` [PATCH 1/6] net: improve check for no IP options
` [PATCH 2/6] net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr)
` [PATCH 3/6] net: (actually/better) deal with CVE-2022-{30790,30552}
` [PATCH 4/6] net: fix ip_len in reassembled IP datagram

U-Boot CONFIG_DM_SERIAL migration deadline
 2022-10-14 17:28 UTC  (5+ messages)

[PATCH] Nokia RX-51: Fix compilation with non-zero CONFIG_SYS_TEXT_BASE
 2022-10-14 16:46 UTC  (2+ messages)

[PATCH 1/2] global: Do not default to faking missing binaries for buildman
 2022-10-14 16:44 UTC  (8+ messages)
` [PATCH 2/2] buildman: Add --allow-missing-binaries flag to build with BINMAN_ALLOW_MISSING=1

imx patches pending
 2022-10-14 16:38 UTC 

[PATCH] efi_loader: Let networking support depend on NETDEVICES
 2022-10-14 16:10 UTC 

[PATCH v4 00/10] introduce Arm FF-A support
 2022-10-14 16:08 UTC  (18+ messages)
` [PATCH v5 "
  ` [PATCH v5 02/10] arm64: smccc: clear the Xn registers after SMC calls
  ` [PATCH v5 04/10] arm_ffa: introduce Arm FF-A low-level driver
  ` [PATCH v5 09/10] arm_ffa: introduce FF-A MM communication
  ` [PATCH v6 00/10] introduce Arm FF-A support

[PATCH] Kconfig: distro: Use imply instead of select for CMD_FAT
 2022-10-14 16:08 UTC  (6+ messages)

[PATCH v3 0/6] eficonfig: add UEFI Secure Boot key maintenance interface
 2022-10-14 15:58 UTC  (9+ messages)
` [PATCH v3 1/6] eficonfig: refactor eficonfig_select_file_handler()
` [PATCH v3 2/6] eficonfig: expose append entry function
` [PATCH v3 3/6] eficonfig: add UEFI Secure Boot Key enrollment interface
` [PATCH v3 4/6] eficonfig: add "Show/Delete Signature Database" menu entry
` [PATCH v3 5/6] test/eficonfig: support secure boot key maintenance menu
` [PATCH v3 6/6] test: add test for eficonfig secure boot key management

[PATCH v2 00/39] efi: Improvements to U-Boot running on top of UEFI
 2022-10-14 15:58 UTC  (18+ messages)
` [PATCH v2 01/39] RFC: efi: Drop code that doesn't work with driver model

[PATCH v2 00/45] vbe: Implement the full firmware flow
 2022-10-14 15:55 UTC  (45+ messages)
` [PATCH v2 03/45] Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
` [PATCH v2 04/45] disk: Drop debug messages in part_efi
` [PATCH v2 12/45] test: Report skippped tests
` [PATCH v2 13/45] test: Update tests to use the skip feature
` [PATCH v2 14/45] test: Support tests which can only be run manually
` [PATCH v2 15/45] bootstd: Add a way to set up a bootflow
` [PATCH v2 16/45] disk: Rename block functions
` [PATCH v2 17/45] disk: Rename block_dev to desc
` [PATCH v2 18/45] dm: blk: Add udevice functions
` [PATCH v2 19/45] usb: Update the test to cover reading and writing
` [PATCH v2 20/45] bloblist: Drop debugging
` [PATCH v2 21/45] dm: blk: mmc: Tidy up some Makefile rules for SPL
` [PATCH v2 22/45] dm: mmc: Allow sandbox emulator to build without writes
` [PATCH v2 23/45] sandbox: Drop message about writing sandbox state
` [PATCH v2 24/45] image: Move comment for fit_conf_find_compat()
` [PATCH v2 25/45] sandbox: Generalise SPL booting
` [PATCH v2 26/45] sandbox: Add a way to specify the sandbox executable
` [PATCH v2 27/45] image: Add the concept of a phase to FIT
` [PATCH v2 28/45] image: Allow loading a FIT image for a particular phase
` [PATCH v2 29/45] image: Correct strncpy() warning with image_set_name()
` [PATCH v2 30/45] vbe: Rename vbe_fixup to vbe_request
` [PATCH v2 31/45] vbe: Use a warning for a failed requests
` [PATCH v2 32/45] spl: Allow multiple loaders of the same time
` [PATCH v2 33/45] sandbox: Support obtaining the next phase from an image
` [PATCH v2 34/45] vbe: Support selecting operations by SPL phase
` [PATCH v2 35/45] vbe: Support reading the next SPL phase via VBE
` [PATCH v2 36/45] vbe: Move OS implementation into a separate file
` [PATCH v2 37/45] vbe: Drop the U-Boot prefix from the version
` [PATCH v2 38/45] vbe: Add Kconfig options for VPL
` [PATCH v2 39/45] vbe: Add info about the VBE device to the fwupd node
` [PATCH v2 40/45] sandbox: Add an image for VPL
` [PATCH v2 41/45] vpl: Allow signature verification
` [PATCH v2 42/45] vbe: Use a manual test
` [PATCH v2 43/45] vbe: Record which phases loaded using VBE
` [PATCH v2 44/45] vbe: Add a command to show the VBE state
` [PATCH v2 45/45] vbe: Add a test for the VBE flow into U-Boot proper

[PATCH 0/3] cmd: source: Support specifying config name
 2022-10-14 15:56 UTC  (7+ messages)
` [PATCH 1/3] treewide: Use NULL for script image name
` [PATCH 2/3] cmd: source: Clean up a few lines
` [PATCH 3/3] cmd: source: Support specifying config name

[PATCH] test: Fix typo in test name
 2022-10-14 15:56 UTC  (2+ messages)

[PATCH] libfdt: Fix invalid version warning
 2022-10-14 15:56 UTC  (2+ messages)

[PATCH v2 0/6] Update Chameleon v3 configuration
 2022-10-14 15:56 UTC  (13+ messages)
` [PATCH v2 1/6] socfpga: chameleonv3: Enable ext4 in SPL
` [PATCH v2 2/6] socfpga: chameleonv3: Move environment to a text file
` [PATCH v2 3/6] arm: dts: chameleonv3: Override chameleonv3 bitstream names
` [PATCH v2 4/6] arm: dts: chameleonv3: Rename chameleonv3.dts to .dtsi
` [PATCH v2 5/6] arm: dts: chameleonv3: Add 270-2 variant
` [PATCH v2 6/6] chameleonv3: Convert CONFIG_SPL_MAX_SIZE to Kconfig

Requiring SPL_DM for new boards?
 2022-10-14 15:56 UTC 

[PATCH 0/5] Makefile: Deal with missing blobs consistently
 2022-10-14 15:56 UTC  (8+ messages)
` [PATCH 4/5] binman: Use an exit code when blobs are missing

[PATCH 1/2] core: Enable DM by default
 2022-10-14 15:56 UTC  (4+ messages)
` [PATCH 2/2] input: Remove legacy KEYBOARD option

[PATCH] libfdt: Fix build with python 3.10
 2022-10-14 15:56 UTC  (2+ messages)

Question about uboot initialisation
 2022-10-14 15:56 UTC  (3+ messages)

[PATCH v13 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-10-14 15:56 UTC  (22+ messages)
` [PATCH v13 02/15] FWU: Add FWU metadata structure and driver for accessing metadata
` [PATCH v13 03/15] FWU: Add FWU metadata access driver for GPT partitioned block devices
` [PATCH v13 06/15] FWU: Add helper functions for accessing FWU metadata
` [PATCH v13 09/15] FWU: Add boot time checks as highlighted by the FWU specification
` [PATCH v13 10/15] FWU: Add support for the FWU Multi Bank Update feature
` [PATCH v13 13/15] mkeficapsule: Add support for generating empty capsules

[PATCH] cmd: clk: probe the clock before dump them
 2022-10-14 15:56 UTC  (2+ messages)

[PATCH] tests: Build correct sandbox configuration on 32bit
 2022-10-14 15:56 UTC  (4+ messages)

[RESEND PATCH 1/2] splash: support raw image from MMC
 2022-10-14 15:55 UTC  (3+ messages)

[PATCH v2 1/2] image: Fix string truncation warning
 2022-10-14 15:55 UTC  (3+ messages)

[RESEND PATCH 2/2] splash: get devpart from environment variable
 2022-10-14 15:55 UTC  (3+ messages)

[PATCH] blk: fix a couple of trivial documentation typos
 2022-10-14 15:55 UTC  (2+ messages)

U-Boot CONFIG_TIMER migration deadline
 2022-10-14 14:50 UTC  (5+ messages)

U-Boot CONFIG_DM_I2C migration deadline
 2022-10-14 13:34 UTC 

[PATCH] sandbox: Eliminate CONFIG_HOST_32/64BIT
 2022-10-14 12:58 UTC  (5+ messages)

[PATCH] riscv: andes_plic.c: use modified IPI scheme
 2022-10-14  7:00 UTC 

ext4load failed in the uboot
 2022-10-14  5:38 UTC 

ext4load failed in the uboot
 2022-10-14  3:35 UTC 

[PATCH v2] efi_loader: Improve console screen clearing and reset
 2022-10-14  8:31 UTC  (5+ messages)

[PATCHv2 0/5] FWU: Add support for mtd backed feature on DeveloperBox
 2022-10-14  7:33 UTC  (7+ messages)
` [PATCHv2 1/5] FWU: Add FWU metadata access driver for MTD storage regions
` [PATCHv2 2/5] FWU: mtd: Add helper functions for accessing FWU metadata
` [PATCHv2 3/5] dt: fwu: developerbox: enable fwu banks and mdata regions

[PATCH 0/6] sunxi: improve F1C200s support
 2022-10-14  5:04 UTC  (5+ messages)
` [PATCH 6/6] sunxi: add CherryPi-F1C200s support

[PATCH 0/8] SUNIV SPI NAND support in SPL
 2022-10-14  3:05 UTC  (9+ messages)
` [PATCH 1/8] sunxi: SPL SPI: extract code for doing SPI transfer
` [PATCH 2/8] sunxi: SPL SPI: add support for read command with 2 byte address
` [PATCH 3/8] sunxi: SPL SPI: allow multiple boot attempt
` [PATCH 4/8] sunxi: SPL SPI: add initial support for booting from SPI NAND
` [PATCH 5/8] sunxi: enable support for SPI NAND booting on SUNIV
` [PATCH 6/8] [DO NOT MERGE] sunxi: sync DT from my tree for PopStick
` [PATCH 7/8] [DO NOT MERGE, DIRTY HACK] sunxi: use UBI for environement storage
` [PATCH 8/8] [DO NOT MERGE] sunxi: add a defconfig for PopStick

[REGRESSION]: v2022.07: SHA256 hash is broken on imx8m series with CAAM enabled
 2022-10-14  1:00 UTC  (6+ messages)
` [EXT] "

commit 787f04bb6a - imx: add USB2_BOOT type
 2022-10-14  0:55 UTC  (2+ messages)

[PATCH v4] imx: imx8qm: cgtqmx8: switch to binman
 2022-10-14  0:42 UTC  (2+ messages)

[PATCH 0/3] arm64: layerscape: Various small size reductions for SPL
 2022-10-14  0:41 UTC  (7+ messages)
` [PATCH 1/3] arm: layerscape: Don't select FSL_IFC when booting from SD card
` [PATCH 2/3] arm: layerscape: Disable unused parts of ICID tables
` [PATCH 3/3] arm: fsl: csu: Reduce size of ns_dev

[PATCH] clk: k210: Fix error calculation on 32bit
 2022-10-13 20:34 UTC 

[PATCH 1/1] powerpc: fix fdt_fixup_liodn_tbl_fman()
 2022-10-13 20:07 UTC  (4+ messages)

[u-boot][PATCH 00/14] rawnand: omap_gpmc: driver model support
 2022-10-13 19:42 UTC  (7+ messages)
` [u-boot][PATCH 10/14] mtd: rawnand: omap_gpmc: support u-boot driver model

[PATCH 0/2] sunxi: update devicetree files from the kernel
 2022-10-13 19:01 UTC  (3+ messages)
  `  "

[PATCH v6 0/8] Add MV88E6xxx DSA driver and use on gwventana
 2022-10-13 18:09 UTC  (4+ messages)
` [PATCH v6 7/8] net: add MV88E61xx DSA driver

[PATCH v2 01/45] WIP: gitlab: Install pyelftools
 2022-10-13 16:01 UTC  (3+ messages)
` [PATCH v2 02/45] docker: Install pyelftools for builds

[PATCH] image: fit: Fix not verifying data configuration
 2022-10-13 15:41 UTC  (5+ messages)

[PATCH v2] cmd: bcb: select user(0) hwpart in __bcb_load()
 2022-10-13 15:24 UTC  (2+ messages)

[PATCH 0/2] sunxi: fix SUNIV D$ support
 2022-10-13 13:26 UTC  (3+ messages)
` [PATCH 1/2] sunxi: fix SUNIV build when enabling D-Cache
` [PATCH 2/2] configs: sunxi: licheepi_nano: enable D-Cache


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