mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/9] mci: core: add CID as parameters and fix parsing
 2024-05-28 15:39 UTC  (5+ messages)
` [PATCH 1/9] mci: core: rename mtd to mdt
` [PATCH 4/9] mci: core: add manufacturing date extraction function
` [PATCH 7/9] mci: core: add CBX field as parameter and print it
` [PATCH 9/9] mci: core: add missing slice range for extract_psn function

[PATCH v3 0/9] net: do not read past receive buffer
 2024-05-28 14:37 UTC  (14+ messages)
` [PATCH v3 1/9] net: cs8900: simplify buffer read loop
` [PATCH v3 2/9] net: cs8900: do not read past the receive buffer
` [PATCH v3 3/9] net: ks8851_mll: "
` [PATCH v3 4/9] net: liteeth: "
` [PATCH v3 5/9] net: liteeth: do not set len to 0 before printing it
` [PATCH v3 6/9] net: smc911x: Fix amount of words read from RX FIFO
` [PATCH v3 7/9] net: smc911x: do not read past the receive buffer
    ` [PATCH] fixup! "
` [PATCH v3 8/9] net: ks8851_mll: drop return value from ks8851_rx_frame()
` [PATCH v3 9/9] net: let net rx hook return void

MTD/NAND layer size increase after update
 2024-05-28 11:55 UTC 

[PATCH master] mtd: nand: reinstate raw NAND IS_ENABLED(CONFIG_MTD_WRITE) checks
 2024-05-28 11:51 UTC 

[PATCH master] bus: omap-gpmc: allow build with raw NAND support disabled
 2024-05-28 11:45 UTC 

[PATCH 1/2] string: inline isempty
 2024-05-28  9:00 UTC  (3+ messages)
` [PATCH 2/2] string: add nonempty helper

[PATCH 1/2] watchdog: dw_wdt: do not register restart handler
 2024-05-28  8:58 UTC  (3+ messages)
` [PATCH 2/2] watchdog: fix watchdog restart handler when autoping is enabled

[PATCH] mtd: nand: mxc_nand: sync with kernel driver
 2024-05-28  5:46 UTC  (3+ messages)

[PATCH] commands: mipi_dbi: fix null pointer dereference when writing data
 2024-05-27 13:28 UTC 

[PATCH v2 0/7] net: do not read past receive buffer
 2024-05-27 12:29 UTC  (10+ messages)
` [PATCH v2 1/7] net: cs8900: simplify buffer read loop
` [PATCH v2 2/7] net: cs8900: do not read past the receive buffer
` [PATCH v2 3/7] net: ks8851_mll: "
` [PATCH v2 4/7] net: liteeth: "
` [PATCH v2 5/7] net: smc911x: "
` [PATCH v2 6/7] net: ks8851_mll: drop return value from ks8851_rx_frame()
` [PATCH v2 7/7] net: let net rx hook return void

Heap overflow vulnerabilities in network implementation of barebox
 2024-05-27  9:45 UTC  (3+ messages)

[PATCH 1/5] net: cs8900: simplify buffer read loop
 2024-05-27  9:34 UTC  (7+ messages)
` [PATCH 2/5] net: cs8900: do not read past the receive buffer
` [PATCH 3/5] net: ks8851_mll: "
` [PATCH 4/5] net: liteeth: "
` [PATCH 5/5] net: smc911x: "

v2024.05.0
 2024-05-27  6:54 UTC 

[PATCH] mci: bcm2835: Set mci host for sdhci
 2024-05-24 11:43 UTC  (3+ messages)

[PATCH master 1/3] mci: sdhci: use host device, not card, for debug message
 2024-05-24 11:43 UTC  (4+ messages)
` [PATCH master 2/3] mci: sdhci: retrieve host device via common helper or NULL
` [PATCH master 3/3] mci: sdhci: populate struct sdhci::mci in drivers

[PATCH master] nvmem: bsec: make OP-TEE TA interaction optional
 2024-05-24 11:41 UTC  (2+ messages)

[PATCH 0/3] net: phy: dp83867: sync dp83867_phy_reset
 2024-05-24  9:15 UTC  (8+ messages)
` [PATCH 1/3] net: phy: allow PHY drivers to implement their own software reset
` [PATCH 2/3] net: phy: document core PHY structures
` [PATCH 3/3] net: phy: dp83867: sync dp83867_phy_rest

[PATCH v2] driver: add Linux struct platform_device/driver compatibility wrapper
 2024-05-22  6:04 UTC 

