mail archive of the barebox mailing list
 help / color / mirror / Atom feed
ARM: socfpga: enclustra-sa2: issue with I2C1
 2026-04-28 12:51 UTC  (8+ messages)

[PATCH 0/3] environment: Allow autoprobing env devices without CONFIG_INSECURE
 2026-04-28  9:24 UTC  (4+ messages)
` [PATCH 1/3] environment: Drop /dev/env0 default
` [PATCH 2/3] environment: add global.env.path
` [PATCH 3/3] environment: add explicit option to allow searching for environment devices

[PATCH 1/2] Add support for extlinux.conf
 2026-04-27 17:34 UTC  (9+ messages)
` [PATCH 2/2] Documentation: add extlinux.conf support description

[PATCH] arm: i.mx: fix error in field return configuration
 2026-04-27 16:35 UTC  (2+ messages)

[PATCH 0/2] ARM: socfpga: xgmac: switch to upstream device tree
 2026-04-27 12:30 UTC  (6+ messages)
` [PATCH 1/2] net: xgmac: switch to upstream compatible
` [PATCH 2/2] ARM: socfpga: remove obsolete gmac device tree nodes

[PATCH] ARM: dts: socfpga: AXE5-Eagle: fix phy reset
 2026-04-27 10:55 UTC  (3+ messages)

[PATCH v3 0/2] Add additional globalvar for soc_uid
 2026-04-27  7:15 UTC  (4+ messages)
` [PATCH v3 1/2] common: misc: add soc_uid_hex to globalvar
` [PATCH v3 2/2] i.MX: HAB: update text for HABV4_CSF_UNLOCK_UID

Guarantee quality and precision with our ISO9001:2008 certified processes
 2026-04-26 19:33 UTC 

[PATCH v2 0/2] Add additional globalvar for soc_uid
 2026-04-22  9:47 UTC  (15+ messages)
` [PATCH v2 1/2] common: misc: add soc_uid_hex to globalvar
` [PATCH v2 2/2] i.MX: HAB: update text for HABV4_CSF_UNLOCK_UID

[PATCH v2 0/2] add imx8mp-frdm board support
 2026-04-22  8:29 UTC  (4+ messages)
` [PATCH v2 1/2] DONT MERGE: dts: backport NXP i.MX8MP FRDM board dts
` [PATCH v2 2/2] ARM: i.MX8MP: add imx8mp-frdm board

[PATCH] commands: add resize command to reset terminal scroll region
 2026-04-22  8:16 UTC  (2+ messages)

[PATCH] fs: set linux.bootargs.rootopts only when existing
 2026-04-22  8:04 UTC  (3+ messages)

[PATCH] ARM: dts: stm32mp: stm32mp135-dk: disable button on PA13
 2026-04-22  8:03 UTC  (2+ messages)

[PATCH 0/7] test: Add framebuffer test
 2026-04-22  8:01 UTC  (2+ messages)

[PATCH] Documentation: user: use matrix.to instead of element.io link
 2026-04-22  6:54 UTC  (3+ messages)

[PATCH v8 0/7] Add helper for security policies
 2026-04-22  6:52 UTC  (9+ messages)
