mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/2] fixup! arch: sync READ_ONCE/WRITE_ONCE with Linux
 2025-05-28 20:10 UTC  (3+ messages)
` [PATCH 2/2] compiler: check for __SANITIZE_ADDRESS__ instead of CONFIG_KASAN

[PATCH 1/5] common: deep-probe: inform only about lack of deep-probe support
 2025-05-28 15:46 UTC  (12+ messages)
` [PATCH 2/5] common: deep-probe: support specifying support in DT
` [PATCH 3/5] treewide: dts: describe deep probe support in device tree
` [PATCH 4/5] ARM: configs: enable deep probe for the most popular configs
` [PATCH 5/5] Documentation: migration-2025.07.0: document CONFIG_DEEP_PROBE_DEFAULT

[PATCH v2] net: phy: seed PRNG when PHY comes up and when generating MAC address
 2025-05-28 15:45 UTC 

[PATCH v2 0/9] ARM: rockchip: fix dynamic shared memory in OP-TEE
 2025-05-28 15:40 UTC  (13+ messages)
` [PATCH v2 1/9] ARM: rockchip: fix formatting
` [PATCH v2 2/9] ARM: rockchip: dmc: use RK3588_INT_REG_START for rk3588
` [PATCH v2 3/9] lib: fdt: add fdt_addresses
` [PATCH v2 4/9] PBL: fdt: refactor helper for reading nr of cells
` [PATCH v2 5/9] PBL: fdt: add fdt_fixup_mem to fixup memory nodes
` [PATCH v2 6/9] ARM: add CONFIG_SCRATCH_SIZE
` [PATCH v2 7/9] ARM: rockchip: dmc: add rk3588_ram_sizes to get full ram size
` [PATCH v2 8/9] ARM: rockchip: pass device tree to TF-A
` [PATCH v2 9/9] ARM: rockchip: fixup memory in device tree for TF-A

[PATCH] lib: random: add CONFIG_INSECURE logging of seeds
 2025-05-28 15:37 UTC 

[PATCH v2] of: partition: do not try to translate offset as OF address
 2025-05-28 15:03 UTC 

[PATCH v2 00/10] Add barebox TLV infrastructure
 2025-05-28 14:30 UTC  (11+ messages)
` [PATCH v2 01/10] net: factor out eth_of_get_fixup_node
` [PATCH v2 02/10] net: export list of registered ethernet addresses
` [PATCH v2 03/10] common: add optional systemd.hostname generation
` [PATCH v2 04/10] common: add barebox TLV support
` [PATCH v2 05/10] commands: add TLV debugging command
` [PATCH v2 06/10] scripts: add bareboxtlv host/target tool
` [PATCH v2 07/10] boards: add decoder for LXA TLV v1 format
` [PATCH v2 08/10] scripts: Add Barebox TLV Generator Tooling
` [PATCH v2 09/10] doc: Add User-Documentation for Barebox TLV
` [PATCH v2 10/10] ARM: stm32mp: lxa: enable TLV support for TAC & FairyTux2

[PATCH 00/31] ARM: K3: add support for AM62L
 2025-05-28 11:45 UTC  (32+ messages)