[PATCH 0/4] make more use of handoff data
 2024-05-22  5:42 UTC  (7+ messages)
` [PATCH 1/4] handoff-data: put handoff data into data section
` [PATCH 2/4] efi-payload: use handoff data to pass data to barebox proper
` [PATCH 3/4] ARM: beagle: setup C environment early
` [PATCH 4/4] ARM: replace boarddata with handoff data

[PATCH] fixup! kbuild: add support for merged defconfigs
 2024-05-21 19:09 UTC 

[PATCH v2 1/3] pinctrl: split off consumer API into linux/pinctrl/consumer.h
 2024-05-21 16:34 UTC  (4+ messages)
` [PATCH v2 2/3] pinctrl: rename barebox pinctrl_select_state to pinctrl_get_select
` [PATCH v2 3/3] pinctrl: implement pinctrl_lookup_state/select_state

[PATCH] include: linux/types.h: define intptr_t
 2024-05-21 11:07 UTC  (2+ messages)

[PATCH 1/2] usbgadget: fix error code in common code base
 2024-05-21 11:07 UTC  (3+ messages)
` [PATCH 2/2] usbgadget: split usbgadget_register into prepare and register

[PATCH master 1/2] list: fix CONFIG_DEBUG_LIST link failure in PBL
 2024-05-21 11:04 UTC  (4+ messages)

[PATCH 1/3] pinctrl: split off consumer API into linux/pinctrl/consumer.h
 2024-05-21 11:03 UTC  (4+ messages)
` [PATCH 2/3] pinctrl: rename barebox pinctrl_select_state to pinctrl_get_select
` [PATCH 3/3] pinctrl: implement pinctrl_lookup_state/select_state

[PATCH] driver: move some inline getters for struct device into device.h
 2024-05-21 11:00 UTC  (2+ messages)

[PATCH] mci: imx-esdhc: retire esdhc_platform_data
 2024-05-21 11:00 UTC  (2+ messages)

[PATCH] mci: collect host operation in struct mci_ops
 2024-05-21 10:57 UTC  (2+ messages)

[PATCH] common: hide DEFAULT_COMPRESSION menu
 2024-05-21 10:52 UTC  (2+ messages)

[PATCH master] ARM: layerscape: fix layerscape multiarch build with DEBUG_LL
 2024-05-21 10:52 UTC  (2+ messages)

[PATCH] driver: add Linux struct platform_device/driver compatibility wrapper
 2024-05-21  8:42 UTC 

[PATCH master 1/2] ARM: cpu: start: align uncompressed DTB size to 4 bytes
 2024-05-21  7:15 UTC  (3+ messages)
` [PATCH master 2/2] RISC-V: "

[PATCH v2 0/6] add PBL handoff-data support
 2024-05-21  7:14 UTC  (8+ messages)
` [PATCH v2 1/6] memory: add support for requesting barebox area as a whole
` [PATCH v2 2/6] treewide: use request_barebox_region for possible barebox memory regions
` [PATCH v2 3/6] ARM: cpu: start: register barebox memory area
` [PATCH v2 4/6] ARM: move blob_is_arm_boarddata() to include
` [PATCH v2 5/6] add handoff-data support
` [PATCH v2 6/6] ARM: pass handoff data from PBL to proper

[PATCH master 1/2] ARM: document PBL barebox memory layout
 2024-05-21  7:13 UTC  (3+ messages)
` [PATCH master 2/2] ARM: fix overlap between ramoops area and early malloc area

[PATCH master] filetype: fix OOB read when detecting type of truncated kernel images
 2024-05-21  6:37 UTC  (2+ messages)

[PATCH 1/2] images: sha_sum: mark as not needing executable stack
 2024-05-21  6:35 UTC  (3+ messages)
` [PATCH 2/2] x86: lib: setjmp: "

[PATCH 1/7] of: free unflattened overlays after application
 2024-05-21  6:30 UTC  (9+ messages)
` [PATCH 2/7] of: overlay: do not leak fixed up path
` [PATCH 3/7] test: self: digest: don't leak digest buffers
` [PATCH 4/7] test: self: ramfs: fix memory leak
` [PATCH 5/7] regulator: of_regulator: remove unused allocation
` [PATCH 6/7] globalvar: fix memory leak
` [PATCH 7/7] power: reset: reboot-mode: "

[PATCH 1/2] FIT: fix build with sandbox
 2024-05-21  6:23 UTC  (3+ messages)
