public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-04-10 04:17:41 to 2022-04-11 19:20:12 UTC [more...]

[PATCH v2] cmd: bootefi: restore ability to boot arbitrary blob
 2022-04-11 19:19 UTC  (3+ messages)

[PATCH] arm: dts: imx8mp: Import GPCv2 subset, HSIOMIX and USB PD
 2022-04-11 19:11 UTC  (5+ messages)

[PATCH] doc: update bootefi man-page
 2022-04-11 19:10 UTC 

[PATCH 13/25] spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to Kconfig
 2022-04-11 19:05 UTC  (4+ messages)
` [v2 "

TFTP hangs with fragmented IP packets
 2022-04-11 19:02 UTC  (5+ messages)

[PATCH v3] ARM: dts: imx: Add support for Data Modul i.MX8M Mini eDM SBC
 2022-04-11 18:45 UTC 

[PATCH v11 00/14] Add CAAM driver model support
 2022-04-11 18:43 UTC  (3+ messages)
` [PATCH v11 01/14] crypto/fsl: Add support for CAAM Job ring driver model

[PATCH 00/11] Fuzzing and ASAN for sandbox
 2022-04-11 18:35 UTC  (23+ messages)
` [PATCH 01/11] sandbox: Set the EFI symbols in linker script
` [PATCH 02/11] sandbox: Migrate getopt section to linker list
` [PATCH 03/11] linker_lists: Rename sections to remove . prefix
` [PATCH 04/11] sandbox: Add support for Address Sanitizer
` [PATCH 05/11] fuzzing_engine: Add fuzzing engine uclass
` [PATCH 06/11] test: fuzz: Add framework for fuzzing
` [PATCH 07/11] sandbox: Decouple program entry from sandbox init
` [PATCH 08/11] sandbox: Add libfuzzer integration
` [PATCH 09/11] sandbox: Implement fuzzing engine driver
` [PATCH 10/11] fuzz: virtio: Add fuzzer for vring
` [PATCH 11/11] RFC: Hack dlmalloc to poison memory

[PATCH 00/11] virtio: Harden and test vring
 2022-04-11 18:35 UTC  (26+ messages)
` [PATCH 01/11] virtio_ring: Merge identical variables
` [PATCH 02/11] virtio_ring: Add helper to attach vring descriptor
` [PATCH 03/11] virtio_ring: Maintain a shadow copy of descriptors
` [PATCH 04/11] virtio_ring: Check used descriptors are chain heads
` [PATCH 05/11] dm: test: virtio: Test the virtio ring
` [PATCH 06/11] virtio: sandbox: Fix device features bitfield
` [PATCH 07/11] test: dm: virtio: Test notify before del_vqs
` [PATCH 08/11] virtio: sandbox: Bind RNG rather than block device
` [PATCH 09/11] test: dm: virtio: Test virtio device driver probing
` [PATCH 10/11] virtio: rng: Check length before copying
` [PATCH 11/11] RFC: test: dm: virtio: Test virtio-rng with faked device

[PATCH 0/8] Fix misc ASAN reports
 2022-04-11 18:35 UTC  (17+ messages)
` [PATCH 1/8] doc: Correct position of gdb '--args' parameter
` [PATCH 2/8] acpi: Fix buffer overflow in do_acpi_dump()
` [PATCH 3/8] x86: sandbox: Add missing PCI bar to barinfo
` [PATCH 4/8] usb: sandbox: Check for string end in copy_to_unicode()
` [PATCH 5/8] usb: sandbox: Bounds check read from buffer
` [PATCH 6/8] sound: Fix buffer overflow in square wave generation
` [PATCH 7/8] test: Fix pointer overrun in dm_test_devm_regmap()
` [PATCH 8/8] test: dm: devres: Remove use-after-free

[PATCH 00/11] Add Chameleon V3 support
 2022-04-11 18:35 UTC  (23+ messages)
