mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/5] add stack protector and guard page support
 2023-09-14 11:05 UTC  (11+ messages)
` [PATCH 1/5] include: move PAGE_ definitions into linux/pagemap.h
` [PATCH 2/5] ARM: mark early C setup functions as __prereloc
` [PATCH 3/5] lib: add stackprotector support
` [PATCH 4/5] ARM: mmu: catch stack overflowing into TTB with stack guard page
` [PATCH 5/5] commands: add stacksmash command for causing stack overflows
` [PATCH] fixup! lib: add stackprotector support
` [PATCH] fixup! commands: add stacksmash command for causing stack overflows

[PATCH 1/2] sparse_image_fd: add function to re-use a file descriptor
 2023-09-14  9:58 UTC  (2+ messages)
` [PATCH 2/2] uncompress: add Android sparse image support

[PATCH 1/2] remoteproc: imx: don't re-request reserved SDRAM region
 2023-09-14  9:10 UTC  (2+ messages)
` [PATCH 2/2] remoteproc: update Kconfig text for IMX_REMOTEPROC symbol

[PATCH 1/2] commands: test: support signed comparisons
 2023-09-14  8:10 UTC  (3+ messages)
` [PATCH 2/2] test: self: add some test cases for test command

[PATCH] treewide: remove remaining _d suffixes from struct driver_d/device_d
 2023-09-14  8:06 UTC  (2+ messages)

[PATCH] fs: fat: enable VFAT long file names by default
 2023-09-14  8:03 UTC  (2+ messages)

[PATCH] ARM: drop unreferenced left-over lib/Makefile
 2023-09-14  8:01 UTC  (2+ messages)

[PATCH 0/3] firmware-zynqmp: add accessors for ggs/pggs
 2023-09-14  7:59 UTC  (5+ messages)
` [PATCH 1/3] driver: add support for device aliases
` [PATCH 2/3] firmware-zynqmp: export functions for setting GGS/PGGS
` [PATCH 3/3] firmware-zynqmp: add device parameters for ggs/pggs

[PATCH 0/2] watchdog: add Cadence watchdog support for Xilinx SoCs
 2023-09-14  7:52 UTC  (6+ messages)
` [PATCH 1/2] clk: implement clk_get_enabled helper
` [PATCH 2/2] watchdog: add Cadence watchdog support for Xilinx SoCs

[PATCH] ARM: Zynqmp: define cdns_serial_putc for use with pbl_set_putc
 2023-09-14  7:44 UTC  (2+ messages)

[PATCH] of: platform: don't fail of_find_device_by_node() if no driver bound
 2023-09-14  7:30 UTC 

[PATCH] ARM: zynqmp: defconfig: enable zcu106
 2023-09-13 13:03 UTC 

[PATCH] ARM: ZynqMP: Add ZCU102 support
 2023-09-13 13:01 UTC 

[PATCH 0/3] ARM: support booting arbitrary ELF executables
 2023-09-13 12:57 UTC  (4+ messages)
` [PATCH 1/3] common: elf: support loading to address 0
` [PATCH 2/3] ARM: add support for booting ELF executables
` [PATCH 3/3] kbuild: support generating stripped ELF files for PBL

[PATCH] ARM: drop unreferenced left-over lib/Makefile
 2023-09-13 12:40 UTC  (2+ messages)

[PATCH 1/3] common: machine_id: support deriving app specific UUIDs
 2023-09-12 12:34 UTC  (5+ messages)
` [PATCH 2/3] net: import Linux eth_addr_inc/dec/add helpers
` [PATCH 3/3] net: add generic MAC address derivation from machine ID

[PATCH 1/3] i2c: Add slices for I2C adapters
 2023-09-12 12:21 UTC  (4+ messages)
` [PATCH 2/3] spi: Add slices for SPI controllers
` [PATCH 3/3] net: ksz9477: Add mdio bus slice dependency to i2c/spi device

[PATCH] MIPS: bootm: fix format string type mismatch
 2023-09-12 11:12 UTC  (4+ messages)