` [PATCH 01/31] scripts: k3img: remove duplicate case value
` [PATCH 02/31] ARM: K3: prepare support for other SoCs
` [PATCH 03/31] ARM: k3: make k3img destination addresses configurable
` [PATCH 04/31] ARM: dts: add k3-am62l dts(i) files
` [PATCH 05/31] ARM: dts: am62l: Fix assigned-clock-parents
` [PATCH 06/31] ARM: K3: add am62lx base support
` [PATCH 07/31] ARM: Makefile: descend into mach-* for cleaning
` [PATCH 08/31] ARM: k3: rename yaml files from am625 to am62x
` [PATCH 09/31] scripts/ti-board-config.py: fix length
` [PATCH 10/31] ARM: k3: add yaml files for AM62l
` [PATCH 11/31] k3: ringacc: pass ringrt address in struct k3_ringacc_init_data
` [PATCH 12/31] drivers: soc: ti: k3-ringacc: handle absence of tisci
` [PATCH 13/31] drivers: soc: ti: k3-ringacc: fix k3_ringacc_ring_reset_sci
` [PATCH 14/31] dma: ti: k3-psil: Add PSIL data for AM62L
` [PATCH 15/31] dma: ti: k3-udma: Refactor common bits for AM62L support
` [PATCH 16/31] dma: ti: k3-udma-common: Update common code for AM62L DMAs
` [PATCH 17/31] dma: ti: k3-udma-am62l: Add AM62L support DMA drivers
` [PATCH 18/31] ARM: dts: am62l: Add ethernet ports
` [PATCH 19/31] ARM: dts: am62l evm: "
` [PATCH 20/31] ARM: k3: am62l: add barebox specific am62l.dtsi
` [PATCH 21/31] net: davinci_mdio: Use fallback clock rate
` [PATCH 22/31] firmware: arm_scmi: Add support for clock parents
` [PATCH 23/31] clk: add struct clk_parent_data
` [PATCH 24/31] clk: arm_scmi: implement clock parent setting
` [PATCH 25/31] ARM: dts: am62l3-evm: add MMC aliases
` [PATCH 26/31] dma: ti: k3-udma: limit asel to am625
` [PATCH 27/31] gpio: increase ARCH_NR_GPIOS to 512
` [PATCH 28/31] ARM: dts: k3-am62l: reserve memory for TF-A
` [PATCH 29/31] scripts: k3img: make dmdata optional
` [PATCH 30/31] scripts: k3img: handle bootcore_opts
` [PATCH 31/31] ARM: k3: add AM62l3 EVM board support

[PATCH 00/10] ARM32: allow disabling ATAGS and DT fallback
 2025-05-28 10:50 UTC  (11+ messages)
` [PATCH 01/10] arch: add new HAVE_ARCH_BOOTM_OFTREE symbol
` [PATCH 02/10] bootm: enable CONFIG_BOOTM_OFTREE by default
` [PATCH 03/10] ARM: lib32: disable ATAGS support "
` [PATCH 04/10] kvx: bootm: enforce existence of device tree
` [PATCH 05/10] bootm: booti: make device tree optional
` [PATCH 06/10] filetype: add new file type for 0-sized files
` [PATCH 07/10] bootm: have bootm_get_devicetree return NULL if passed empty DT
` [PATCH 08/10] bootm: make fallback to barebox internal tree optional
` [PATCH 09/10] commands: oftree: add option to return device tree without fixups
` [PATCH 10/10] of: drop undefined fdt_get_tree declaration

[PATCH 0/9] ARM: rockchip: fix dynamic shared memory in OP-TEE
 2025-05-28  8:24 UTC  (31+ messages)
` [PATCH 1/9] ARM: rockchip: fix formatting
` [PATCH 2/9] ARM: rockchip: dmc: use RK3588_INT_REG_START for rk3588
` [PATCH 3/9] lib: fdt: add fdt_addresses
` [PATCH 4/9] PBL: fdt: refactor helper for reading nr of cells
` [PATCH 5/9] PBL: fdt: make minimum fdt size configurable
` [PATCH 6/9] PBL: fdt: add fdt_fixup_mem to fixup memory nodes
` [PATCH 7/9] ARM: rockchip: dmc: add rk3588_ram_sizes to get full ram size
` [PATCH 8/9] ARM: rockchip: pass device tree to TF-A
` [PATCH 9/9] ARM: rockchip: fixup memory in device tree for TF-A

[PATCH 1/2] string: add delimiter output parameter to strsep_unescaped
 2025-05-28  5:58 UTC  (2+ messages)
` [PATCH 2/2] test: self: string: add test cases for strsep_unescaped

[PATCH master] commands: bthread: fix format specifier for ulong
 2025-05-28  5:57 UTC 

[PATCH] Documentation: migration-2025.07.0: create empty section
 2025-05-28  5:57 UTC 

[PATCH 00/15] efi: loader preparatory patches
 2025-05-27 21:23 UTC  (16+ messages)
` [PATCH 01/15] lib: wchar: add wide char string comparison functions
` [PATCH 02/15] ARM: select HW_HAS_PCI architecture wide
` [PATCH 03/15] efi: types: define efi_char16_t as wchar_t
` [PATCH 04/15] efi: types: document efi_physical_addr_t being always 64-bit
` [PATCH 05/15] efi: payload: early-mem: EFI_ALLOCATE_ANY_PAGES on non-x86
` [PATCH 06/15] string: implement kmemdup_nul
` [PATCH 07/15] efi: types: implement efi_phys_to_virt/efi_virt_to_phys helpers
` [PATCH 08/15] efi: return pointer from efi_earlymem_alloc
` [PATCH 09/15] efi: payload: image: use new efi_phys_to_virt helper
` [PATCH 10/15] efi: payload: iomem: use virt_start if set
` [PATCH 11/15] efi: use size_t for UINTN array sizes instead of unsigned long
` [PATCH 12/15] efi: payload: unify duplicate code in ifdef
` [PATCH 13/15] efi: payload: use efi_virt_to_phys instead of pointer to u64 casts
` [PATCH 14/15] clocksource: efi: use DIV_ROUND_DOWN_ULL for 64-bit devision
` [PATCH 15/15] efi: payload: use ktime_to_us to avoid plain 64-bit division

[PATCH] startup: add semihosting filesystem automount
 2025-05-27 21:03 UTC 

[PATCH 1/9] lib: stackprot: fix type for %pS
 2025-05-27 20:13 UTC  (9+ messages)
