mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2 000/113] efi: prepare for ARM64 EFI loader support
 2024-03-04 19:00 UTC  (71+ messages)
` [PATCH v2 001/113] string: implement strcmp_ptr and streq_ptr helpers
` [PATCH v2 002/113] commands: efiexit: flush console and shutdown barebox
` [PATCH v2 003/113] treewide: add errno_set helper for returning positive error code in errno
` [PATCH v2 004/113] vsprintf: guard against NULL in UUID %pU
` [PATCH v2 005/113] common: add option to poweroff system on failure
` [PATCH v2 006/113] boot: print error code when booting fails
` [PATCH v2 007/113] common: efi: move directory to top-level
` [PATCH v2 008/113] efi: payload: rename CONFIG_EFI_BOOTUP to CONFIG_EFI_PAYLOAD
` [PATCH v2 009/113] efi: payload: image: return actual read_file() error
` [PATCH v2 011/113] efi: payload: make missing state reporting less verbose
` [PATCH v2 012/113] libfile: factor out read_file_into_buf helper
` [PATCH v2 013/113] efi: payload: image: allocate image via loader if it exceeds malloc area
` [PATCH v2 019/113] block: virtio: assign virtio-mmio device tree node to cdevs
` [PATCH v2 020/113] commands: stat: print DT node for cdevs if available
` [PATCH v2 022/113] commands: stat: display bootable partition table bit info
` [PATCH v2 023/113] block: record block device type
` [PATCH v2 024/113] include: add definitions for UAPI discoverable partitions spec
` [PATCH v2 026/113] fs: fix unreaddir, so readdir returns unread dirent first
` [PATCH v2 027/113] fs: turn creat into static inline helper
` [PATCH v2 028/113] fs: drop unused LOOKUP_ flags
` [PATCH v2 029/113] fs: opendir: reference mount point until closedir is called
` [PATCH v2 030/113] fs: factor out opendir iteration
` [PATCH v2 031/113] fs: implement fdopendir and rewinddir
` [PATCH v2 033/113] fs: always check path_init for errors
` [PATCH v2 034/113] fs: set current working dir directly when mounting root
` [PATCH v2 039/113] commands: introduce new findmnt command
` [PATCH v2 041/113] fs: support opening /
` [PATCH v2 042/113] test: self: add dirfd tests
` [PATCH v2 043/113] commands: stat: add option for statat
` [PATCH v2 044/113] efi: payload: lower command line options print from error to info
` [PATCH v2 046/113] commands: time: switch to using getopt for -n
` [PATCH v2 047/113] commands: time: reduce strjoin runtime, drop trailing space
` [PATCH v2 048/113] commands: time: refactor into new strjoin
` [PATCH v2 049/113] test: self: add strjoin tests
` [PATCH v2 050/113] filetype: have cdev_detect_type take a cdev
` [PATCH v2 051/113] ARM: mmu-early: gracefully handle already enabled MMU
` [PATCH v2 052/113] efi: don't hide structs, enums or unions behind _t
` [PATCH v2 053/113] efi: make headers self-contained
` [PATCH v2 055/113] efi: efi-guid: add more GUIDs
` [PATCH v2 057/113] ARM64: runtime-offset: make get_runtime_offset fully PIC
` [PATCH v2 058/113] pbl: introduce CONFIG_PBL_FULLY_PIC
` [PATCH v2 060/113] efi: payload: init: restrict barebox mem to first 1G only on x86
` [PATCH v2 061/113] efi: add efi_is_loader/efi_is_payload helpers
` [PATCH v2 063/113] ARM: make board data definitions accessible to other architectures
` [PATCH v2 064/113] boarddata: add barebox_boarddata_is_machine helper
` [PATCH v2 068/113] efi: define efi_handle_t as opaque pointer
` [PATCH v2 069/113] efi: constify guid_t in API
` [PATCH v2 070/113] efi: rename efi_simple_input_interface to efi_simple_text_input_protocol
` [PATCH v2 072/113] efi-stdio: fix wait_for_event argument
` [PATCH v2 073/113] efi-stdio: wait for extended input key event when using extended input
` [PATCH v2 074/113] efi: flesh out EFI definitions in header
` [PATCH v2 076/113] efi: improve usability of EFI_PAGE_* macros
` [PATCH v2 077/113] fs: efi: move definitions into header
` [PATCH v2 079/113] efi: stdio: fix efi_register_keystroke_notify prototype
` [PATCH v2 080/113] video: mark EFI_GOP driver x86-only for now
` [PATCH v2 083/113] efi: payload: factor C efi_main into dedicated file
` [PATCH v2 084/113] efi: payload: early-mem: simplify error message reporting
` [PATCH v2 087/113] efi: devicepath: improve const safety
` [PATCH v2 088/113] efi: refactor device_path_to_partuuid for code reuse
` [PATCH v2 089/113] efi: devicepath: implement device_path_to_str_buf variant
` [PATCH v2 090/113] lib: vsprintf: align documentation with current feature set
` [PATCH v2 091/113] vsprintf: add %pD for printing EFI device path
` [PATCH v2 094/113] efi: payload: iomem: register later
` [PATCH v2 095/113] efi: payload: protect against buggy EFI implementations
` [PATCH v2 097/113] commands: add cpuinfo -s option for stacktrace
` [PATCH v2 100/113] efi: devicepath: format GUIDs as little endian
` [PATCH v2 101/113] efi: devicepath: move END device node definitions into header
` [PATCH v2 103/113] efi: devicepath: namespace definitions
` [PATCH v2 109/113] lib: uuid: implement uuid/guid_parse
` [PATCH v2 113/113] commands: efi_handle_dump: don't ignore failure to parse GUID

