mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v3 1/4] Documentation: split Rockchip documentation
 2025-12-18 21:33 UTC  (4+ messages)
` [PATCH v3 2/4] Documentation: rk35xx: expand on supported SoCs/boards
` [PATCH v3 3/4] arm64: rockchip: Add support for QNAP's ts-433 4bay NAS
` [PATCH v3 4/4] arm64: rockchip: qnap-tsx33: support USB installer with EFI

[PATCH 0/4] i.mx: hab/ocotop: extend field return to i.MX6
 2025-12-18 20:03 UTC  (9+ messages)
` [PATCH 1/4] arm: mach-imx6: use kconfig for field return
` [PATCH 2/4] nvmem: ocotp: extend support to query the sticky bit
` [PATCH 3/4] i.MX: HAB: extend field_return support to imx6
` [PATCH 4/4] commands: hab: extend by field_return fuse burn

[PATCH] fixup! efi: guid: add some more GUIDs
 2025-12-18 19:30 UTC 

[PATCH] ARM: dts: nxp/imx6: Drop unused .dtsi
 2025-12-18 16:42 UTC  (5+ messages)

[PATCH v2] scripts: add helper for generating Origin-URL references
 2025-12-18 15:18 UTC 

[PATCH 0/4] efi: add EFI loader integration test
 2025-12-18 14:48 UTC  (5+ messages)
` [PATCH 1/4] test: py: strategy: add OS shell state
` [PATCH 2/4] test: py: add simple SMBIOS tests
` [PATCH 3/4] test: py: add simple EFI loader integration test
` [PATCH 4/4] test: arm: add Labgrid env YAML for multi_v8_efiloader_defconfig

[PATCH] boot: allow prioritizing boot entry providers
 2025-12-18 13:20 UTC  (2+ messages)

[PATCH v1 00/54] efi: implement EFI loader support in barebox
 2025-12-18 10:38 UTC  (55+ messages)
` [PATCH v1 01/54] efi: payload: initrd: fix type mismatch on 32-bit
` [PATCH v1 02/54] efi: loader: switch over event/memory key type to efi_uintn_t
` [PATCH v1 03/54] lib: vsprintf: print human-readable EFI GUIDs with %pUs
` [PATCH v1 04/54] fs: fat: don't duplicate dentries when resolving differently cased paths
` [PATCH v1 05/54] efi: loader: add memory accounting
` [PATCH v1 06/54] efi: loader: add pool allocator
` [PATCH v1 07/54] efi: types: add EFI_RUNTIME_SECTION
` [PATCH v1 08/54] resource: assign memory banks a default type and attr
` [PATCH v1 09/54] ARM: lds: add EFI runtime service section
` [PATCH v1 10/54] ARM: move needed assembly routines into EFI runtime section
` [PATCH v1 11/54] crypto: crc32: implement position independent CRC32
` [PATCH v1 12/54] efi: loader: add support for tracing calls back into UEFI
` [PATCH v1 13/54] efi: loader: add table utility functions
` [PATCH v1 14/54] lib: add charset helpers
` [PATCH v1 15/54] efi: loader: add object handling API
` [PATCH v1 16/54] efi: loader: add devicepath support
` [PATCH v1 17/54] efi: loader: add debug support
` [PATCH v1 18/54] efi: loader: add boot services support
` [PATCH v1 19/54] efi: loader: add support for runtime services before ExitBootServices
` [PATCH v1 20/54] efi: loader: setup root node
` [PATCH v1 21/54] efi: loader: add watchdog support
` [PATCH v1 22/54] efi: loader: move PE implementation out of common code
` [PATCH v1 23/54] efi: loader: protocol: add file protocol support
` [PATCH v1 24/54] efi: loader: protocol: add Block IO support
` [PATCH v1 25/54] efi: loader: protocol: implement efi_file_from_path
` [PATCH v1 26/54] efi: loader: boot: implement LoadImage BootService
` [PATCH v1 27/54] efi: loader: add EFI load option handling
` [PATCH v1 28/54] efi: loader: protocol: add graphical output protocol support
` [PATCH v1 29/54] efi: loader: protocol: add console support
` [PATCH v1 30/54] efi: loader: protocol: add HII support
` [PATCH v1 31/54] efi: loader: protocol: add unicode collation support
` [PATCH v1 32/54] efi: loader: protocol: add random number generator protocol
` [PATCH v1 33/54] efi: loader: protocol: add device_path_utilities
` [PATCH v1 34/54] efi: loader: support formatting only first device path node to text
` [PATCH v1 35/54] efi: loader: protocol: add efi_device_path_to_text support
` [PATCH v1 36/54] restart: allow drivers to register runtime restart handler
` [PATCH v1 37/54] poweroff: allow drivers to register runtime poweroff handler
` [PATCH v1 38/54] ARM: psci: client: register runtime service "
` [PATCH v1 39/54] ARM: psci: client: register runtime service restart handler
` [PATCH v1 40/54] hardening: disable some features when EFI runtime support is enabled
` [PATCH v1 41/54] filetype: add new filetype for efi-stubbed ARM zImages
` [PATCH v1 42/54] bootm: add global.bootm.efi toggle
` [PATCH v1 43/54] efi: loader: add ESP boot entry provider
` [PATCH v1 44/54] efi: loader: add rudimentary EFI boot manager
` [PATCH v1 45/54] efi: loader: implement bootm handler
` [PATCH v1 46/54] efi: runtime: add EFI variable support
` [PATCH v1 47/54] efi: loader: populate OsIndicationsSupported/PlatformLang variables
` [PATCH v1 48/54] ARM: don't disable MMU when EFI booting
` [PATCH v1 49/54] efi: runtime: add runtime service support after ExitBootServices
` [PATCH v1 50/54] efi: runtime: add relocation check
` [PATCH v1 51/54] efi: loader: CONFIG_EFI_RT_VOLATILE_STORE
` [PATCH v1 52/54] efi: loader: support ExitBootServices
` [PATCH v1 53/54] efi: loader: pass along SMBIOS table
` [PATCH v1 54/54] ARM: configs: add multi_v7/8_efiloader_defconfig

[PATCH] mci: use partition table index for Linux mmcblkdev fixup
 2025-12-18  9:56 UTC  (2+ messages)

[PATCH] cdev: maintain partition index in struct cdev
 2025-12-18  9:38 UTC  (5+ messages)

[PATCH] clk: socfpga: agilex5: sync with kernel
 2025-12-18  9:03 UTC  (4+ messages)
` [PATCH] fixup! "

