mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/24] Add security policy support
 2025-08-20 13:17 UTC  (6+ messages)
` [PATCH 01/24] kconfig: allow setting CONFIG_ from the outside
` [PATCH 02/24] scripts: include scripts/include for all host tools
` [PATCH 05/24] kbuild: allow security config use without source tree modification
` [PATCH 06/24] defaultenv: update PS1 according to security policy
` [PATCH 07/24] security: policy: support externally provided configs

[PATCH 0/4] ARM: rockchip: add support for signed images
 2025-08-20 12:30 UTC  (6+ messages)
` [PATCH 1/4] filetype: detect Rockchip "
` [PATCH 2/4] ARM: rockchip: bbu: accept "
` [PATCH 3/4] ARM: rockchip: bootm: don't propagate error from register_image_handler
` [PATCH 4/4] ARM: rockchip: bootm: accept signed images

[PATCH master] fastboot: implement dummy has-slot:partition variables
 2025-08-20 12:29 UTC  (2+ messages)

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

[PATCH v2 00/11] Add FIT image overlay support
 2025-08-20 11:54 UTC  (2+ messages)

[PATCH master] ARM: drop unused ARM_USE_COMPRESSED_DTB
 2025-08-20 10:15 UTC  (2+ messages)

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

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

[PATCH 00/15] NVMEM: Add support for layout drivers
 2025-08-19  7:23 UTC  (2+ messages)

[PATCH 1/8] common: fix outdated barebox_set_hostname comment
 2025-08-19  6:08 UTC  (9+ messages)
` [PATCH 2/8] RISC-V: virt: riscvemu: set better hostname/model
` [PATCH 3/8] netconsole: bump down ip/port not set messages to info
` [PATCH 4/8] RISC-V: cpuinfo: enable structured I/O
` [PATCH 5/8] commands: bfetch: add RISC-V cpu/firmware info
` [PATCH 6/8] RISC-V: riscvemu: update configs for web demo
` [PATCH 7/8] RISC-V: rv64i_defconfig: enable Virt I/O
` [PATCH 8/8] poller: allow suppressing overtime warnings

[PATCH v3 1/3] keytoc: mark keyspec user input as readonly
 2025-08-19  6:04 UTC  (4+ messages)
` [PATCH v3 2/3] keytoc: add support to handle single env keyspec
` [PATCH v3 3/3] crypto: add examples to CRYPTO_PUBLIC_KEYS

[PATCH master 1/2] kbuild: images/Makefile: fix broken if_changed usage
 2025-08-19  6:02 UTC  (3+ messages)