` [PATCH v8 1/7] of: add of_property_write_string_array()
` [PATCH v8 2/7] security: policy: sanity check parameters
` [PATCH v8 3/7] security: policy: remove global active_policy var
` [PATCH v8 4/7] security: policy: add notifier chain for name change
` [PATCH v8 5/7] common: bootm: add policy to commandline
` [PATCH v8 6/7] drivers: pinctrl: configure pinctrl based on policy name
` [PATCH v8 7/7] security: kernel_pinctrl: fixup pinctrl in kernel dts

[PATCH 0/2] USB: dwc2: Fix handling NAK
 2026-04-21 13:48 UTC  (10+ messages)
` [PATCH 1/2] usb: dwc2: handle NAK when CHHLTD does not fire
` [PATCH 2/2] usb: dwc2: fix data toggle reset direction on ClearFeature(ENDPOINT_HALT)

[PATCH 0/4] usb: typec: STUSB160x support
 2026-04-20 12:02 UTC  (10+ messages)
` [PATCH 1/4] usb: otg: Add function to set dr_mode
` [PATCH 2/4] usb: typec: wire USB role changes to OTG device
` [PATCH 3/4] usb: typec: add typec_find_port_power_role() and typec_find_pwr_opmode()
` [PATCH 4/4] USB: typec: Add STUSB160x driver

[PATCH] bootm: filter out "<NULL>" rootopts to avoid kernel cmdline noise
 2026-04-20  7:58 UTC  (5+ messages)

[PATCH] fs: avoid setting root or rootopts to literal string "<NULL>"
 2026-04-20  7:45 UTC  (2+ messages)

v2026.04.0
 2026-04-17 13:43 UTC 

[PATCH] ARM: dts: rk3588-rock-5b: fix SD card startup for Radxa ROCK 5B
 2026-04-17 10:46 UTC  (2+ messages)

[PATCH] kfifo: do not allocate a fifo smaller than 2 bytes
 2026-04-17 10:45 UTC  (2+ messages)

[PATCH v3] Documentation: migration-guides: mention possible FIT compat break
 2026-04-17 10:44 UTC  (2+ messages)

[PATCH master 1/4] Documentation: migration-guide: fix TQMA8MPxL section
 2026-04-17 10:43 UTC  (5+ messages)
` [PATCH master 2/4] Documentation: migration-guide: reinstate HABv4-enablement
` [PATCH master 3/4] Documentation: migration-guide: mention TF-A v2.14 compatibility
` [PATCH master 4/4] Documentation: migration-guide: add note about ZynqMP OP-TEE

[PATCH 00/10] net: prevent buffer overflows in UDP packets
 2026-04-17 10:40 UTC  (23+ messages)
` [PATCH 01/10] net: add net_eth_to_udp() helper for validated UDP extraction
` [PATCH 02/10] fs: tftp: use net_eth_to_udp() for packet parsing
` [PATCH 03/10] net: dhcp: "
` [PATCH 04/10] fs: nfs: "
` [PATCH 05/10] net: dns: "
` [PATCH 06/10] net: sntp: "
` [PATCH 07/10] net: netconsole: "
` [PATCH 08/10] net: fastboot: "
` [PATCH 09/10] net: fastboot: stop using net_eth_to_udp_payload() for PACKET_SIZE
` [PATCH 10/10] net: remove unused net_eth_to_udp{hdr,_payload,len}() helpers

[PATCH v2 0/3] net: dhcp: fix buffer overflows
 2026-04-17 10:40 UTC  (8+ messages)
` [PATCH v2 1/3] net: dhcp: add bounds checking to DHCP option parsing
` [PATCH v2 2/3] net: dhcp: use xstrndup for bp_file to prevent read past field
` [PATCH v2 3/3] net: dhcp: cap DHCP option string length to 255 bytes

[PATCH 0/4] tftp: fix buffer overflows
 2026-04-17 10:40 UTC  (10+ messages)
` [PATCH 1/4] fs: tftp: prevent packet buffer overflow from long filenames
` [PATCH 2/4] fs: tftp: fix OACK option parsing bounds check
` [PATCH 3/4] fs: tftp: reject OACK with blocksize of zero
` [PATCH 4/4] fs: tftp: use bounded format for TFTP error message debug print

[PATCH 0/2] nfs: protect against corrupt packets and userdata
 2026-04-17 10:40 UTC  (6+ messages)
` [PATCH 1/2] fs: nfs: fix stack and packet buffer overflows from long NFS paths
` [PATCH 2/2] fs: nfs: fix NULL dereference in nfs_read_req on truncated packets

[PATCH v2] Documentation: migration-guides: mention possible FIT compat break
 2026-04-17  9:14 UTC  (2+ messages)

[PATCH] mci: add missing break
 2026-04-17  9:08 UTC  (2+ messages)

[PATCH v2 0/2] ARM: ls1046a: add support for Arkona AT300
 2026-04-17  9:07 UTC  (4+ messages)
` [PATCH v2 1/2] scripts: ls1046a-rcwtool: add functions to generate RCW
` [PATCH v2 2/2] ARM: tqmls1046a: Add Arkona AT300 support

[PATCH 0/9] arm: socfpga: agilex5: rework low level code
 2026-04-17  8:25 UTC  (11+ messages)
` [PATCH 1/9] arm: socfpga: agilex5: cleanup TF-A loading
` [PATCH 2/9] arm: socfgpa: agilex5: remove unused memsize
` [PATCH 3/9] arm: socfpga: agilex5: configure firewall with base and size
` [PATCH 4/9] arm: socfpga: agilex5: fix read of memory limit
` [PATCH 5/9] arm: socfpga: agilex5: fix SDRAM size calculation
` [PATCH 6/9] arm: socfpga: agilex5: remove unused declarations
` [PATCH 7/9] arm: socfpga: agilex5: read SDRAM limits from firewall
` [PATCH 8/9] arm: socfpga: agilex5: add agilex5_barebox_entry
` [PATCH 9/9] arm: socfpga: agilex5: add explicit unreachable after TF-A load

