mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] fixup! driver: bus: embed bus driver node into bus
 2025-06-05 21:21 UTC 

[PATCH 00/16] ARM: stm32mp: add MIPI DSI support
 2025-06-05 21:07 UTC  (17+ messages)
` [PATCH 01/16] driver: bus: embed bus driver node into bus
` [PATCH 02/16] driver: switch busses to device class
` [PATCH 03/16] driver: factor out bus definitions into separate header
` [PATCH 04/16] driver: bus: add helpers for finding devices in busses
` [PATCH 05/16] drive: bus: make use of new bus_find_device helper
` [PATCH 06/16] of: implement of_alias_from_compatible
` [PATCH 07/16] video: vpl: fix potential read of uninitialized variable
` [PATCH 08/16] video: vpl: factor out vpl_for_each
` [PATCH 09/16] video: vpl: handle missing struct vpl::ioctl gracefully
` [PATCH 10/16] video: vpl: add vpl_bridge abstraction
` [PATCH 11/16] video: factor out drm_mode_vrefresh
` [PATCH 12/16] video: add base MIPI DSI support
` [PATCH 13/16] video: add Designware MIPI-DSI support
` [PATCH 14/16] video: add STM32 MIPI DSI video driver
` [PATCH 15/16] video: add support for Orise Technology otm8009a panel
` [PATCH 16/16] ARM: stm32mp: dk2: enable MIPI-DSI display by default

[PATCH v3 1/3] resource: supply memory type/attrs on all SDRAM requests
 2025-06-05 19:44 UTC  (3+ messages)
` [PATCH v3 2/3] resource: retire IORESOURCE_BUSY in favor of resource::type
` [PATCH v3 3/3] commands: iomem: add support for printing type/attributes

[PATCH v2 00/33] ARM: K3: add support for AM62L
 2025-06-05 12:42 UTC  (34+ messages)
` [PATCH v2 01/33] scripts/k3img: make more flexible
` [PATCH v2 02/33] images: K3: rename %.k3img target to %.k3_am62x_img
` [PATCH v2 03/33] ARM: K3: prepare support for other SoCs
` [PATCH v2 04/33] ARM: dts: add k3-am62l dts(i) files
` [PATCH v2 05/33] ARM: dts: am62l: Fix assigned-clock-parents
` [PATCH v2 06/33] ARM: K3: add am62lx base support
` [PATCH v2 07/33] ARM: Makefile: descend into mach-* for cleaning
` [PATCH v2 08/33] ARM: k3: rename yaml files from am625 to am62x
` [PATCH v2 09/33] firmware: add ti-linux-firmware submodule
` [PATCH v2 10/33] scripts/ti-board-config.py: fix length
` [PATCH v2 11/33] ARM: k3: add yaml files for AM62l
` [PATCH v2 12/33] k3: ringacc: pass ringrt address in struct k3_ringacc_init_data
` [PATCH v2 13/33] drivers: soc: ti: k3-ringacc: handle absence of tisci
` [PATCH v2 14/33] drivers: soc: ti: k3-ringacc: fix k3_ringacc_ring_reset_sci
` [PATCH v2 15/33] dma: ti: k3-psil: Add PSIL data for AM62L
` [PATCH v2 16/33] dma: ti: k3-udma: Refactor common bits for AM62L support
` [PATCH v2 17/33] dma: ti: k3-udma-common: Update common code for AM62L DMAs
` [PATCH v2 18/33] dma: ti: k3-udma-am62l: Add AM62L support DMA drivers
` [PATCH v2 19/33] ARM: dts: am62l: Add ethernet ports
` [PATCH v2 20/33] ARM: dts: am62l evm: "
` [PATCH v2 21/33] ARM: k3: am62l: add barebox specific am62l.dtsi
` [PATCH v2 22/33] net: davinci_mdio: Use fallback clock rate
` [PATCH v2 23/33] firmware: arm_scmi: Add support for clock parents
` [PATCH v2 24/33] clk: add struct clk_parent_data
` [PATCH v2 25/33] clk: arm_scmi: implement clock parent setting
` [PATCH v2 26/33] ARM: dts: am62l3-evm: add MMC aliases
` [PATCH v2 27/33] dma: ti: k3-udma: limit asel to am625
` [PATCH v2 28/33] gpio: increase ARCH_NR_GPIOS to 512
` [PATCH v2 29/33] ARM: dts: k3-am62l: reserve memory for TF-A and OP-TEE
` [PATCH v2 30/33] ARM: k3: add AM62l3 EVM board support
` [PATCH v2 31/33] ARM: K3: am62l: add serial aliases
` [PATCH v2 32/33] Documentation: boards: k3: split generic and am62x specific documentation
` [PATCH v2 33/33] Documentation: boards: k3: add AM62lx documentation

[PATCH] fs: remove O_DIRECTORY flag from O_TMPFILE
 2025-06-05 12:03 UTC  (3+ messages)

[PATCH v2] of: partition: do not try to translate offset as OF address
 2025-06-05 12:01 UTC  (2+ messages)

[PATCH] fs: ramfs: do not bother unmounting ramfs on shutdown
 2025-06-05 11:57 UTC  (2+ messages)

[PATCH 1/2] of: fdt: fix length comparison
 2025-06-05 11:57 UTC  (3+ messages)
` [PATCH 2/2] of: fdt: verify length within bounds before using it

