mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[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

Heap overflow vulnerabilities in network implementation of barebox
 2024-05-23 16:51 UTC 

[PATCH] mci: bcm2835: Set mci host for sdhci
 2024-05-22  8:08 UTC  (2+ messages)

[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  (5+ messages)
` [PATCH master 2/2] pblimage: ls1028a: fix handling of short reads on

[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  (5+ 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  (7+ messages)
` [PATCH master 1/3] arm: boards: add pr_fmt() prefix to wolfvision pf5 board code
` [PATCH master 2/3] common: boards: move dependencies to wolfvision board code library
` [PATCH master 3/3] common: boards: wolfvision: fix handling of overlays parameter

[PATCH 1/2] usb:gadget:composite: add public functions for managing setup requests
 2024-05-15  6:07 UTC  (3+ messages)
` [PATCH 2/2] usb:gadget: use helper function to queue composite requests

[PATCH master 1/3] mci: core: reset number of parttions on card probe failure
 2024-05-15  5:54 UTC  (4+ messages)
` [PATCH master 2/3] mci: core: remove HS200 from mci_timing_is_ddr
` [PATCH master 3/3] ARM64: reloc: fix relocation error for big fat bareboxes

[PATCH] fastboot: add possibility to register OEM commands
 2024-05-13 14:20 UTC  (3+ messages)

[PATCH] usb: gadget: ums: add support for optional partition flag
 2024-05-13  9:30 UTC  (2+ messages)

[PATCH] net: phy: dp83867: reset PHY on probe
 2024-05-13  9:27 UTC  (3+ messages)

[PATCH] Documentation: devel: project-ideas: fix typo
 2024-05-13  9:26 UTC  (2+ messages)

[PATCH] nvmem: imx-ocotp-ele: fix MAC2 layout
 2024-05-13  9:25 UTC  (2+ messages)

[PATCH 1/2] pstore: move slash handling into common function
 2024-05-08 12:43 UTC  (4+ messages)
` [PATCH 2/2] pstore: add unlink implementation for deleting pstore files

[PATCH] mtd: nand: raw: add back support for marking blocks as good
 2024-05-07  7:38 UTC 

[PATCH 0/3] add PBL handoff-data support
 2024-05-07  7:35 UTC  (2+ messages)

[PATCH master 1/3] pstore: ramoops: fix use of wrong types on 64-bit
 2024-05-07  7:33 UTC  (4+ messages)
` [PATCH master 2/3] pstore: fix size of OF fixup memory region
` [PATCH master 3/3] pstore: return -ENOENT when file is missing

[PATCH] mtd: nand: mxc_nand: clear NAND_BBT_CREATE flag
 2024-05-07  7:31 UTC  (2+ messages)

[PATCH v2 0/4] mtd: nand: mxc_nand: Only automatically create BBT if NAND seems to be pristine
 2024-05-07  7:31 UTC  (6+ messages)
` [PATCH v2 1/4] mtd: nand: mxc_nand: Improve comment about vendor BBM and address verschwurbelung
` [PATCH v2 2/4] mtd: nand: mxc_nand: Cleanup code creating bad block table
` [PATCH v2 3/4] mtd: nand: mxc_nand: Add error message if BBT creation fails
` [PATCH v2 4/4] mtd: nand: mxc_nand: Only automatically create BBT if NAND seems to be pristine

[PATCH 1/2] ARM: aarch64: fix scr_el3 register setup
 2024-05-06  7:58 UTC  (4+ messages)
` [PATCH 2/2] ARM: i.MX8M: add support to handle ROM SError ERR050350

[PATCH 1/3] mtd: mxc-nand: Improve comment about vendor BBM and address verschwurbelung
 2024-05-06  7:23 UTC  (4+ messages)
` [PATCH 3/3] mtd: mxc-nand: Only automatically create BBT if NAND seems to be pristine

[PATCH v2 0/5] ARM: i.MX8MP: add nominal drive mode support
 2024-05-06  7:05 UTC  (2+ messages)

[PATCH 1/3] firmware: support optional firmware in barebox proper
 2024-05-06  6:33 UTC  (4+ messages)
` [PATCH 2/3] ARM: layerscape: add helpful runtime warning when firmware is missing

[PATCH] dma: of_fixups: add fallbacks if /soc doesn't exist
 2024-05-06  6:27 UTC  (2+ messages)

[PATCH] mfd: pca9450: don't warn if PCA9450_PWRON_STAT is 0
 2024-05-06  6:23 UTC  (2+ 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