` [PATCH 2/2] common: fit: don't have BOOTM_FITIMAGE depend on ARM

[PATCH] pbl: compile PBL decompression code optionally
 2024-05-21  6:22 UTC  (2+ messages)

[PATCH] sandbox: enable frame pointers unconditionally
 2024-05-21  6:21 UTC  (2+ messages)

[PATCH] treewide: use an unsigned type for ioctl commands
 2024-05-21  6:20 UTC  (2+ messages)

[PATCH 0/8] kconfig: cut down on duplication with merged defconfigs
 2024-05-21  6:20 UTC  (11+ messages)
` [PATCH 1/8] test: move common config fragments into common/boards/configs
` [PATCH 2/8] kconfig: merge_config.sh: sync with Linux v6.9
` [PATCH 3/8] kbuild: add support for merged defconfigs
` [PATCH 4/8] MIPS: make use of "
  ` [PATCH] fixup! "
` [PATCH 5/8] sandbox: stdio: fix ctrlc link error when CONFIG_CONSOLE_NONE=y
` [PATCH 6/8] net: fix build with CONFIG_SHELL_NONE
` [PATCH 7/8] power: reset: reboot-mode: fix link error without globalvar
` [PATCH 8/8] sandbox: add headless_defconfig

[PATCH 0/7] replace cdev_by_name() with cdev_open_by_name()
 2024-05-21  6:17 UTC  (11+ messages)
` [PATCH 1/7] ARM: Freescale i.MX23 evk: use cdev_open_by_name()
` [PATCH 2/7] ARM: tx28: "
` [PATCH 3/7] ARM: omap: "
` [PATCH 4/7] ARM: Rockchip: "
` [PATCH 5/7] commands: devlookup: "
` [PATCH 6/7] commands: findmnt: "
` [PATCH 7/7] bootm: "

[PATCH] ARM: socfpga-xload_*defconfig: merge and disable unused features
 2024-05-16 11:49 UTC  (2+ messages)

[PATCH] common: boards: wolfvision: use state_by_alias instead of opencoding
 2024-05-16  7:18 UTC  (2+ messages)

[PATCH master 1/3] cdev: return error code from cdev_close
 2024-05-16  7:13 UTC  (5+ messages)
` [PATCH master 2/3] fs: devfs: restore cdev reference count maintenance
` [PATCH master 3/3] partition: reparse tables only if CONFIG_PARTITION_MANIPULATION=y
  ` [PATCH] fixup! "

[PATCH master v2 0/3] Fixes for WolfVision board code library and PF5 mainboard code
 2024-05-16  6:11 UTC  (5+ messages)
` [PATCH master v2 1/3] arm: boards: add pr_fmt() prefix to wolfvision pf5 board code
` [PATCH master v2 2/3] common: boards: move dependencies to wolfvision board code library
` [PATCH master v2 3/3] common: boards: wolfvision: fix handling of overlays parameter

[PATCH] ddr: imx: rename ddr_get_firmware_ddr to ddr_get_firmware_ddr4
 2024-05-16  6:09 UTC  (2+ messages)

[PATCH] watchdog: imxwd: Do not suspend in lpm on i.MX27
 2024-05-16  6:09 UTC  (2+ messages)

[PATCH] Documentation: pstore: add some information about interfacing with Linux
 2024-05-16  6:08 UTC  (2+ messages)

[PATCH 1/2] ARM: i.MX8MP: skov: fix variant detection on boards without state
 2024-05-16  6:07 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX8MP: skov: update timing parameters for Samsung RAM

[PATCH] of: move ramoops device creation into common code
 2024-05-16  6:06 UTC  (2+ messages)

[PATCH] include/linux/kernel.h: fix mult_frac() multiple argument evaluation bug
 2024-05-16  5:58 UTC  (2+ messages)

[PATCH] ARM: dts: GoMe e143_01: fix default state priorities
 2024-05-16  5:57 UTC  (2+ messages)

[PATCH] fs: ramfs: allocate once instead of twice per ramfs chunk
 2024-05-16  5:56 UTC  (2+ messages)

[PATCH v2] ARM64: reloc: fix relocation error for big fat bareboxes
 2024-05-15 13:05 UTC  (3+ messages)

[PATCH master 0/3] Fixes for WolfVision board code library and PF5 mainboard code
 2024-05-15 10:28 UTC  (5+ messages)
` [PATCH master 3/3] common: boards: wolfvision: fix handling of overlays parameter

page:  |  | latest

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