` [PATCH master 2/2] RISC-V: stacktrace: add missing header for eprintf

[PATCH master] partition: Fix wrong check
 2025-08-19  5:59 UTC  (2+ messages)

[PATCH RFC 00/17] Add security policy support
 2025-08-18 14:08 UTC  (22+ messages)
` [PATCH RFC 01/17] kconfig: allow setting CONFIG_ from the outside
` [PATCH RFC 02/17] scripts: include scripts/include for all host tools
` [PATCH RFC 03/17] kbuild: implement loopable loop_cmd
` [PATCH RFC 04/17] Add security policy support
` [PATCH RFC 05/17] kbuild: allow security config use without source tree modification
` [PATCH RFC 06/17] defaultenv: update PS1 according to security policy
` [PATCH RFC 07/17] security: policy: support externally provided configs
` [PATCH RFC 08/17] commands: implement sconfig command
` [PATCH RFC 09/17] docs: security-policies: add documentation
  ` [PATCH] fixup! "
` [PATCH RFC 10/17] commands: go: add security config option
` [PATCH RFC 11/17] console: ratp: "
` [PATCH RFC 12/17] bootm: support calling bootm_optional_signed_images at any time
` [PATCH RFC 13/17] bootm: make unsigned image support runtime configurable
` [PATCH RFC 14/17] ARM: configs: add virt32_secure_defconfig
` [PATCH RFC 15/17] boards: qemu-virt: add security policies
` [PATCH RFC 16/17] boards: qemu-virt: allow setting policy from command line
` [PATCH RFC 17/17] test: py: add basic security policy test

[PATCH 0/6] ARM: k3: updates
 2025-08-18 13:53 UTC  (8+ messages)
` [PATCH 1/6] ARM: k3: AM62l3-EVM: add usb0
` [PATCH 2/6] ARM: k3: quote PEM files
` [PATCH 3/6] ARM: k3: allow to pass custom signing keys
` [PATCH 4/6] k3img: handle PKCS#11 uris
` [PATCH 5/6] ARM: K3: Update yaml files for AM62L
` [PATCH 6/6] ARM: k3: use newer ti-linux-firmware

[PATCH 1/2] watchdog: rti_wdt: Fix reset on AM62L
 2025-08-18 13:52 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: AM62L: switch watchdog to SoC specific compatible

[PATCH] arm: boards: Add support for Protonic PRTPUK board
 2025-08-14 13:23 UTC  (5+ messages)

[PATCH] fixup! commands: introduce new security command group
 2025-08-14 13:21 UTC  (2+ messages)

[PATCH 0/2] usb: net: ax88179_178a: sync reset and rx with upstream
 2025-08-14 11:00 UTC  (4+ messages)
` [PATCH 1/2] net: usb: ax88179_178a: align rx_fixup "
` [PATCH 2/2] net: usb: ax88179_178a: align reset "

[PATCH] test: py: add regression test for missing x86 EFI child devices
 2025-08-14 10:54 UTC  (2+ messages)

[PATCH] efi: fix probing of EFI devices with parents
 2025-08-14 10:54 UTC  (3+ messages)

[PATCH v2 00/13] commands: add bfetch/buds of command redirection
 2025-08-14 10:53 UTC  (15+ messages)
` [PATCH v2 01/13] common: introduce structured I/O
` [PATCH v2 02/13] ARM: cpuinfo: support structio output
` [PATCH v2 03/13] commands: uptime: enable structured I/O
` [PATCH v2 04/13] string: implement strv_length helper
` [PATCH v2 05/13] ARM: psci: client: add PSCI version/method parameters
` [PATCH v2 06/13] net: move netmask_to_prefix into header
` [PATCH v2 07/13] optee: add revision info to tee devinfo output
` [PATCH v2 08/13] tee: enable structured I/O in devinfo handler
` [PATCH v2 09/13] security: blobgen: add easy way to check for existent providers
` [PATCH v2 10/13] clk: implement clk_have_nonfixed_providers
` [PATCH v2 11/13] commands: introduce bfetch command
` [PATCH v2 12/13] configs: enable bfetch in some popular defconfigs
` [PATCH v2 13/13] hush: structio: silence missing command error message

[PATCH] ARM: k3: add syscon-reboot-mode
 2025-08-13  8:16 UTC 

[PATCH 0/8] Add Rockchip RK3576 support
 2025-08-13  6:51 UTC  (4+ messages)

[PATCH] hush: implement PROMPT_COMMAND
 2025-08-13  5:49 UTC  (2+ messages)

[PATCH 00/44] commands: add bfetch/buds of command redirection
 2025-08-13  5:48 UTC  (32+ messages)
` [PATCH 02/44] driver: introduce common struct bobject
` [PATCH 07/44] param: operate on bobjects instead of full devices
` [PATCH 09/44] treewide: populate CONFIG_NAME for all configs in-tree
` [PATCH 12/44] usb: drop dead iSerialNumber parameter addition
` [PATCH 21/44] net: move netmask_to_prefix into header
` [PATCH 23/44] optee: add revision info to tee devinfo output
` [PATCH 24/44] tee: enable structured I/O in devinfo handler
` [PATCH 27/44] nvmem: export functions to query NVMEM size
` [PATCH 29/44] security: blobgen: add easy way to check for existent providers
` [PATCH 30/44] pmdomain: add easy way to check for provider support
` [PATCH 32/44] firmware: add easy way to check for existent providers
` [PATCH 33/44] rtc: export rtc_class in header
` [PATCH 34/44] driver: featctrl: export of_feature_controllers
` [PATCH 35/44] net: dsa: export dsa_switch_list
` [PATCH 36/44] usb: export usb_host_list
` [PATCH 37/44] pstore: export pstore_is_ready
` [PATCH 38/44] pinctrl: export pinctrl_list
` [PATCH 39/44] clk: implement clk_have_nonfixed_providers
` [PATCH 40/44] driver: bus: export get_bus_by_name
` [PATCH 41/44] fimware: arm_scmi: export scmi_list
` [PATCH 42/44] block: define BLK_TYPE_COUNT as last enum blk_type value
` [PATCH 43/44] commands: introduce bfetch command
` [PATCH 44/44] configs: enable bfetch in some popular defconfigs
` (subset) [PATCH 00/44] commands: add bfetch/buds of command redirection

[PATCH 1/4] scripts: Makefile.pic: define __NO_FORTIFY without value
 2025-08-11 13:34 UTC  (5+ messages)
` [PATCH 2/4] ARM64: configs: multi_v8: disable layerscape temporarily

page:  |  | latest

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