mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/9] Add ECDSA support for FIT image verification
 2024-08-06  6:03 UTC  (2+ messages)

[PATCH] bootchooser: warn if NV is used instead of barebox-state
 2024-08-06  5:57 UTC  (2+ messages)

[PATCH master] usb: xhci: fix erroneous USB_DT_CONFIG descriptor size
 2024-08-06  5:56 UTC  (2+ messages)

[PATCH] ARM: rockchip: dmc: reduce number of leading zeroes
 2024-08-06  5:55 UTC  (2+ messages)

[PATCH master] optee: include linux/limits.h to define U64_MAX
 2024-08-06  5:54 UTC  (2+ messages)

[PATCH] fixup! console: add new CONSOLE_ACTIVATE_ALL_FALLBACK option
 2024-08-06  5:54 UTC  (2+ messages)

eth frame error on imx6ul
 2024-08-05 16:57 UTC  (4+ messages)

short entropy delay causes RNG hardware error
 2024-08-05 16:56 UTC  (2+ messages)

bootchooser: avoid write environment
 2024-08-05 13:36 UTC  (3+ messages)

[PATCH] parameter: fix parameter name to reflect usage
 2024-08-05 12:54 UTC  (2+ messages)

[PATCH v2 00/19] Add ECDSA support for FIT image verification
 2024-08-05 12:44 UTC  (42+ messages)
` [PATCH v2 01/19] errno: include string for EOPNOTSUPP
` [PATCH v2 02/19] rsatoc: disable deprecated function warnings
` [PATCH v2 03/19] rsatoc: remove unnecessary function call
` [PATCH v2 04/19] rsatoc: pass EVP_PKEY around
` [PATCH v2 05/19] rsatoc: rename rsa_err() to openssl_error()
` [PATCH v2 06/19] rsatoc: move engine initialization to engine_get_pub_key()
` [PATCH v2 07/19] rsatoc: cleanup error handling
` [PATCH v2 08/19] rsatoc: remove unnecessary error check
` [PATCH v2 09/19] rsatoc: use non deprecated openssl functions to retrieve RSA params
` [PATCH v2 10/19] rsatoc: check error value of gen_key()
` [PATCH v2 11/19] rsatoc: rename to keytoc
` [PATCH v2 12/19] keytoc: add ecdsa support
` [PATCH v2 13/19] keytoc: Let openssl_error() take a format string
` [PATCH v2 14/19] keytoc: clarify error messages
` [PATCH v2 15/19] malloc: implement free_sensitive()
` [PATCH v2 16/19] Add elliptic curve cryptography (ECC) helper functions
` [PATCH v2 17/19] crypto: add ECDSA support
` [PATCH v2 18/19] crypto: make RSA a visible option
` [PATCH v2 19/19] fit: Add ecdsa support

[PATCH 1/2] Fix Kconfig coding style from spaces to tab
 2024-08-02  5:49 UTC  (3+ messages)
` [PATCH 2/2] Fix Makefile "

[PATCH] fixup! debug_ll: implement putws_ll
 2024-08-01 12:51 UTC  (2+ messages)

[PATCH] console: honour OF current-speed property if available
 2024-08-01 11:36 UTC  (2+ messages)

[PATCH 1/5] console: provide veprintf and eputchar helpers
 2024-08-01 11:33 UTC  (6+ messages)
` [PATCH 2/5] KASan: report: print shadow memory state to stderr
` [PATCH 3/5] ARM: print exception reports "
` [PATCH 4/5] common: print panic "
` [PATCH 5/5] RISC-V: stacktrace: output stack traces to standard error

[PATCH] debug_ll: implement putws_ll
 2024-08-01 11:31 UTC  (2+ messages)

[PATCH] efi: define extra efi_memory_type flags
 2024-08-01 11:30 UTC  (2+ messages)

[PATCH v2 00/10] mmc: add SD/eMMC erase support
 2024-08-01 11:27 UTC  (15+ messages)
` [PATCH v2 01/10] fs: give erase() a new erase_type parameter
` [PATCH v2 02/10] cdev: factor out range identical/overlap check
` [PATCH v2 03/10] block: factor out chunk_flush helper
` [PATCH v2 04/10] block: allow block devices to implement the cdev erase operation
` [PATCH v2 05/10] mci: turn bool members into bitfield in struct mci
` [PATCH v2 06/10] mci: describe more command structure in mci.h
` [PATCH v2 07/10] mci: core: use CONFIG_MCI_WRITE, not CONFIG_BLOCK_WRITE
` [PATCH v2 08/10] mci: add support for discarding write blocks
` [PATCH v2 09/10] commands: sync: add new command to flush cached writes
` [PATCH v2 10/10] commands: blkstats: add command to print block device statistics

[PATCH 00/10] mmc: add SD/eMMC erase support
 2024-07-31  7:19 UTC  (29+ messages)
` [PATCH 01/10] fs: give erase() a new erase_type parameter
` [PATCH 02/10] block: factor out chunk_flush helper
` [PATCH 03/10] block: allow block devices to implement the cdev erase operation
` [PATCH 04/10] mci: turn bool members into bitfield in struct mci
` [PATCH 05/10] mci: describe more command structure in mci.h
` [PATCH 06/10] mci: core: use CONFIG_MCI_WRITE, not CONFIG_BLOCK_WRITE
` [PATCH 07/10] mci: add support for discarding write blocks
` [PATCH 08/10] commands: sync: add new command to flush cached writes
` [PATCH 09/10] mci: core: remove reference to SD Card from common mci_card_probe
` [PATCH 10/10] commands: blkstats: add command to print block device statistics