[PATCH 1/3] of: replace of_alias_get_highest_id() with of_alias_get_free_id()
 2025-12-18  8:40 UTC  (4+ messages)
` [PATCH 2/3] i2c: implement i2c_unregister_device()
` [PATCH 3/3] eeprom: at24: unregister devices in error path

[PATCH 1/3] startup: implement get_autoboot_state() helper
 2025-12-18  8:30 UTC  (4+ messages)
` [PATCH 2/3] of: implement of_get_machine_vendor()
` [PATCH 3/3] lib: smbios: add support for populating SMBIOS table

[PATCH v2] cdev: maintain partition index in struct cdev
 2025-12-18  8:24 UTC  (2+ messages)

[PATCH v2] pmdomain: fix collision in names when registering
 2025-12-18  8:14 UTC  (3+ messages)

[PATCH v3] ARM64: mmu: implement mmu_disable completely in assembly
 2025-12-18  8:13 UTC  (2+ messages)

[PATCH] scripts: add helper for generating Origin-URL references
 2025-12-18  8:04 UTC  (4+ messages)

[PATCH] pmdomain: fix collision in names when registering
 2025-12-16 10:43 UTC  (4+ messages)

[PATCH 0/5] mci: cadence: add v6 support
 2025-12-16  7:38 UTC  (11+ messages)
` [PATCH 1/5] mci: cadence: fix typo and actually build
` [PATCH 2/5] dts: include: reset: rst-mgr-s10: add SOFTPYH_RESET
` [PATCH 3/5] mci: sdhci: add sdhci_send_cmd
` [PATCH 4/5] mci: sdhci: add set_uhs_signaling callback
` [PATCH 5/5] mci: cadence: add support for version 6

[PATCH 0/6] partitions: GPT: refresh partition tables when necessary
 2025-12-15 14:15 UTC  (16+ messages)
` [PATCH 1/6] partitions: gpt: pass epd context pointer to find_valid_gpt()
` [PATCH 2/6] partitions: gpt: only write actual ptes size to device
` [PATCH 3/6] partitions: gpt: factor out a function to write primary/alternate GPT
` [PATCH 4/6] partitions: gpt: write inactive GPT first
` [PATCH 5/6] partitions: gpt: fix GPT restauration from alternate GPT
` [PATCH 6/6] partitions: gpt: refresh partition tables when necessary

[PATCH] partitions: gpt: refresh partition tables when necessary
 2025-12-15 14:09 UTC  (2+ messages)

[PATCH 1/5] net: 9p: fix variable name in BAREBOX_MAGICVAR
 2025-12-15 12:25 UTC  (9+ messages)
` [PATCH 2/5] bootchooser: inline document global.bootchooser.reset_priorities
` [PATCH 3/5] reset_source: inline document global.system.reset*
` [PATCH 4/5] Documentation: generate docs for magic variables
` [PATCH 5/5] Documentation: turn magic variables literals into references

[PATCH v2 00/13] fs: Use device special nodes for devfs
 2025-12-15 12:17 UTC  (29+ messages)
` [PATCH v2 01/13] fs: devfs-core: add devfs_create_link_node()
` [PATCH v2 02/13] storage-by-alias: drop fake cdev
` [PATCH v2 03/13] fs: implement mknod
` [PATCH v2 04/13] commands: add mknod command
` [PATCH v2 05/13] fs: ramfs: add device file support
` [PATCH v2 06/13] cdev: add cdev_size() helper
` [PATCH v2 07/13] fs: fix st_size for device files
` [PATCH v2 08/13] fs: retire devfs as filesystem
` [PATCH v2 09/13] fs: include cdevname in struct stat
` [PATCH v2 10/13] fs: stat_print: get cdevname from stat
` [PATCH v2 11/13] common: cdev-alias: rename struct
` [PATCH v2 12/13] fs: replace cdev links with aliases
` [PATCH v2 13/13] ls: use ~0 for FILE_SIZE_STREAM