` [PATCH 01/11] arm: dts: Add Mercury+ AA1 devicetree
` [PATCH 02/11] arm: dts: Add Chameleonv3 handoff headers
` [PATCH 03/11] arm: dts: Add Chameleonv3 devicetree
` [PATCH 04/11] board: Add Chameleonv3 board dir
` [PATCH 05/11] config: Add Chameleonv3 config
` [PATCH 06/11] misc: atsha204a: Increase wake delay by tWHI
` [PATCH 07/11] sysreset: socfpga: Use parent device for reading base address
` [PATCH 08/11] socfpga: arria10: Replace delays with busy waiting in cm_full_cfg
` [PATCH 09/11] socfpga: arria10: Improve bitstream loading speed
` [PATCH 10/11] socfpga: arria10: Wait for fifo empty after writing bitstream
` [PATCH 11/11] socfpga: arria10: Allow dcache_enable before relocation

RFC: Adding U-Boot version in FDT chosen node
 2022-04-11 18:27 UTC  (2+ messages)

[PATCH] warp7: Remove UART initialization code
 2022-04-11 18:20 UTC  (2+ messages)

[PATCH 1/1] image-fit: don't check free() argument
 2022-04-11 18:08 UTC 

[PATCH v7 0/7] fpga: zynqmp: Adding support of loading authenticated images
 2022-04-11 18:00 UTC  (8+ messages)
` [PATCH v7 1/7] fpga: add option for loading FPGA secure bitstreams
` [PATCH v7 2/7] fpga: add fit_fpga_load function
` [PATCH v7 3/7] fpga: xilinx: pass an address of xilinx_desc in fpga_desc
` [PATCH v7 4/7] fpga: xilinx: add missed identifier names
` [PATCH v7 5/7] fpga: xilinx: pass xilinx_desc pointer address into load() ops
` [PATCH v7 6/7] fpga: zynqmp: support loading authenticated images
` [PATCH v7 7/7] fpga: zynqmp: support loading encrypted bitfiles

[PATCH 01/16] net: dm9000: Make accessor names lowercase
 2022-04-11 17:56 UTC  (16+ messages)
` [PATCH 02/16] net: dm9000: Replace DM9000_DBG() with debug()
` [PATCH 03/16] net: dm9000: Make RxLen and RxStatus lowercase
` [PATCH 04/16] net: dm9000: Drop unused dump_regs()
` [PATCH 05/16] net: dm9000: Turn DM9000_DMP_PACKET() into a function
` [PATCH 06/16] net: dm9000: Drop volatiles
` [PATCH 07/16] net: dm9000: Checkpatch cleanup
` [PATCH 08/16] net: dm9000: Reorder and staticize
` [PATCH 09/16] net: dm9000: Rename board_info to dm9000_priv
` [PATCH 10/16] net: dm9000: Drop static device private data
` [PATCH 11/16] net: dm9000: Drop dm9000.h and staticize SROM access
` [PATCH 12/16] net: dm9000: Pass private data around for IO
` [PATCH 13/16] net: dm9000: Split non-DM specific bits from common code
` [PATCH 14/16] net: dm9000: Receive one packet per recv call
` [PATCH 15/16] net: dm9000: Add DM support
` [PATCH 16/16] net: dm9000: Add Kconfig entry

[PATCH v4 0/6] imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards
 2022-04-11 17:18 UTC  (8+ messages)

[PATCH] CI: Print out unmigrated symbols when failing
 2022-04-11 17:20 UTC 

[PATCH v2] board: purism: add the Purism Librem5 phone
 2022-04-11 16:21 UTC  (2+ messages)

[PATCH 01/10] microblaze: start.S: remove unused code
 2022-04-11 16:26 UTC  (10+ messages)
` [PATCH 02/10] microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHE
` [PATCH 03/10] microblaze: cache: improve dcache Kconfig options
` [PATCH 04/10] microblaze: cache: improve icache "
` [PATCH 05/10] microblaze: cache: split flush_cache() function
` [PATCH 06/10] microblaze: cache: migrate XILINX_DCACHE_BYTE_SIZE to Kconfig
` [PATCH 07/10] microblaze: cache: introduce flush_cache_all()
` [PATCH 08/10] microblaze: cache: introduce flush_dcache_range()
` [PATCH 09/10] cpu: microblaze: add driver for CPU
` [PATCH 10/10] microblaze: cache: use fdt cache size info if available

[PATCH v2] ARM: dts: imx: Add support for Data Modul i.MX8M Mini eDM SBC
 2022-04-11 16:12 UTC  (2+ messages)

[PATCH] bosch: Add inital board support for ACC
 2022-04-11 15:45 UTC  (2+ messages)

[PATCH 1/3] arm: dts: Resync dts for BeagleBone and derivatives
 2022-04-11 15:42 UTC  (3+ messages)
` [PATCH 2/3] board: ti: am335x: Add BBE Lite support
` [PATCH 3/3] board: ti: am335x: Add support for BBE Extended WiFi