[PATCH 1/3] common: tlv: clean up device name setting
 2025-06-05 11:55 UTC  (4+ messages)
` [PATCH 2/3] treewide: use only string literals as format string
` [PATCH 3/3] fastboot: switch to using error format specifiers

[PATCH] Documentation: boards: k3: adjust to reality
 2025-06-05 11:54 UTC  (2+ messages)

[PATCH] Documentation: boards: k3: remove obsolete k3.rst
 2025-06-05 11:54 UTC  (2+ messages)

[PATCH 1/2] scripts: rockchip: rename SECTOR_SIZE/PAGE_SIZE
 2025-06-05 11:54 UTC  (3+ messages)
` [PATCH 2/2] ci: add new musl-tools Github CI workflow

[PATCH 00/21] sandbox: add libfuzzer-based fuzzing
 2025-06-05 11:35 UTC  (22+ messages)
` [PATCH 01/21] pbl: add provision for architectures without piggy loader
` [PATCH 02/21] firmware: make Layerscape FMan firmware proper-only
` [PATCH 03/21] mci: sdhci: support compiling common SDHCI code for sandbox PBL
` [PATCH 04/21] kbuild: define and use more generic symlink command
` [PATCH 05/21] kbuild: collect compatibility symlink creation in symlink-y
` [PATCH 06/21] kbuild: allow customizing barebox proper binary
` [PATCH 07/21] sandbox: make available all CONFIG_ symbols to OS glue code
` [PATCH 08/21] sandbox: switch to using PBL
` [PATCH 09/21] kbuild: populate non-host CXX variables
` [PATCH 10/21] string: add fortify source support
` [PATCH 11/21] sandbox: populate UNAME_M variable
` [PATCH 12/21] Add fuzzing infrastructure
` [PATCH 13/21] filetype: add fuzz target
` [PATCH 14/21] block: mark underlying cdev with DEVFS_IS_BLOCK_DEV
` [PATCH 15/21] block: add lightweight ramdisk support
` [PATCH 16/21] fuzz: add support for passing fuzz data as r/o ramdisk
` [PATCH 17/21] partitions: add partition table parser fuzz target
` [PATCH 18/21] fdt: add fuzz test
` [PATCH 19/21] fit: "
` [PATCH 20/21] Documentation: add LLVM libfuzzer documentation
` [PATCH 21/21] sandbox: add support for coverage info generation

