mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2 0/9] i.MX8M HAB and OCOTP additions and fixes
 2024-07-30 10:38 UTC  (10+ messages)
` [PATCH v2 1/9] i.MX: HABv4: fix SRK_LOCK for i.MX8M devices
` [PATCH v2 5/9] i.MX: HAB: add imx_hab_revoke_key support
` [PATCH v2 7/9] i.MX8M: HABv4: add an option to allow key revocation
` (subset) [PATCH v2 0/9] i.MX8M HAB and OCOTP additions and fixes

[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 00/10] mmc: add SD/eMMC erase support
 2024-07-30 10:09 UTC  (21+ 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] ext4: Fix integer overflow in ext4fs_read_symlink()
 2024-07-30  9:32 UTC  (3+ 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)

[PATCH 0/9] Add ECDSA support for FIT image verification
 2024-07-22  8:24 UTC  (10+ messages)
` [PATCH 1/9] errno: include string for EOPNOTSUPP
` [PATCH 2/9] rsatoc: switch to non deprecated openssl API
` [PATCH 3/9] rsatoc: rename to keytoc
` [PATCH 4/9] keytoc: add ecdsa support
` [PATCH 5/9] malloc: implement free_sensitive()
` [PATCH 6/9] Add elliptic curve cryptography (ECC) helper functions
` [PATCH 7/9] crypro: add ECDSA support
` [PATCH 8/9] crypto: make RSA a visible option
` [PATCH 9/9] fit: Add ecdsa support

[PATCH v2 1/2] sandbox: alias I/O ports region in MMIO space
 2024-07-19 12:31 UTC  (3+ messages)
` [PATCH v2 2/2] sandbox: add dummy pinctrl nodes

[PATCH master 1/3] environment: don't leak environment path buffer
 2024-07-19  6:45 UTC  (4+ messages)
` [PATCH master 2/3] partition: fix use of uninitialized variable in error message
` [PATCH master 3/3] of: fdt: harden against corrupted reserve map entries

[PATCH v2 1/2] xfuncs: return NULL from xstrdup_wchar(NULL)
 2024-07-19  6:40 UTC  (3+ messages)
` [PATCH v2 2/2] include: xfuncs: employ compiler attributes to aid GCC warnings

[PATCH 1/2] ci: bump action versions
 2024-07-19  6:38 UTC  (3+ messages)
` [PATCH 2/2] ci: labgrid: use different names per Test Results entry

[PATCH 0/6] squashfs: harden against crafted metadata
 2024-07-19  6:36 UTC  (8+ messages)
` [PATCH 1/6] squashfs: be more careful about metadata corruption
` [PATCH 2/6] squashfs: more metadata hardening
` [PATCH 3/6] squashfs metadata 2: electric boogaloo
` [PATCH 4/6] squashfs: more metadata hardening
` [PATCH 5/6] Squashfs: Compute expected length from inode size rather than block length
` [PATCH 6/6] squashfs: refuse mount of squashfs images with non-128K block size

[PATCH 1/2] rtc: add stubs for when CONFIG_RTC_CLASS is disabled
 2024-07-19  6:35 UTC  (3+ messages)
` [PATCH 2/2] rtc: return first RTC when rtc_lookup(NULL) is called

[PATCH 0/8] include: list: remove dependency on linux/kernel.h
 2024-07-19  6:31 UTC  (10+ messages)
` [PATCH 1/8] regmap-mmio: don't call kfree on non kmalloc allocated buffers
` [PATCH 2/8] treewide: fix dependency on indirectly included linux/kernel.h
` [PATCH 3/8] stringlist: make header self-contained
` [PATCH 4/8] module: retire MODULE_SYMBOL_PREFIX
` [PATCH 5/8] include: move MODULE_* macro definitions into own header
` [PATCH 6/8] include: asm-generic/bug: break recursive dependency
` [PATCH 7/8] include: linux/kernel.h: split off into multiple headers
` [PATCH 8/8] include: list: replace full kernel.h inclusion with smaller container_of.h

[PATCH 1/4] init: mark initcalls const
 2024-07-19  6:26 UTC  (5+ messages)
` [PATCH 2/4] base: use initcalls instead of linker lists to register classes
` [PATCH 3/4] watchdog: remove needless error checking for device parameter
` [PATCH 4/4] watchdog: factor out device registration into common class code

[PATCH] include: xfuncs: employ compiler attributes to aid GCC warnings
 2024-07-19  6:22 UTC  (2+ messages)

[PATCH] firmware: ti_sci: drop unused ti_sci_list
 2024-07-19  6:21 UTC  (2+ messages)

[PATCH] lib: term: add missing headers, license and copyright
 2024-07-19  6:21 UTC  (2+ messages)

[PATCH] aiodev: mc13xxx_adc: zero-initialize struct aiochannel
 2024-07-19  6:21 UTC  (2+ messages)

[PATCH master] misc: port: bump down debugging print from notice
 2024-07-19  6:21 UTC  (2+ messages)

[PATCH] video: backlight-pwm: switch to gpiod functions
 2024-07-17 20:18 UTC  (2+ messages)

Various Squashfs Issues
 2024-07-17  7:36 UTC  (2+ messages)

Various Integer Overflows in dlmalloc
 2024-07-16 18:00 UTC  (2+ messages)

[PATCH master] sandbox: lds: fix "ELF has a LOAD segment with RWX permissions" warning
 2024-07-16 11:09 UTC  (3+ messages)

[PATCH 1/3] hab: bail out with error when SRK hash write fails
 2024-07-16  7:03 UTC  (4+ messages)
` [PATCH 2/3] hab: ahab: cosmetic change
` [PATCH 3/3] hab: ahab: use pr_* for printing

[PATCH v3 00/10] Add FIT image overlay support
 2024-07-15 11:56 UTC  (14+ messages)
` [PATCH v3 01/10] FIT: fix missing free in fit_open error path
` [PATCH v3 03/10] of: overlay: make the pattern match function more generic
` [PATCH v3 04/10] of: overlay: make search dir/path "
` [PATCH v3 06/10] of: overlay: add FIT overlay support
` [PATCH v3 10/10] FIT: add support to cache opened fit images

[PATCH] globalvar: align parameter names in prototype with definition
 2024-07-15  9:07 UTC  (2+ messages)

[PATCH 1/2] nvmem: add support for fixed-layout binding
 2024-07-15  9:05 UTC  (3+ messages)
` [PATCH 2/2] sandbox: use "

barebox state w/ qemu
 2024-07-12 22:35 UTC  (6+ messages)

Major memory performance decline from u-boot to barebox
 2024-07-08 12:04 UTC  (4+ 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