mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/12] mci: add HS200 support for eMMCs
 2024-03-08 11:17 UTC  (3+ messages)
` [PATCH 06/12] include: mci: sync mci_timing with linux
` [PATCH 07/12] include: mci: add more EXT_CSD_CARD_TYPE_*

[PATCH 1/2] of: partition: Move some parts of of_fixup_partitions() into separate function
 2024-03-08 10:51 UTC  (5+ messages)
` [PATCH 2/2] of: partition: Use mtd partitioning for of_fixup instead of the cdev variant

[PATCH] mci: arasan: add dma write support
 2024-03-08 10:49 UTC 

NFSv4 boot support?
 2024-03-08 10:23 UTC  (7+ messages)

[PATCH v2 1/2] crypto: caam: map DMA buffers instead of single_sync
 2024-03-08  9:55 UTC  (3+ messages)
` [PATCH v2 2/2] crypto: caam: caamrng: dma map descriptors

[PATCH] pbl: make PBL_FULLY_PIC specific to ARM64
 2024-03-08  7:08 UTC  (2+ messages)

[PATCH v2] dma: debug: detect repeated DMA sync
 2024-03-08  7:06 UTC  (2+ messages)

[PATCH master] optee: build common code depending on CONFIG_HAVE_OPTEE
 2024-03-08  7:03 UTC  (2+ messages)

[PATCH] mci: add comment about hardcoded 512 bytes for DDR
 2024-03-08  7:02 UTC  (2+ messages)

[PATCH 1/2] console: scale number of log messages with available RAM
 2024-03-08  7:02 UTC  (3+ messages)
` [PATCH 2/2] commands: dmesg: support aborting dmesg output with ctrl-c

[PATCH] dma: debug: detect repeated DMA sync
 2024-03-07 15:54 UTC  (4+ messages)

[PATCH 1/2] crypto: caam: map DMA buffers before sync
 2024-03-07  9:13 UTC  (4+ messages)
` [PATCH 2/2] crypto: caam: caamrng: map desc and buffer

[PATCH v2] gitignore: ignore *.dtbo and *.dtbo.*
 2024-03-06  5:53 UTC 

[PATCH] fixup! of: fdt: implement fdt_machine_is_compatible
 2024-03-05 15:34 UTC  (2+ messages)

[PATCH master] ARM: rpi: fix regression booting without VideoCore DT
 2024-03-05 15:33 UTC  (2+ messages)

[PATCH v2 000/113] efi: prepare for ARM64 EFI loader support
 2024-03-05 15:28 UTC  (115+ 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 010/113] of: don't report failure to of_read_file twice
` [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 014/113] efi: payload: image: use assigned barebox loader type on x86
` [PATCH v2 015/113] efi: payload: iomem: adjust types to avoid casting
` [PATCH v2 016/113] commands: kallsyms: add command-line interface
` [PATCH v2 017/113] block: define BLOCKSIZE globally in block.h
` [PATCH v2 018/113] cdev: implement setter/getter for cdev device node
` [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 021/113] partitions: have parsers record bootable bits
` [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 025/113] efi: payload: restrict 8250 UART at I/O port 0x3f8 registration to x86
` [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 032/113] fs: remove unused member from struct nameidata
` [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 035/113] fs: implement openat and friends
` [PATCH v2 036/113] fs: implement O_PATH
` [PATCH v2 037/113] fs: support different root directories
` [PATCH v2 038/113] fs: implement O_CHROOT
` [PATCH v2 039/113] commands: introduce new findmnt command
` [PATCH v2 040/113] fs: initialize struct nameidata::last
` [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 045/113] efi: payload: init: warn if /boot FS is unknown
` [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 054/113] efi: unify whitespace for GUIDs
` [PATCH v2 055/113] efi: efi-guid: add more GUIDs
` [PATCH v2 056/113] ARM64: cpu: setupc: rewrite to be fully PIC
` [PATCH v2 057/113] ARM64: runtime-offset: make get_runtime_offset "
` [PATCH v2 058/113] pbl: introduce CONFIG_PBL_FULLY_PIC
` [PATCH v2 059/113] efi: payload: fix ARM build
` [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 062/113] efi: payload: suppress EFI payload initcalls when not EFI-loaded
` [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 065/113] common: add PE/COFF loader
` [PATCH v2 066/113] efi: use efi_handle_t where appropriate
` [PATCH v2 067/113] efi: block: move definitions into header file
` [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 071/113] efi: add EFI_WARN constants
` [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 075/113] efi: add efi_driver_binding_protocol
` [PATCH v2 076/113] efi: improve usability of EFI_PAGE_* macros
` [PATCH v2 077/113] fs: efi: move definitions into header
` [PATCH v2 078/113] efi: fs: flesh out file system definitions
` [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 081/113] filetype: add new file types for EFI-enabled Linux images
` [PATCH v2 082/113] efi: payload: register handler for EFI-stubbed ARM64 kernel
` [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 085/113] efi: payload: early-mem: use EFI_PAGE_SIZE instead of PAGE_SIZE
` [PATCH v2 086/113] ARM64: add optional EFI stub
` [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 092/113] lib: string: import Linux strreplace helper
` [PATCH v2 093/113] efi: payload: dynamically determine bootloader file name
` [PATCH v2 094/113] efi: payload: iomem: register later
` [PATCH v2 095/113] efi: payload: protect against buggy EFI implementations
` [PATCH v2 096/113] efi: payload: don't require efi_loaded_image->parent_handle for bootsource detection
` [PATCH v2 097/113] commands: add cpuinfo -s option for stacktrace
` [PATCH v2 098/113] efi: devicepath: align MemoryMapped name with spec
` [PATCH v2 099/113] efi: devicepath: pretty print BBS BEV DeviceType
` [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 102/113] efi: devicepath: drop underscores in hex constants
` [PATCH v2 103/113] efi: devicepath: namespace definitions
` [PATCH v2 104/113] efi: devicepath: use flexible array members for trailing strings
` [PATCH v2 105/113] efi: devicepath: drop unused macro
` [PATCH v2 106/113] efi: devicepath: let compiler worry about unaligned unpacking
` [PATCH v2 107/113] efi: devicepath: correct formatting of BBS
` [PATCH v2 108/113] commands: provide efi_handle_dump in both payload and loader
` [PATCH v2 109/113] lib: uuid: implement uuid/guid_parse
` [PATCH v2 110/113] commands: efi_handle_dump: prepare for supporting EFI loader
` [PATCH v2 111/113] commands: efi_handle_dump: print loaded image devpath
` [PATCH v2 112/113] commands: efi_handle_dump: use guid_parse instead of open-coding
` [PATCH v2 113/113] commands: efi_handle_dump: don't ignore failure to parse GUID

[EXT] Re: [EXT] Re: [EXT] Re: [EXT] Re: [PATCH v2 2/2] raspi: fixup additional vc created nodes
 2024-03-05 13:11 UTC 

[EXT] Re: [EXT] Re: [EXT] Re: [PATCH v2 2/2] raspi: fixup additional vc created nodes
 2024-03-05 10:33 UTC  (2+ messages)

[PATCH] gitignore: ignore *.dtbo and *.dtbo.S
 2024-03-05  6:56 UTC  (2+ messages)

[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)

page:  |  | latest

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