` [PATCH 2/9] fastboot: use correct format specifier for size_t
` [PATCH 3/9] Makefile: don't warn over zero-size format string
` [PATCH 4/9] scripts: define __printf attribute macro
` [PATCH 5/9] treewide: specify __printf attribute directly on static definition
` [PATCH 6/9] treewide: replace attribute with shorter __printf macro
` [PATCH 7/9] treewide: add missing __printf attributes
` [PATCH 8/9] vsprintf: add %ps format specifier for symbols without offset
` [PATCH 9/9] lib: random: print get_crypto_bytes caller when no HWRNG is registered

[PATCH] ci: pytest: don't attempt uploading test logs if build fails
 2025-05-27 20:13 UTC 

[PATCH] environment: explicitly set env path to /dev/env0 where used
 2025-05-27 19:14 UTC  (2+ messages)

[PATCH] mci: am654-sdhci: Clear SDHCI_CTRL_HISPD bit for some speed modes
 2025-05-27 12:38 UTC  (2+ messages)

[PATCH] ARM: boards: i.MX93: Add NXP FRDM i.MX93 support
 2025-05-27 12:37 UTC  (3+ messages)

[PATCH] docs: conf.py: tweak SearchEnglish to be hyphen- and dot-friendly
 2025-05-27  7:52 UTC 

[PATCH] Documentation: migration-2025.06.0: mention char becoming unsigned
 2025-05-27  6:31 UTC  (2+ messages)

[PATCH 1/5] doc: user: barebox: improved and consistent markup for console examples
 2025-05-27  6:30 UTC  (6+ messages)
` [PATCH 2/5] doc: user: devicetree: fix indentation and typo
` [PATCH 3/5] doc: user: barebox: add markup for release scheme and update dates
` [PATCH 4/5] doc: conf.py: update copyright from 2022 to 2025
` [PATCH 5/5] doc: user: booting-linux: fix double code-block markup

[PATCH v2 0/6] resource: record memory type/attrs on all SDRAM
 2025-05-26 14:19 UTC  (7+ messages)
` [PATCH v2 1/6] memory: export inside_barebox_area
` [PATCH v2 2/6] resource: record EFI memory type and attributes
` [PATCH v2 3/6] resource: add MEMATTRS_ definitions for common attribute sets
` [PATCH v2 4/6] drivers: tee: optee: separate local variables for each resource
` [PATCH v2 5/6] resource: supply memory type/attrs on all SDRAM requests
` [PATCH v2 6/6] resource: retire IORESOURCE_BUSY in favor of resource::type

[PATCH 0/4] ARM: mmu: ensure PTE is written at once
 2025-05-26 13:51 UTC  (6+ messages)
` [PATCH 1/4] arch: sync READ_ONCE/WRITE_ONCE with Linux
` [PATCH 2/4] ARM64: mmu: document granule size calculation
` [PATCH 3/4] ARM: mmu: ensure PTE is written at once
` [PATCH 4/4] WIP: break before make and don't invalidate uncached regions being remapped
` (subset) [PATCH 0/4] ARM: mmu: ensure PTE is written at once

[PATCH] i2c: at91: Using "clock-frequency" property from devicetree
 2025-05-26 13:50 UTC  (2+ messages)

[PATCH 0/3] parted: add command to create partitions specifying the size
 2025-05-26 13:48 UTC  (5+ messages)
` [PATCH 1/3] partitions: add function to find free space on partition table
` [PATCH 2/3] parted: align partitions to 1MiB
` [PATCH 3/3] parted: implement mkpart_size command

[PATCH 0/2] uncompress: lz4 fixes
 2025-05-26 13:48 UTC  (4+ messages)
` [PATCH 1/2] initrd: fix lz4 decompress with initrd
` [PATCH 2/2] uncompress: fix prebuffering

[PATCH] ARM: imx6ull-evk: Grow barebox partition, reduce environment
 2025-05-26 13:47 UTC  (2+ messages)

[PATCH] at91: xload: Fix MCI instance selection for SAMA5D3
 2025-05-26 13:46 UTC  (2+ messages)

[PATCH] envfs: remove unused symbols
 2025-05-26 13:45 UTC  (2+ messages)

[PATCH v2] added zynq 7000 usb support
 2025-05-26 13:45 UTC  (2+ messages)

[PATCH] Documentation: devicetree: mention when symbols are required in base DT
 2025-05-26 13:43 UTC  (2+ messages)

Barebox for Zedboard
 2025-05-26  7:23 UTC  (8+ messages)
  ` AW: "

[PATCH] add zynq-7000 i2c support
 2025-05-22 20:24 UTC  (2+ messages)

[PATCH] added zynq 7000 usb support
 2025-05-22 20:23 UTC  (2+ messages)

[PATCH v2025] added-zynq-fpga-manager
 2025-05-22 20:08 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