[PATCH v2 0/9] NVMEM: Introduce write protection support
 2025-06-05  7:47 UTC  (10+ messages)
` [PATCH v2 1/9] nvmem: Add 'protect' operation to core framework
` [PATCH v2 2/9] nvmem: rmem: add write and protect support
` [PATCH v2 3/9] commands: nvmem: Add support for creating dynamic rmem devices
` [PATCH v2 4/9] regmap: Add reg_seal operation for hardware protection
` [PATCH v2 5/9] nvmem: regmap: Implement protect operation using regmap_seal
` [PATCH v2 6/9] nvmem: bsec: Implement NVMEM protect via regmap_seal for OTP locking
` [PATCH v2 7/9] nvmem: rmem: generate unic device name
` [PATCH v2 8/9] fs: Report errors for out-of-bounds protect operations
` [PATCH v2 9/9] test: Add pytest suite for NVMEM framework

[PATCH v2 0/6] resource: record memory type/attrs on all SDRAM
 2025-06-05  7:10 UTC  (4+ messages)
` [PATCH v2 5/6] resource: supply memory type/attrs on all SDRAM requests

[PATCH] common: optee: improve documentation of options
 2025-06-05  6:55 UTC  (3+ messages)

[PATCH v1 0/7] NVMEM: Introduce write protection support
 2025-06-05  4:40 UTC  (12+ messages)
` [PATCH v1 1/7] nvmem: Add 'protect' operation to core framework
` [PATCH v1 2/7] nvmem: rmem: add write and protect support
` [PATCH v1 3/7] commands: nvmem: Add support for creating dynamic rmem devices
` [PATCH v1 4/7] regmap: Add reg_seal operation for hardware protection
` [PATCH v1 5/7] nvmem: regmap: Implement protect operation using regmap_seal

[PATCH 1/2] ARM: optee-early: drop superfluous sync_caches_for_execution
 2025-06-04 10:00 UTC  (9+ messages)
` [PATCH 2/2] ARM: optee-early: invalidate caches before jump to OP-TEE

[PATCH] common: optee: improve documentation of options
 2025-06-03  8:07 UTC  (2+ messages)

[PATCH] fixup! video: give struct fb_videomode::pixclock a strong picoseconds_t type
 2025-06-03  7:54 UTC  (2+ messages)

[PATCH 0/5] add createnv command to create environment partition
 2025-06-03  7:46 UTC  (11+ messages)
` [PATCH 1/5] partitions: efi: calculate instead of hardcode gpt header fields
` [PATCH 2/5] partitions: Start partitions at 8MiB offset
` [PATCH 3/5] cdev: fix cdev_open_by_name() misuse
` [PATCH 4/5] commands: create createnv command
` [PATCH 5/5] mci: add option to detect non-removable cards during startup

[PATCH 1/2] fixup! arch: sync READ_ONCE/WRITE_ONCE with Linux
 2025-06-02 14:24 UTC  (4+ messages)

[PATCH] fixup! efi: types: implement efi_phys_to_virt/efi_virt_to_phys helpers
 2025-06-02 13:33 UTC 

[PATCH] Documentation: migration-2025.07.0: create empty section
 2025-06-02 12:41 UTC  (2+ messages)

[PATCH 0/2] cdev partition fix
 2025-06-02 12:30 UTC  (7+ messages)
` [PATCH 1/2] cdev: pass master cdev to cdev ops
` [PATCH 2/2] nvmem: Drop now unnecessary partition quirk

[PATCH] docs: conf.py: tweak SearchEnglish to be hyphen- and dot-friendly
 2025-06-02 12:29 UTC  (2+ messages)

[PATCH 1/3] libfile: give copy_file a flags parameter
 2025-06-02 12:28 UTC  (4+ messages)
` [PATCH 2/3] libfile: pass copy_file flags through copy_recursive
` [PATCH 3/3] libfile: add support for not clobbering files in copy_file

[PATCH 00/15] efi: loader preparatory patches
 2025-06-02 12:25 UTC  (6+ messages)
` [PATCH 07/15] efi: types: implement efi_phys_to_virt/efi_virt_to_phys helpers