[PATCH] fixup! of: fdt: implement fdt_machine_is_compatible
 2024-03-04 18:55 UTC 

[PATCH 000/112] efi: prepare for ARM64 EFI loader support
 2024-03-04 17:26 UTC  (7+ messages)
` [PATCH 065/112] common: add PE/COFF loader
` [PATCH 090/112] vsprintf: add %pD for printing EFI device path

barebox + picotcp-1.7.0
 2024-03-04 14:47 UTC  (2+ messages)

[PATCH 0/4] of: fdt: read blspec/FIT DT compat without unflattening
 2024-03-04  9:50 UTC  (9+ messages)
` [PATCH 1/4] of: fdt: factor out FDT header parsing
` [PATCH 2/4] of: fdt: implement fdt_machine_is_compatible
` [PATCH 3/4] blspec: don't parse whole device tree to compare compatibles
` [PATCH 4/4] FIT: support finding compatible configuration by FDT compatible

[PATCH] ARM: i.MX: ele: remove unnecessary argument
 2024-03-04  9:47 UTC  (2+ messages)

[PATCH] ARM: i.MX: sabresd: Add support for i.MX6DL board variant
 2024-03-04  9:46 UTC  (2+ messages)

[PATCH v2] mtd: don't try to detect UBI in too small flash partitions
 2024-03-04  9:19 UTC  (2+ messages)

[PATCH 1/4] mci: dwcmshc-sdhci: Remove superfluous call to sdhci_enable_v4_mode
 2024-03-04  9:18 UTC  (9+ messages)
` [PATCH 2/4] mci: dwcmshc-sdhci: Fix f_max computation
` [PATCH 3/4] mci: sdhci: add register define for P_VENDOR_SPECIFIC_AREA
` [PATCH 4/4] mci: dwcmshc-sdhci: add support for Kalray Coolidge v2 SoC eMMC controller
` (subset) [PATCH 1/4] mci: dwcmshc-sdhci: Remove superfluous call to sdhci_enable_v4_mode

[PATCH v2] mci: dwcmshc-sdhci: add support for Kalray Coolidge v2 SoC eMMC controller
 2024-03-04  9:18 UTC  (2+ messages)

Temporary outage of Git-over-https at https://git.pengutronix.de/cgit/barebox/
 2024-03-01 21:55 UTC  (2+ messages)

[PATCH] Patch to fix bootm barebox load address alignment to acomodate ADRP instruction
 2024-03-01  9:25 UTC  (2+ messages)

[PATCH v2 1/2] partitions: efi: change first partition number from 1 to 0
 2024-03-01  9:21 UTC  (4+ messages)
` [PATCH v2 2/2] partitions: dos: "

[PATCH master] optee: don't warn about missing OP-TEE header
 2024-03-01  9:21 UTC  (8+ messages)

[PATCH master] optee: check optee_verify_header argument for error pointers
 2024-03-01  9:20 UTC  (3+ messages)

[PATCH next] fixup! usb: xhci: reset endpoint on USB stall
 2024-03-01  9:19 UTC  (3+ messages)

[PATCH master] firmware: arm_scmi: pmdomain: restrict default y for driver
 2024-03-01  9:19 UTC  (2+ messages)

[PATCH] ARM: i.MX93: tqm93xx: add PMIC node
 2024-02-29  8:39 UTC  (2+ messages)

[PATCH] net: drop unused rarp.h
 2024-02-29  8:36 UTC  (4+ messages)

[PATCH 1/2] ARM: i.MX8M: drop function prototype for removed imx8m_uid
 2024-02-29  8:20 UTC  (3+ messages)
` [PATCH 2/2] env: export getenv_ullx() helper

[PATCH 1/6] driver: make struct bus_type::match optional
 2024-02-29  8:10 UTC  (7+ messages)