[PATCH] build: allow a downstream suffix in the version shown during boot
 2022-04-11 15:31 UTC  (2+ messages)

[PATCH 0/3] Introduce new sign binman's option
 2022-04-11 15:02 UTC  (6+ messages)
` [PATCH 3/3] binman: add test for sign option

[PATCH v3 1/3] rng: add OP-TEE based Random Number Generator
 2022-04-11 14:47 UTC  (6+ messages)
` [PATCH v3 2/3] tee: optee: bind rng optee driver
` [PATCH v3 3/3] configs: add support of OPTEE RNG in stm32mp15 defconfig

[PATCH v3 0/3] malloc: Enable profiling dlmalloc with valgrind
 2022-04-11 14:17 UTC  (7+ messages)
` [PATCH v3 1/3] Add valgrind headers to U-Boot
` [PATCH v3 2/3] malloc: Annotate allocator for valgrind
` [PATCH v3 3/3] doc: sandbox: Document how to run sandbox with valgrind

[PATCH V2 0/6] Convert COUNTER_FREQUENCY to CONFIG_COUNTER_FREQUENCY
 2022-04-11 13:45 UTC  (12+ messages)
` [PATCH V2 1/6] xilinx: versal: board: use CONFIG_COUNTER_FREQUENCY
` [PATCH V2 2/6] arch: arm: move COUNTER_FREQUENCY from versal to arm
` [PATCH V2 3/6] arch: arm: Kconfig: set default COUNTER_FREQUENCY for i.MX
` [PATCH V2 4/6] configs: set CONFIG_COUNTER_FREQUENCY
` [PATCH V2 5/6] armv8: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is valid
` [PATCH V2 6/6] include/configs: drop COUNTER_FREQUENCY

[PATCH] ram: k3-ddrss: Allow use of dt provided initial frequency
 2022-04-11 12:32 UTC  (2+ messages)

[PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ
 2022-04-11 12:28 UTC  (4+ messages)

[PATCH] net: tftp: fix tftp server initialization
 2022-04-11 11:21 UTC 

[PATCH] imx: mx7dsabresd: enable DM_SERIAL
 2022-04-11 11:25 UTC  (2+ messages)

fs: ext4: File system errors after writing to ext4 partition
 2022-04-11  8:35 UTC 

[PATCH 1/2] Kconfig: Change SYS_MALLOC_F_LEN default to 0x2000
 2022-04-11  7:14 UTC  (2+ messages)

[PATCH v5 0/8] efi: capsule: Capsule Update fixes and enhancements
 2022-04-11 10:25 UTC  (7+ messages)
` [PATCH v5 1/8] capsule: board: Add information needed for capsule updates
` [PATCH v5 4/8] efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabled

[PATCH 1/2] mtd: call of_platform_populate() for MTD partitions
 2022-04-11 10:18 UTC  (7+ messages)
` [PATCH 2/2] nvmem: add driver handling U-Boot environment variables

[PATCH v9 00/16] Add Rikomagic MK808 board
 2022-04-11 10:06 UTC  (5+ messages)
` [PATCH v9 16/16] doc: rockchip: add rk3066 Rikomagic MK808

[PATCH] cmd: gpio: Add `gpio read` subcommand
 2022-04-11 10:02 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/1] ARM: renesas: reduce rcar3_salvator-x image size
 2022-04-11  9:45 UTC 

[PATCH 1/1] cli: support bracketed paste
 2022-04-11  9:39 UTC 

[PATCH v3 00/19] efi_loader: more tightly integrate UEFI disks to driver model
 2022-04-11  9:06 UTC  (4+ messages)
` [PATCH v3 14/19] efi_loader: disk: a helper function to create efi_disk objects from udevice

[RFC PATCH] efi_loader: add sha384/512 on certificate revocation
 2022-04-11  8:40 UTC  (3+ messages)

[PATCH] imx8m: imx8mq-evk: enable CONFIG_DM_SERIAL
 2022-04-11  9:13 UTC 

[PATCH v5 00/13] Prepare RK3066 U-boot support
 2022-04-11  2:26 UTC  (11+ messages)
` [PATCH v5 02/13] rockchip: spl: change call condition rockchip_stimer_init()
` [PATCH v5 03/13] rockchip: tpl: "
` [PATCH v5 08/13] rockchip: mmc: rockchip_dw_mmc: add rk3066/rk3188 support
` [PATCH v5 11/13] rockchip: serial: rename U_BOOT_DRIVER name to rockchip_uart
` [PATCH v5 13/13] rockchip: serial: Kconfig: allow ROCKCHIP_SERIAL enabled in TPL