[PATCH 0/6] arm: socfpga: iossm: code cleanup
 2026-04-17  8:14 UTC  (8+ messages)
` [PATCH 1/6] arm: socfpga: iossm: make io96b_cal_status static
` [PATCH 2/6] arm: socfpga: iossm: use readl_poll_timeout
` [PATCH 3/6] arm: socfpga: iossm: remove duplicate read of response status
` [PATCH 4/6] arm: socfpga: iossm: remove multiple read of status_addr
` [PATCH 5/6] arm: socfpga: iossm: change io96b_csr_addr to void *
` [PATCH 6/6] arm: socfpga: iossm: extract io96b_mb_init_instance

[PATCH] fs: Do not mntput() the root device parent
 2026-04-17  8:03 UTC  (3+ messages)

[PATCH master] arch: make RELR depend on EXPERIMENTAL
 2026-04-17  8:03 UTC  (2+ messages)

[PATCH] ARM: i.MX8M: evk: mark PMIC barebox,allow-dummy-supply
 2026-04-17  8:02 UTC  (2+ messages)

[PATCH] Documentation: migration-guides: mention possible FIT compat break
 2026-04-16 15:31 UTC 

[PATCH master] fs: guard against unset dentry in get_fsdevice_by_dentry
 2026-04-15 12:08 UTC  (2+ messages)

[PATCH v2 00/10] arm: socfpga: iossm: add support for mailbox v1
 2026-04-15 11:48 UTC  (7+ messages)
` [PATCH v2 08/10] arm: socfgpa: iossm: extract initialization of one interface
        ` [PATCH] fixup! "

[PATCH] efi: gop: use screen_base directly instead of shadow buffer
 2026-04-15  6:39 UTC  (2+ messages)

[PATCH 1/2] usb: dwc2: core: add no-csftrst-wait DT property
 2026-04-15  6:38 UTC  (4+ messages)

[PATCH] of: gracefully handle empty dummy DT
 2026-04-15  6:38 UTC  (3+ messages)

[PATCH v2 1/3] ppc: define sync_caches_for_execution only for MPC85xx
 2026-04-15  6:30 UTC  (2+ messages)

[PATCH 1/2] efi: payload: image: exit if kernel image returned
 2026-04-15  6:29 UTC  (3+ messages)
` [PATCH 2/2] efi: payload: bootm: fix potential double-unload for image

[PATCH master] bootm: require EFI boot when running as payload
 2026-04-15  6:27 UTC  (2+ messages)

[PATCH] ARM: i.MX7: DDR size detection off-by-one in row_max
 2026-04-15  6:24 UTC  (2+ messages)

[PATCH] ARM: tqmls1046a: Add Arkona AT300 support
 2026-04-15  6:22 UTC  (3+ messages)

file system crash
 2026-04-14 11:55 UTC  (6+ messages)

[PATCH 0/2] Add additional globalvar for soc_uid
 2026-04-14 11:10 UTC  (6+ messages)
` [PATCH 2/2] i.MX: HAB: update text for HABV4_CSF_UNLOCK_UID

[PATCH 1/4] efi: loader: fix integer overflow in PE virt_size calculation
 2026-04-14 10:06 UTC  (6+ messages)
` [PATCH 3/4] efi: loader: fix SizeOfBlock underflow in relocation processing
` [PATCH 4/4] efi: loader: bounds-check relocation offsets against image size

page:  |  | latest

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