` [PATCH 2/6] driver: make struct bus_type::probe optional
` [PATCH 3/6] treewide: remove bus probe functions that just call driver probe
` [PATCH 4/6] usb: otg: maintain list of USB OTG controllers
` [PATCH 5/6] usb: otg: turn global otg device into device alias
` [PATCH 6/6] usb: print number of skipped OTG controllers when scanning

[PATCH] serial: lpuart32: fix rx stall on FIFO overflow
 2024-02-29  8:09 UTC  (2+ messages)

[PATCH] mtd: don't try to detect UBI in too small flash partitions
 2024-02-29  7:42 UTC  (2+ messages)

[PATCH 00/12] Partition table manipulation support
 2024-02-29  7:16 UTC  (6+ messages)
` [PATCH 10/12] partitions: dos: implement partition "
` [PATCH 11/12] partitions: efi: "

[PATCH 1/2] partitions: efi: change first partition number from 1 to 0
 2024-02-29  7:10 UTC  (2+ messages)
` [PATCH 2/2] partitions: dos: "

[EXT] Re: [EXT] Re: [EXT] Re: [PATCH v2 2/2] raspi: fixup additional vc created nodes
 2024-02-29  6:03 UTC 

[PATCH v2 0/3] arm: mach-imx: tzasc: port lock id_swap_bypass bit
 2024-02-28 14:01 UTC  (5+ messages)
` [PATCH v2 1/3] arm: mach-imx: tzasc: "
` [PATCH v2 2/3] arm: mach-imx: set cpu type in pbl
` [PATCH v2 3/3] arm: mach-imx: tzasc: convert to cpu_is_mx8xyz macros

[PATCH 0/3] arm: mach-imx: tzasc: port lock id_swap_bypass bit
 2024-02-28 13:17 UTC  (13+ messages)
` [PATCH 1/3] arm: mach-imx: tzasc: "
` [PATCH 2/3] arm: mach-imx: set cpu type in pbl
` [PATCH 3/3] arm: mach-imx: tzasc: convert to cpu_is_mx8xyz macros

NFSv4 boot support?
 2024-02-28 12:27 UTC  (11+ messages)

[PATCH] ARM: i.MX93: add bootsource detection
 2024-02-27 12:57 UTC  (2+ messages)

[PATCH 1/2] ARM: i.MX6ul: TQMa6ul: fix mmc aliases
 2024-02-27  7:15 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX6ul: TQMa6ul: install barebox on eMMC boot partitions

[PATCH] ARM: i.MX: move barebox,bootsource-mmc aliases to chosen node
 2024-02-27  7:13 UTC  (2+ messages)

[EXT] Re: [EXT] Re: [PATCH v2 2/2] raspi: fixup additional vc created nodes
 2024-02-26 12:38 UTC  (2+ messages)

[PATCH] boot/barebox: install all barebox images if none were specified
 2024-02-25  7:48 UTC  (2+ messages)

[PATCH] ARM: i.MX6: TQMa6ulx: add OP-TEE support
 2024-02-23 12:59 UTC 

[PATCH 0/8] Update TQMa6UL
 2024-02-23  7:37 UTC  (11+ messages)
` [PATCH 2/8] board: tq: fix format specifier
` [PATCH 3/8] board: tq: add support for 16bit eeprom
` [PATCH 4/8] ARM: i.MX6: add i2c4 base address
` [PATCH 5/8] ARM: tqma6ul: add pr_fmt string
` [PATCH 6/8] ARM: tqma6ul: enable enet_ref_125m clk
` [PATCH 7/8] net: phy: fix miibus parent device of_node not matching phy node
` [PATCH 8/8] ARM: tqma6ul: use upstream device trees

[PATCH v4 00/14] ARM: at91: skov-arm9cpu (SAM9263) first stage support
 2024-02-23  7:32 UTC  (2+ messages)

[PATCH master] ARM: i.MX8MP: dts: remove power domains referenced by media_blk_ctrl
 2024-02-23  7:32 UTC  (2+ messages)

[PATCH] bbu: Emit a message about what happens also when -y is given
 2024-02-23  7:32 UTC  (2+ messages)

[PATCH 0/4] make I2C GPIO expander provided buttons work
 2024-02-23  7:32 UTC  (2+ messages)

[PATCH] ARM: i.MX: phytec-som-imx6: use strdup instead of basprintf
 2024-02-23  7:32 UTC  (2+ messages)

[PATCH] ARM: i.MX8MM: innocomm-wb15: switch to upstream DT
 2024-02-23  7:32 UTC  (2+ messages)

[PATCH v3 00/15] ARM: at91: skov-arm9cpu (SAM9263) first stage support
 2024-02-21 16:28 UTC  (5+ messages)
` [PATCH v3 11/15] ARM: at91: skov-arm9cpu: Add SD-Card xload support

page:  |  | latest

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