[PATCH 1/2] sunxi: Skip MMC0 init when its pinmux conflicts with UART0
 2022-04-11  2:03 UTC  (3+ messages)
` [PATCH 2/2] mmc: sunxi: Remove unnecessary pinmux option dependency

[PATCH v10 00/16] Add Rikomagic MK808 board
 2022-04-11  1:29 UTC  (17+ messages)
` [PATCH v10 01/16] rockchip: rk3066-power: sync power domain dt-binding header from Linux
` [PATCH v10 02/16] rockchip: rk3066: add grf header file
` [PATCH v10 03/16] rockchip: rk3066: add clock driver for rk3066 soc
` [PATCH v10 04/16] rockchip: rk3066: add rk3066 pinctrl driver
` [PATCH v10 05/16] rockchip: rk3066: add sdram driver
` [PATCH v10 06/16] arm: dts: rockchip: fix rk3xxx-u-boot.dtsi
` [PATCH v10 07/16] arm: dts: rockchip: fix include rk3xxx-u-boot.dtsi
` [PATCH v10 08/16] arm: dts: rockchip: add rk3066a.dtsi
` [PATCH v10 09/16] arm: dts: rockchip: add rk3066a-mk808.dts
` [PATCH v10 10/16] rockchip: tools: add rk3066 support to rkcommon.c
` [PATCH v10 11/16] rockchip: rk3066: add core support
` [PATCH v10 12/16] rockchip: rk3066: add Rikomagic MK808 board
` [PATCH v10 13/16] rockchip: rk3066: add mk808_defconfig
` [PATCH v10 14/16] doc: rockchip: restyle rockchip.rst
` [PATCH v10 15/16] doc: rockchip: add px30/rk3326 boards and examples
` [PATCH v10 16/16] doc: rockchip: add rk3066 Rikomagic MK808

Pull request for efi-2022-07-rc1
 2022-04-10 23:05 UTC  (2+ messages)

[PATCH] Revert "env: Load env when ENV_IS_NOWHERE is only location selected"
 2022-04-10 22:20 UTC  (4+ messages)

[PATCH 1/1] binman: don't import deprecated distutils package
 2022-04-10 19:06 UTC  (2+ messages)

[PATCH] gpio: pca953x_gpio: add PCA957X support
 2022-04-10 15:20 UTC  (2+ messages)

[PATCH v3] gpio: Enable hogging support in SPL
 2022-04-10 15:20 UTC  (2+ messages)

[PATCH] gpio: Add gpio_request_by_line_name()
 2022-04-10 15:20 UTC  (2+ messages)

[PATCH] test/py:Update python tests for ‘gpio’ cmd
 2022-04-10 15:20 UTC  (2+ messages)

[PATCH 0/6] Convert COUNTER_FREQUENCY to CONFIG_COUNTER_FREQUENCY
 2022-04-10  3:48 UTC  (2+ messages)
` [PATCH 4/6] configs: set CONFIG_COUNTER_FREQUENCY

[PATCH 1/3] configs: imx8mp_evk: enable CONFIG_DM_SERIAL
 2022-04-10  8:33 UTC  (3+ messages)
` [PATCH 2/3] configs: imx8mm_evk: "
` [PATCH 3/3] configs: imx8mp_evk: "

Fwd: Network U-Boot Custodian Tree | Failed pipeline for next | 19ca279e
 2022-04-10  6:07 UTC 

[PATCH] Allow colon in PXE bootfile URLs
 2022-04-10  5:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] phy: adin: add driver for Analog Devices ADIN1300 PHY
 2022-04-10  5:25 UTC  (3+ messages)

[PATCH 0/2] prevent undesired de-assertion of phy-reset
 2022-04-10  5:05 UTC  (10+ messages)
` [PATCH 1/2] net: fec: prevent undesired de-assertion of phy-reset on request
` [PATCH 2/2] net: eth-phy: "

[PATCH u-boot-net v4 00/14] u-boot-net refactors, fixes, cleanups
 2022-04-10  5:02 UTC  (2+ messages)

[PATCH] misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux
 2022-04-10  4:27 UTC 

[PATCH] imx8mq: soc: Set the BYPASS ID SWAP bit (GPR10 bit 1)
 2022-04-10  4:18 UTC 


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