[PATCH 1/2] raspi: support to read vc values via dt-2nd boot
 2023-09-12 10:54 UTC  (5+ messages)
` [PATCH 2/2] raspi: fixup additional vc created nodes

[PATCH 0/4] KASan: print output directly to stderr
 2023-09-12  9:36 UTC  (6+ messages)
` [PATCH 1/4] ARM: unwind: don't allocate while printing stack trace
` [PATCH 2/4] ARM64: backtrace: print stacktrace to stderr
` [PATCH 3/4] KASan: only print "
` [PATCH 4/4] KASan: don't allocate memory while printing report

[PATCH] include: linux/kernel.h: define PTR_ALIGN_DOWN/PTR_IS_ALIGNED
 2023-09-12  9:29 UTC  (2+ messages)

[PATCH] KAsan: support including header from PBL
 2023-09-12  9:28 UTC  (2+ messages)

[PATCH] lib: random: make linux/hw_random.h header self-contained
 2023-09-12  9:27 UTC  (2+ messages)

[PATCH] Documentation: dt-bindings: ocotp: deprecate barebox,provide-mac-address
 2023-09-12  9:27 UTC  (5+ messages)

[PATCH] ARM: i.MX8M: don't print TF-A version
 2023-09-12  9:25 UTC  (3+ messages)

[PATCH master 0/2] mci: sdhci: fix memory corruption on DMA
 2023-09-12  9:19 UTC  (4+ messages)
` [PATCH master 1/2] mci: sdhci: unmap the DMA buffers actually used
` [PATCH master 2/2] mci: sdhci: hardcode SDMA boundary for DMA

[PATCH master] boards: qemu-virt: rescan aliases after merging DT fragment
 2023-09-12  8:46 UTC  (2+ messages)

[PATCH v2] aiodev: imx_thermal: fix breakage after device tree sync
 2023-09-12  8:45 UTC  (3+ messages)

[PATCH] fs: ext4: initialize variable to silence GCC false-positive
 2023-09-12  8:38 UTC  (2+ messages)

Porting barebox to a new SoC
 2023-09-12  6:04 UTC  (19+ messages)
` [PATCH v2] "

[PATCH 0/4] Fix rockchip I2C bus
 2023-09-12  6:03 UTC  (14+ messages)
` [PATCH 1/4] i2c: rockchip: fix i2c stop condition
` [PATCH 2/4] i2c: rockchip: ignore i2c transfers when another transfer is running
` [PATCH 3/4] net: ksz9477: propagate phy read error
` [PATCH 4/4] net: ksz9477: propagate phy write error

[PATCH 1/3] memory: Add driver for FMC2 External Bus Interface on STM32MP SoCs
 2023-09-11 16:09 UTC  (9+ messages)
` [PATCH 3/3] ARM: boards: Add MyirTech MYD-YA15XC-T development board support

[PATCH v2 0/7] tlsf: use 8-byte alignment for normal malloc allocations
 2023-09-11 15:24 UTC  (8+ messages)
` [PATCH v2 1/7] tlsf: turn static const variables into compiletime constant expressions
` [PATCH v2 2/7] tlsf: ensure malloc pool is aligned
` [PATCH v2 3/7] tlsf: fix sizeof(size_t) == sizeof(void *) assumption
` [PATCH v2 4/7] tlsf: give malloc 8-byte alignment on 32-bit as well
` [PATCH v2 5/7] common: malloc: ensure alignment is always at least 8 byte
` [PATCH v2 6/7] test: self: refactor to allow alignment check
` [PATCH v2 7/7] test: self: malloc: fix memory leaks

[PATCH master] aiodev: imx_thermal: fix breakage after device tree sync
 2023-09-11 12:43 UTC  (4+ messages)

[PATCH v2 1/3] i2c: Add slices for I2C adapters
 2023-09-11 11:49 UTC  (6+ messages)
