mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/5] scripts: rockchip: fix and cleanup rkimage
 2025-08-05  5:06 UTC  (7+ messages)
` [PATCH 1/5] scripts: rockchip: use correct header size
` [PATCH 2/5] scripts: rockchip: add helper for updating hash
` [PATCH 3/5] scripts: rockchip: rename hashtype to flags
` [PATCH 4/5] scripts: rockchip: rename NEWIDB_MAGIC to NEWIDB_MAGIC_RKNS
` [PATCH 5/5] scripts: rockchip: support RKSS images

[PATCH] mci: imx-esdhc-pbl: fix iMX50 prediv setting
 2025-08-05  5:00 UTC  (2+ messages)

[PATCH v4 00/13] ARM: Map sections RO/XN
 2025-08-04 17:22 UTC  (14+ messages)
` [PATCH v4 01/13] mmu: explicitly map executable non-SDRAM regions with MAP_CODE
` [PATCH v4 02/13] ARM: pass barebox base to mmu_early_enable()
` [PATCH v4 03/13] ARM: mmu: move ARCH_MAP_WRITECOMBINE to header
` [PATCH v4 04/13] ARM: mmu: map memory for barebox proper pagewise
` [PATCH v4 05/13] ARM: mmu: skip TLB invalidation if remapping zero bytes
` [PATCH v4 06/13] ARM: mmu: provide setup_trap_pages for both 32- and 64-bit
` [PATCH v4 07/13] ARM: mmu: share common memory bank remapping code
` [PATCH v4 08/13] ARM: mmu: make mmu_remap_memory_banks clearer with helper
` [PATCH v4 09/13] partition: rename region_overlap_end to region_overlap_end_inclusive
` [PATCH v4 10/13] partition: define new region_overlap_end_exclusive helper
` [PATCH v4 11/13] ARM: mmu: map text segment ro and data segments execute never
` [PATCH v4 12/13] ARM: mmu64: map memory for barebox proper pagewise
` [PATCH v4 13/13] ARM: mmu64: map text segment ro and data segments execute never

[PATCH 00/15] NVMEM: Add support for layout drivers
 2025-08-04 14:37 UTC  (16+ messages)
` [PATCH 01/15] of: sync of_*_phandle_with_args with Linux
` [PATCH 02/15] of: base: add of_parse_phandle_with_optional_args()
` [PATCH 03/15] of: device: Export of_device_make_bus_id()
` [PATCH 04/15] nvmem: core: fix nvmem_register error path
` [PATCH 05/15] nvmem: core: sync with Linux
` [PATCH 06/15] nvmem: core: expose nvmem cells as cdev
` [PATCH 07/15] nvmem: core: allow single and dynamic device ids
` [PATCH 08/15] eeprom: at24: fix device name handling
` [PATCH 09/15] nvmem: core: create a header for internal sharing
` [PATCH 10/15] nvmem: core: add nvmem-layout support
` [PATCH 11/15] nvmem: core: add an index parameter to the cell
` [PATCH 12/15] nvmem: core: add per-cell post processing
` [PATCH 13/15] nvmem: core: add cell based fixup logic
` [PATCH 14/15] nvmem: core: provide own priv pointer in post process callback
` [PATCH 15/15] nvmem: core: drop global cell_post_process

[PATCH] clk: clk-fixed-factor: compile clk of provider only if it is enabled
 2025-08-04  9:41 UTC  (5+ messages)
` [PATCH] arm: efi: add a dummy efi arch on ARM64

fixed partitions issue
 2025-07-31 17:43 UTC  (3+ messages)

[PATCH] ARM: riotboard: add habv4-imx6-gencsf.h to flash header
 2025-07-31  9:36 UTC  (3+ messages)

[PATCH] ARM: i.MX: Kconfig: fix typos
 2025-07-31  9:06 UTC  (2+ messages)

[PATCH] driver: convert struct device comments to kernel-doc style
 2025-07-31  9:06 UTC  (2+ messages)

[PATCH] of: platform: rename parameter 'bus' to 'node' in of_platform_bus_create()
 2025-07-31  9:04 UTC  (2+ messages)

[PATCH] clk: clkdev: fix format security
 2025-07-31  9:03 UTC  (2+ messages)

[PATCH] ddr: imx9: fix DRAM PLL bypass
 2025-07-31  9:02 UTC  (3+ messages)

[PATCH] ARM: i.MX8M: remove early handoff-data handling
 2025-07-30 17:02 UTC 

[PATCH v1 0/4] ARM: boards: add support for Samsung Galaxy S8 and S20 5G
 2025-07-30 13:26 UTC  (20+ messages)