[PATCH] bootm: add os_type field to struct image_data
 2025-12-15 11:18 UTC  (2+ messages)

[PATCH 1/3] bbu: detect devices when devicefile has no /dev/ prefix as well
 2025-12-15 10:18 UTC  (2+ messages)

[PATCH 1/2] ARM: i.MX8MM EVK: refactor early startup
 2025-12-15  9:31 UTC  (2+ messages)

[PATCH 0/3] selftest: preparations for devfs changes
 2025-12-15  9:30 UTC  (2+ messages)

[PATCH 0/6] resource: add support for walking resource gaps
 2025-12-15  9:29 UTC  (2+ messages)

[PATCH] resource: change MEMATTRS_NORMAL to MEMATTR_WB
 2025-12-15  9:14 UTC  (2+ messages)

[PATCH] poweroff: make header self-contained
 2025-12-15  9:14 UTC  (2+ messages)

[PATCH] cache: provide <asm/cache.h> for x86 and sandbox as well
 2025-12-15  9:14 UTC  (2+ messages)

[PATCH] rtc-lib: implement rtc_calc_weekday
 2025-12-15  9:13 UTC  (2+ messages)

[PATCH] ARM64: support reserving the x18 platform register
 2025-12-15  9:12 UTC  (2+ messages)

[PATCH] filetype: move is_dos_exe into header
 2025-12-15  9:10 UTC  (2+ messages)

[PATCH 00/16] efi: restructure for reuse from loader code
 2025-12-15  9:03 UTC  (4+ messages)
` [PATCH] fixup! efi: payload: restructure Kconfig
  ` (subset) "

[PATCH 12/16] efi: guid: add some more GUIDs
 2025-12-15  9:03 UTC  (3+ messages)
` [PATCH] fixup! "

[PATCH] ARM: cpu: disable interrupts before MMU disabling
 2025-12-15  8:43 UTC  (2+ messages)

[PATCH v3 0/3] environment: allow board code to suppress external env loading
 2025-12-15  8:33 UTC  (2+ messages)

[PATCH v2] ARM64: mmu: implement mmu_disable completely in assembly
 2025-12-15  8:25 UTC  (2+ messages)

[PATCH v2 1/5] cdev-alias: support referencing diskuuid without child partition
 2025-12-15  8:15 UTC  (2+ messages)

[PATCH master] i2c: omap: fix probe on am335x
 2025-12-15  7:41 UTC  (2+ messages)

[PATCH 1/2] fixup! efi: add option to generate vfat file for barebox.efi
 2025-12-15  7:34 UTC  (3+ messages)

[PATCH v2 1/3] fixup! efi: add option to generate vfat file for barebox.efi
 2025-12-15  7:34 UTC  (2+ messages)

[PATCH master] net: fsl_enetc: fix missing dmb() symbols on non-ARM
 2025-12-15  7:30 UTC  (2+ messages)

[PATCH] clk: vexpress: clk-sp810: sync with Linux
 2025-12-15  7:23 UTC  (2+ messages)

[PATCH master] param: make setting a parameter to the same string value a no-op
 2025-12-15  7:23 UTC  (2+ messages)

[PATCH] ARM: i.MX Riotboard: Use eMMC boot partition to boot
 2025-12-15  7:20 UTC  (2+ messages)

[PATCH] driver: base: report driver remove before, not after operation
 2025-12-15  7:20 UTC  (2+ messages)

[PATCH] ARM: mmu: include <asm/io.h> from <mmu.h>
 2025-12-15  7:15 UTC  (2+ messages)

[PATCH] clk: rk3568: sync driver with Linux
 2025-12-15  7:15 UTC  (2+ messages)

[PATCH] memory: fix dangling if in for_each_reserved_region
 2025-12-15  7:14 UTC  (2+ messages)

[PATCH] libfile: use different memory types for os and initrd
 2025-12-15  7:13 UTC  (2+ messages)

[PATCH 1/2] lib: import Linux UCS2 library functions
 2025-12-15  7:10 UTC  (2+ messages)

page: 

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