[PATCH 1/9] lib: stackprot: fix type for %pS
 2025-06-02 11:57 UTC  (2+ messages)

[PATCH] ci: pytest: don't attempt uploading test logs if build fails
 2025-06-02 11:50 UTC  (2+ messages)

[PATCH] startup: add semihosting filesystem automount
 2025-06-02 11:48 UTC  (2+ messages)

[PATCH 1/2] string: add delimiter output parameter to strsep_unescaped
 2025-06-02 11:47 UTC  (2+ messages)

[PATCH master] commands: bthread: fix format specifier for ulong
 2025-06-02 11:45 UTC  (2+ messages)

[PATCH 00/10] ARM32: allow disabling ATAGS and DT fallback
 2025-06-02 11:44 UTC  (2+ messages)

[PATCH v2 0/9] ARM: rockchip: fix dynamic shared memory in OP-TEE
 2025-06-02 10:32 UTC  (4+ messages)
` [PATCH v2 8/9] ARM: rockchip: pass device tree to TF-A

[PATCH 0/9] ARM: rockchip: fix dynamic shared memory in OP-TEE
 2025-06-02 10:28 UTC  (2+ messages)

[PATCH 00/10] Add barebox TLV infrastructure
 2025-06-02 10:18 UTC  (2+ messages)

[PATCH v2 00/10] Add barebox TLV infrastructure
 2025-06-02 10:18 UTC  (2+ messages)

[PATCH v2 1/5] common: deep-probe: inform only about lack of deep-probe support
 2025-06-02 10:16 UTC  (7+ messages)
` [PATCH v2 2/5] common: deep-probe: support specifying support in DT
` [PATCH v2 3/5] treewide: dts: describe deep probe support in device tree
` [PATCH v2 4/5] ARM: configs: enable deep probe for the most popular configs
` [PATCH v2 5/5] Documentation: migration-2025.07.0: document CONFIG_DEEP_PROBE_DEFAULT

[PATCH 1/5] common: deep-probe: inform only about lack of deep-probe support
 2025-06-02  9:53 UTC  (6+ messages)
` [PATCH 2/5] common: deep-probe: support specifying support in DT

[PATCH v2] net: phy: seed PRNG when PHY comes up and when generating MAC address
 2025-06-02  7:56 UTC  (2+ messages)

[PATCH] lib: random: add CONFIG_INSECURE logging of seeds
 2025-06-02  7:54 UTC  (2+ messages)

[PATCH] gui: bmp: add support for alpha channel
 2025-06-02  7:52 UTC  (2+ messages)

[PATCH] logo: spell out CONFIG_ options for fixdep
 2025-06-02  7:47 UTC  (2+ messages)

[PATCH 1/2] video: panel-mipi-dbi: fix fake clock calculation
 2025-06-02  7:46 UTC  (3+ messages)
` [PATCH 2/2] video: give struct fb_videomode::pixclock a strong picoseconds_t type

[PATCH 1/2] dma: apbh: pass integer, not pointer as value to writel
 2025-06-02  7:43 UTC  (3+ messages)
` [PATCH 2/2] ARM: Arria10: xload: don't check writel return value

[PATCH 1/5] fbconsole: use symbolic names for ANSI colors
 2025-06-02  7:42 UTC  (8+ messages)
` [PATCH 2/5] fbconsole: darken shade of non-bright white
` [PATCH 3/5] fbconsole: add support for aixterm bright colors
` [PATCH 4/5] fbconsole: use only one default color
` [PATCH 5/5] fbconsole: reset cursor to origin when changing fonts
  ` (subset) "
` (subset) [PATCH 1/5] fbconsole: use symbolic names for ANSI colors

page: 

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