` [PATCH v1 1/4] video: simplefb-client: switch to dev_get_resource
` [PATCH v1 2/4] clocksource: arm_architected_timer: support clock-frequency
` [PATCH v1 3/4] ARM: boards: add support for Samsung Galaxy S8 (dreamlte)
` [PATCH v1 4/4] ARM: boards: add support for Samsung Galaxy S20 5G (x1s)

[PATCH 1/2] mmu: define MAP_WRITECOMBINE for all architectures
 2025-07-30 12:31 UTC  (2+ messages)
` [PATCH 2/2] video: remap framebuffer as writecombine if possible

[PATCH 1/4] scripts: Makefile.pic: define __NO_FORTIFY without value
 2025-07-30  5:57 UTC  (4+ messages)
` [PATCH 2/4] ARM64: configs: multi_v8: disable layerscape temporarily
` [PATCH 3/4] ARM: configs: multi: configure CONFIG_CONSOLE_ACTIVATE_ALL_FALLBACK
` [PATCH 4/4] ARM64: configs: add multi_v8_efi_defconfig

[PATCH v4 00/11] Add FIT image overlay support
 2025-07-29 15:34 UTC  (12+ messages)
` [PATCH v4 01/11] FIT: fix missing free in fit_open error path
` [PATCH v4 02/11] FIT: fit_open_configuration: add match function support
` [PATCH v4 03/11] of: overlay: make the pattern match function more generic
` [PATCH v4 04/11] of: overlay: make search dir "
` [PATCH v4 05/11] of: overlay: refactor of_overlay_global_fixup
` [PATCH v4 06/11] FIT: make fit_config_verify_signature public
` [PATCH v4 07/11] of: overlay: add FIT image overlay support
` [PATCH v4 08/11] of: overlay: replace filename with an more unique name
` [PATCH v4 09/11] FIT: fit_open: make filename handling more robust
` [PATCH v4 10/11] FIT: fit_open: save the filename
` [PATCH v4 11/11] FIT: add support to cache opened fit images

[PATCH] commands: mmc_extcsd: fix calculation of RPMB size
 2025-07-29 14:53 UTC  (2+ messages)

[PATCH v3 3/4] Documentation: bootchooser: add information about attempts_locked
 2025-07-29  4:53 UTC  (2+ messages)
` [PATCH] "

[PATCH] pinctrl: tegra30: fix typo with variables to control the drive state on nvidia pins
 2025-07-25  6:36 UTC  (2+ messages)

[PATCH v2 1/2] keytoc: make keyspec a const char pointer
 2025-07-24 13:50 UTC  (2+ messages)
` [PATCH v2 2/2] keytoc: fix env provided keyspec handling

[PATCH] block: follow links before check if cdev_is_block_partition
 2025-07-24 11:28 UTC  (2+ messages)

[PATCH] block: fix block device detection
 2025-07-24 11:26 UTC  (2+ messages)

[PATCH] keytoc: fix env provided keyspec handling
 2025-07-24 10:11 UTC  (2+ messages)

boards/enclustra-sa2: add new board (HELP NEEDED)
 2025-07-23  9:00 UTC  (11+ messages)

[PATCH v2] arm64: rockchip: Add support for QNAP's ts-433 4bay NAS
 2025-07-22 16:42 UTC  (2+ messages)

handoff data
 2025-07-22 16:05 UTC  (4+ messages)

[PATCH] common: fastboot: send FAIL if variable does not exist
 2025-07-22 15:55 UTC  (4+ messages)

[PATCH master] fastboot: populate is-logical:$partition variable
 2025-07-22 14:55 UTC  (2+ messages)

[PATCH v3 0/6] ARM: Map sections RO/XN
 2025-07-21  8:19 UTC  (2+ messages)

[PATCH 0/4] drop unused declarations
 2025-07-21  5:00 UTC  (5+ messages)
` [PATCH 1/4] include/stdio.h: drop serial_printf() declaration
` [PATCH 2/4] include/scsi.h: drop unused declarations
` [PATCH 3/4] include/of.h: drop of_parse_dtb() declaration
` [PATCH 4/4] include/driver.h: drop unused declarations

[RFC] ARM: at91: sama5d3: Migrate to MFD-based SMC driver
 2025-07-18 17:07 UTC  (3+ messages)

[PATCH] clk: clk-gpio: Use clk_register instead of bclk_register
 2025-07-18 17:07 UTC  (2+ messages)

ls1046ardb tfa
 2025-07-18 14:31 UTC  (2+ messages)

[PATCH] kbuild: drop ineffectual variable assignments in Makefile.dtbs
 2025-07-16  6:27 UTC 

ls1046a: fsl-fman failure
 2025-07-15 20:20 UTC  (2+ messages)

[PATCH master] drivers: fix buggy comparisons of casted device_get_match_data to zero
 2025-07-15 20:19 UTC 

[PATCH 1/2] serial: cadence: support console= and earlycon= fixups
 2025-07-15  6:25 UTC  (4+ messages)
` [PATCH 2/2] ARM: zynq: drop the board-specific environment

