mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/6] mci: rockchip-dwcmshc: add HS200 support
 2026-05-07  7:02 UTC  (5+ messages)
` [PATCH 1/6] mci: sdhci: rockchip: set hidspd before re-enabling the clock
` [PATCH 2/6] mci: sdhci: rockchip: disable clock while setting DLL
` [PATCH 4/6] mci: sdhci: rockchip: Update pre-change delay for rockchip platform
` [PATCH 5/6] clk: composite: pick best parent for round_rate / set_rate

[PATCH 0/6] arm: socfpga: agilex5: cleanup QSPI flash low level code
 2026-05-06  9:06 UTC  (7+ messages)
` [PATCH 1/6] arm: socfpga: agilex5: add missing include soc64-regs.h
` [PATCH 2/6] arm: socfgpa: agilex5: remove mailbox_s10 from barebox proper
` [PATCH 3/6] arm: socfpga: agilex5: extract function to request qspi access
` [PATCH 4/6] arm: socfpga: mailbox_s10: keep clock rate in Hz
` [PATCH 5/6] arm: socfpga: mailbox_s10: add write_qspi_refclk helper
` [PATCH 6/6] arm: socfpga: agilex5: extract write_qspi_refclk from mailbox

[PATCH v2 1/2] Add support for extlinux.conf
 2026-05-05 13:04 UTC  (11+ messages)
` [PATCH v2 2/2] Documentation: add extlinux.conf support description

[PATCH 0/3] bootm: append automatic parameters after all other linux.bootargs
 2026-05-05 12:45 UTC  (5+ messages)
` [PATCH 1/3] common: fix help text reference to internal imagicvars
` [PATCH 2/3] Documentation: user: booting-linux: split off mtdparts fixup section
` [PATCH 3/3] bootm: append automatic parameters after all other linux.bootargs

[PATCH 0/3] environment: Allow autoprobing env devices without CONFIG_INSECURE
 2026-05-04 14:55 UTC  (9+ 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-05-04 13:29 UTC  (10+ messages)
` [PATCH 2/2] Documentation: add extlinux.conf support description

[PATCH 00/20] fbconsole: support TUI-relevant escape sequences
 2026-05-03  8:33 UTC  (21+ messages)
` [PATCH 01/20] fbconsole: remove incomplete CSI_CNT state
` [PATCH 02/20] fbconsole: improve handling of unexpected escape sequences
` [PATCH 03/20] fbconsole: fix handling of CSI buffer overflow
` [PATCH 04/20] fbconsole: do not reset cursor visibility alongside attributes
` [PATCH 05/20] fbconsole: respect hidden cursor everywhere
` [PATCH 06/20] fbconsole: call fb_blit_area for every drawchar
` [PATCH 07/20] fbconsole: skip fb_flush when processing escape sequences
` [PATCH 08/20] fbconsole: factor out helpers for clamped cursor row/col setting
` [PATCH 09/20] fbconsole: precompute foreground/background colors
` [PATCH 10/20] fbconsole: collect renderable state into struct fbc_screen_state
` [PATCH 11/20] fbconsole: implement CSI A/B/C/D cursor movement sequences
` [PATCH 12/20] fbconsole: restrict cursor visibility to DEC private mode 25
` [PATCH 13/20] fbconsole: add new clear_chars helper
` [PATCH 14/20] fbconsole: implement erase entire line CSI
` [PATCH 15/20] fbconsole: support ESC[0J and ESC[1J partial screen clear
` [PATCH 16/20] fbconsole: implement DEC save/restore cursor
` [PATCH 17/20] fbconsole: implement VT100 deferred wrap (last column flag)
` [PATCH 18/20] fbconsole: implement alternate screen buffer (ESC[?1049h/l)
` [PATCH 19/20] fbconsole: adapt logging depending on activated streams
` [PATCH 20/20] netconsole: suppress log message when opening console file

[PATCH] commands: splash: optimize background fill
 2026-05-03  8:32 UTC 

[PATCH 1/3] netconsole: terminate netcat background process on exit
 2026-05-03  8:30 UTC  (3+ messages)
` [PATCH 2/3] netconsole: add support for binding to specific IP
` [PATCH 3/3] test: py: implement --port-forward option

[PATCH] efi: loader: gop: install device path to make GOP discoverable
 2026-05-03  8:24 UTC 

[PATCH v2 1/2] include: ktime: move ktime_t definition globally
 2026-05-03  8:23 UTC  (2+ messages)
` [PATCH v2 2/2] readkey: handle standalone ESC keypress with timeout

[PATCH] commands: 2048: use 16-color ANSI palette
 2026-05-02 11:36 UTC 

[PATCH] fbconsole: make UTF-8 the default encoding instead of CP437
 2026-05-02 11:29 UTC 

[PATCH] globalvar: call dev_set_param only once when loading nv vars
 2026-05-01  9:23 UTC 

[PATCH] serial: efi-stdio: implement DEC save/restore cursor
 2026-05-01  9:08 UTC 

[PATCH] video: ramfb: support multiple resolutions via mode_name parameter
 2026-05-01  8:51 UTC 

[PATCH 0/9] lib: term: fix fbconsole cursor desynchronization
 2026-05-01  7:19 UTC  (10+ messages)
` [PATCH 1/9] lib: term: avoid printing NUL with new new console_puts API
` [PATCH 2/9] lib: term: return error code from term_getsize()
` [PATCH 3/9] lib: term: add per-console terminal response parser
` [PATCH 4/9] lib: term: factor out single cdev handling from term_getsize
` [PATCH 5/9] lib: term: fix term_getsize cursor restore
` [PATCH 6/9] console: add get_size callback for direct size reporting
` [PATCH 7/9] video: fbconsole: implement get_size
` [PATCH 8/9] console: add per-console terminal.size parameter
` [PATCH 9/9] efi: reimplement query_console_serial using term_getsize

[PATCH 1/2] include: ktime: move ktime_t definition globally
 2026-05-01  6:53 UTC  (2+ messages)
` [PATCH 2/2] readkey: handle standalone ESC keypress with timeout

[PATCH v2] doc: tlv: add images and custom format documentation
 2026-04-30 15:19 UTC 

[PATCH RESEND] doc: tlv: add images and custom format documentation
 2026-04-30 14:41 UTC  (3+ messages)

[PATCH 0/4] rkimage: Add resigning support
 2026-04-29 10:19 UTC  (5+ messages)
` [PATCH 1/4] rkimage: Support openssl provider API
` [PATCH 2/4] rkimage: unconditionally fill newidb
` [PATCH 3/4] rkimage: add support for re-signing an existing image
` [PATCH 4/4] rkimage: improve error handling

[PATCH] x86: efi: fix objcopy flags for barebox.efi
 2026-04-29  8:07 UTC 

ARM: socfpga: enclustra-sa2: issue with I2C1
 2026-04-28 12:51 UTC  (8+ messages)

[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  (13+ 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  (2+ messages)

[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  (2+ messages)

[PATCH 0/4] tftp: fix buffer overflows
 2026-04-17 10:40 UTC  (2+ messages)

[PATCH 0/2] nfs: protect against corrupt packets and userdata
 2026-04-17 10:40 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