public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-04-10 23:05:23 to 2022-04-11 20:14:58 UTC [more...]

[PATCH] led: led_pwm: Add a driver for LEDs connected to PWM
 2022-04-11 20:14 UTC  (2+ messages)

[PATCH 0/3] Support any-salt for padding pss verification
 2022-04-11 20:14 UTC  (7+ messages)
` [PATCH 1/3] lib: rsa: Fix const-correctness of rsassa_pss functions
` [PATCH 2/3] lib: rsa: Leverage existing data buffer instead of systematic copy
` [PATCH 3/3] lib: rsa: Update function padding_pss_verify (any-salt)

[PATCH] ARM: dts: k3-j721s2: Correct timer frequency
 2022-04-11 20:14 UTC  (2+ messages)

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

[PATCH v2 01/23] mmc: fsl_esdhc_imx: Add i.MX8MP compatible string
 2022-04-11 19:45 UTC  (23+ messages)
` [PATCH v2 02/23] ARM: dts: net: dwc_eth_qos: Fix "
` [PATCH v2 03/23] ARM: imx: imx8m: Add 933 MHz PLL settings
` [PATCH v2 04/23] imx8m: ddrphy_utils: Add 3732 MT/s mode
` [PATCH v2 05/23] pmic: pca9450: Add PCA9450C compatible string
` [PATCH v2 06/23] pmic: pca9450: Add upstream regulators subnode match
` [PATCH v2 07/23] pmic: pca9450: Add regulator driver
` [PATCH v2 08/23] spi: nxp_fspi: Add i.MX8MP compatible string
` [PATCH v2 09/23] ARM: dts: imx: Add flexspi node to i.MX8MP
` [PATCH v2 10/23] ARM: imx: Decode ECSPI env location from i.MX8M ROMAPI tables
` [PATCH v2 11/23] ARM: imx: Get rid of only i.MX8M SMCCC arch call
` [PATCH v2 12/23] power-domain: Return 0 if ops unimplemented and remove empty functions
` [PATCH v2 13/23] imx: power-domain: Descend into pgc subnode if present
` [PATCH v2 14/23] imx: power-domain: Inline arch-imx8m/power-domain.h
` [PATCH v2 15/23] imx: power-domain: Get rid of SMCCC dependency
` [PATCH v2 16/23] power_domain: Add power_domain_get_by_name()
` [PATCH v2 17/23] imx: power-domain: Add i.MX8MP support
` [PATCH v3 18/23] imx: power-domain: Add i.MX8MP HSIOMIX driver
` [PATCH v3 19/23] clk: imx8mp: Fill in DWC3 USB, USB PHY, HSIOMIX clock
` [PATCH v2 20/23] phy: phy-imx8mq-usb: Add support for i.MX8MP USB PHY
` [PATCH v2 21/23] usb: dwc3: Rename .select_dr_mode to .glue_configure
` [PATCH v2 22/23] usb: dwc3: Implement .glue_configure for i.MX8MP
` [PATCH v2 23/23] arm: dts: imx8mp: Import GPCv2 subset, HSIOMIX and USB PD

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

[PATCH u-boot-net 0/3] A tiny batch of keystone_net changes
 2022-04-11 19:20 UTC  (4+ messages)
` [PATCH u-boot-net 1/3] driver: net: ti: keystone_net: Deduplicate code
` [PATCH u-boot-net 2/3] driver: net: ti: keystone_net: Convert to ofnode functions
` [PATCH u-boot-net 3/3] driver: net: ti: keystone_net: Change priv member type

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

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

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  (9+ 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 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)


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