[PATCH] hab: writing the same srk hash is not an error
 2025-07-14  7:24 UTC  (2+ messages)

[PATCH 1/3] arch/arm/boards/avnet-zedboard/zedboard.zynqcfg: removed everything but stop instruction to fix barebox boot
 2025-07-14  7:20 UTC  (6+ messages)
` [PATCH 2/3] arch/arm/boards/avnet-zedboard/lowlevel.c: added SDIO clk frequency configuration
` [PATCH 3/3] arch/arm/boards/avnet-zedboard/env/nv/linux.bootargs.console: fixed console name

[PATCH] Added documentation for the Zynq 7000
 2025-07-14  6:04 UTC  (2+ messages)

[PATCH 1/3] driver: clean up comment formatting and spacing
 2025-07-11 13:43 UTC  (7+ messages)
` [PATCH 2/3] miitool: clarify help text for default behavior and -s option
` [PATCH 3/3] of: base: fix of_match_node function documentation

[PATCH] Documentation: gen_commands.py: fix Option list warning
 2025-07-11 12:53 UTC 

[PATCH v2 0/4] Documentation: devel: add new troubleshooting
 2025-07-11  7:32 UTC  (5+ messages)
` [PATCH v2 1/4] Documentation: devel: porting: split out architecture intro
` [PATCH v2 2/4] Documentation: devel: architecture: detail first/second stage handling
` [PATCH v2 3/4] Documentation: user: split community from feedback
` [PATCH v2 4/4] Documentation: devel: troubleshooting: add new chapter

[PATCH] partition: fix kernel doc for region_identical
 2025-07-10 10:49 UTC 

[PATCH] ARM: i.MX: ele: make ele_life_cycle public
 2025-07-09 10:48 UTC  (2+ messages)

[PATCH 1/2] hardening: make stack guard page the default
 2025-07-09 10:18 UTC  (2+ messages)
` [PATCH 2/2] hardening: update text after addition of CONFIG_ARM_MMU_PERMISSIONS

[PATCH] fixup! ARM: add exception handling support for PBL
 2025-07-09 10:12 UTC 

[PATCH 0/4] test: add/document pytest --graphic, --env, --fs
 2025-07-08 19:36 UTC  (5+ messages)
` [PATCH 1/4] test: update requirement to Labgrid v25.0
` [PATCH 2/4] test: drop now superfluous extra_args
` [PATCH 3/4] test: document pytest --env and --fs options
` [PATCH 4/4] test: add support for pytest --graphic

[PATCH] fixup! ARM: MMU64: map memory for barebox proper pagewise
 2025-07-08  8:40 UTC 

[PATCH v4 00/10] ARM: SoCFPGA: Add initial support for Agilex5
 2025-07-07 11:22 UTC  (11+ messages)
` [PATCH v4 01/10] ARM: socfpga: kconfig: sort entries
` [PATCH v4 02/10] mach: socfpga: debug_ll: rework putc_ll
` [PATCH v4 03/10] reset: reset-socfpga: build only for 32-bit socfpga
` [PATCH v4 04/10] arm: socfgpa: add support for SoCFPGA Agilex5
` [PATCH v4 05/10] clk: support init->parent_data
` [PATCH v4 06/10] linux: clk: add fw_name
` [PATCH v4 07/10] clk: socfpga: add agilex5 clock support
` [PATCH v4 08/10] net: phy: add Analog Devices ADIN1300
` [PATCH v4 09/10] net: add support for Designware XGMAC (10gb) ethernet
` [PATCH v4 10/10] ARM: socfpga: add Arrow AXE5 Agilex5 board

[PATCH 0/3] Documentation: devel: add new troubleshooting
 2025-07-07  9:05 UTC  (3+ messages)
` [PATCH 3/3] Documentation: devel: troubleshooting: add new chapter

[PATCH] Documentation: boards: k3: fix typo in build instructions
 2025-07-07  8:56 UTC 

MMC prepare for zynq
 2025-07-07  5:55 UTC  (6+ 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