[PATCH v2 0/9] i.MX8M HAB and OCOTP additions and fixes
 2024-07-30 10:38 UTC  (6+ messages)
` [PATCH v2 7/9] i.MX8M: HABv4: add an option to allow key revocation

[PATCH 1/2] restart: allow selecting restart handler by device name
 2024-07-30 10:19 UTC  (3+ messages)
` [PATCH 2/2] watchdog: imxwd: populate device pointer when registering restart handler

[PATCH] common: clarify help text for CONFIG_CONSOLE_ACTIVATE_* options
 2024-07-30 10:17 UTC  (2+ messages)

[PATCH v3 1/2] console: add new CONSOLE_ACTIVATE_ALL_FALLBACK option
 2024-07-30 10:17 UTC  (3+ messages)
` [PATCH v3 2/2] common: clarify help text for CONFIG_CONSOLE_ACTIVATE_* options

[PATCH] ext4: Fix integer overflow in ext4fs_read_symlink()
 2024-07-30  9:32 UTC  (2+ messages)

[PATCH v2] of: fdt: fix overflows when parsing sizes
 2024-07-30  9:32 UTC  (3+ messages)

[PATCH] commands: sync: add new command to flush cached writes
 2024-07-30  9:28 UTC  (2+ messages)

[RESEND][PATCH 1/2] console: add new CONSOLE_ACTIVATE_ALL_FALLBACK option
 2024-07-30  8:33 UTC  (4+ messages)
` [RESEND][PATCH 2/2] common: clarify help text for CONFIG_CONSOLE_ACTIVATE_* options

[PATCH] fs: ramfs: simplify len calculation in ramfs_find_chunk
 2024-07-30  8:17 UTC  (2+ messages)

[PATCH master] of: fdt: fix overflows when parsing sizes
 2024-07-30  8:16 UTC  (4+ messages)

[PATCH] rsa: fix deleting RSA keys
 2024-07-30  8:15 UTC  (2+ messages)

[PATCH] calloc: handle wrap around in total buffer size correctly
 2024-07-30  8:14 UTC  (2+ messages)

[PATCH master 1/2] dma: debug: fix compiler warning about pointer u64 cast
 2024-07-30  8:13 UTC  (3+ messages)
` [PATCH master 2/2] usb: gadget: fsl_udc: dma_map buffers instead of using dma_sync

[PATCH] env: suggest global/nv command when calling setenv on non-existent parameter
 2024-07-30  8:11 UTC  (2+ messages)

[PATCH] net: designware: dma_sync_single_for_device buffer before passing to HW
 2024-07-30  8:10 UTC  (2+ messages)

[PATCH 1/2] ARM: i.MX8MP: tqma8mpxl: fix eMMC barebox update handler
 2024-07-30  7:53 UTC  (4+ messages)
` [PATCH 2/2] ARM: i.MX8MP: tqma8mpxl: match board code against SoM compatible
  ` (subset) "
` (subset) [PATCH 1/2] ARM: i.MX8MP: tqma8mpxl: fix eMMC barebox update handler

[PATCH] bbu: report what device caused the handler to be unavailble
 2024-07-30  7:52 UTC  (2+ messages)

[PATCH] fixup! ARM: cpuinfo: add option to print early memory map
 2024-07-30  7:51 UTC  (2+ messages)

[PATCH] MIPS: <asm/io.h>: use generic io accessors
 2024-07-30  7:50 UTC  (2+ messages)

[PATCH] mci: core: remove reference to SD Card from common mci_card_probe
 2024-07-30  7:50 UTC  (2+ messages)

[PATCH] watchdog: imxwd: more info in imx21_watchdog_set_timeout debug message
 2024-07-30  7:50 UTC  (2+ messages)

[PATCH] optee: ioctl takes unsigned int argument
 2024-07-30  7:49 UTC  (2+ messages)

[PATCH] habv4: ignore engine failure due to RNG self-test in boot ROM
 2024-07-24  8:42 UTC  (2+ messages)

[PATCH] ARM: cpuinfo: add option to print early memory map
 2024-07-24  8:38 UTC  (2+ messages)

[PATCH] resource: add CONFIG_DEBUG_RESOURCES option
 2024-07-24  8:14 UTC  (2+ messages)

[PATCH] pstore: implement devinfo callback
 2024-07-24  8:14 UTC  (2+ messages)

[PATCH] commands: mount: simplify positional argument handling
 2024-07-24  8:09 UTC  (2+ messages)

[PATCH master 1/3] resource: return NULL for error in request_barebox_region
 2024-07-24  8:08 UTC  (6+ messages)
` [PATCH master 2/3] ARM: i.MX8M: scratch: fix initcall return code on request_barebox_region error
` [PATCH master 3/3] RISC-V: cpu: "

[PATCH] lib: kasan: kasan_test: hide buggy access after xzalloc from compiler
 2024-07-24  8:07 UTC  (2+ messages)

[PATCH] ARM: i.MX8M: bootrom-cmd: include missing linux/kernel.h header
 2024-07-24  8:06 UTC  (2+ messages)

HAB warning on imx6sx
 2024-07-23 14:54 UTC  (5+ messages)

page:  |  | latest

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