` [PATCH v2 2/3] spi: Add slices for SPI controllers
` [PATCH v2 3/3] net: ksz9477: Add mdio bus slice dependency to i2c/spi device

[PATCH v2 1/3] decompressors: Update xz to include ARM64 BCJ decoder
 2023-09-08 15:36 UTC  (6+ messages)
` [PATCH v2 2/3] scripts: Select XZ --arm64 BCJ filter for 64-bit arm
` [PATCH v2 3/3] kbuild: remove duplicated xz compressions target

[PATCH 0/2] console: pbl: correctly handle relocate_to_adr after pbl_set_putc
 2023-09-08  6:58 UTC  (4+ messages)
` [PATCH 1/2] ARM: mmu64: mark barebox text section executable during early init
` [PATCH 2/2] console: pbl: correctly handle relocate_to_adr after pbl_set_putc

[PATCH 1/3] decompressors: Update xz to include ARM64 BCJ decoder
 2023-09-07 13:37 UTC  (14+ messages)
` [PATCH 2/3] scripts: Select XZ --arm64 BCJ filter for 64-bit arm
` [PATCH 3/3] kbuild: remove duplicated xz compressions target
` [PATCH] fixup! decompressors: Update xz to include ARM64 BCJ decoder

ARM: mmu_early_enable
 2023-09-07 10:08 UTC  (7+ messages)

ARM: aarch64: lowlevel: potential bug in arm_cpu_lowlevel_init
 2023-09-07  8:30 UTC  (4+ messages)

[PATCH 1/4] crypto: crc32: Drop CONFIG_DYNAMIC_CRC_TABLE option
 2023-09-07  5:48 UTC  (5+ messages)
` [PATCH 2/4] crypto: crc32: Lindent
` [PATCH 3/4] crypto: crc32: allocate crc_table statically
` [PATCH 4/4] crypto: crc32: enable for PBL

[PATCH master] ARM: i.MX8M: romapi: reserve scratch space
 2023-09-06 14:16 UTC  (3+ messages)

[PATCH v3] ARM: i.MX8M: esdctl: split memory banks for devices with >4G
 2023-09-06 14:16 UTC  (2+ messages)

[PATCH master] firmware: fix dependency tracking for PBL firmware files
 2023-09-06 14:14 UTC  (2+ messages)

[PATCH] commands: pwm: add option to list registered PWMs
 2023-09-06 14:13 UTC  (2+ messages)

[PATCH] ARM: dts: i.MX8: add pwm aliases
 2023-09-06 14:10 UTC  (2+ messages)

[PATCH v2 1/2] clk: implement clk_get_optional helper
 2023-09-06 14:09 UTC  (3+ messages)
` [PATCH v2 2/2] pwm: imx: enable clocks during PWM register accesses

[PATCH master 1/2] clk: implement clk_get_optional helper
 2023-09-06 12:42 UTC  (5+ messages)
` [PATCH master 2/2] pwm: imx: enable clocks during PWM register accesses

[PATCH v2] crypto: crc32: make crc32 available in PBL
 2023-09-05 12:27 UTC  (5+ messages)

[PATCH 1/4] ARM: boards: polyhex-debix: fix RGMII pin setup
 2023-09-05 12:23 UTC  (2+ messages)

[PATCH v2] ARM: i.MX8M: esdctl: split memory banks for devices with >4G
 2023-09-05  8:11 UTC  (5+ messages)

[PATCH] aiodev: port Linux vf610-adc driver
 2023-09-04 10:50 UTC  (2+ messages)

[PATCH 1/2] imx: Fix Kconfig dependency
 2023-09-04 10:49 UTC  (2+ messages)

[PATCH v4 0/3] ARM: i.MX8MM: add Phytec i.MX8 SoM support
 2023-09-04 10:40 UTC  (2+ messages)

[PATCH master] ARM: mmu32: mark whole early pagetable region as reserved
 2023-09-04  9:08 UTC  (2+ messages)

[PATCH] ARM: stm32mp: phycore: register barebox update handlers
 2023-09-04  9:07 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