PCIE on LS1021A
2025-12-11 10:46 UTC (6+ messages)
[PATCH 1/2] ARM: i.MX8MM EVK: refactor early startup
2025-12-11 8:39 UTC (2+ messages)
` [PATCH 2/2] ARM: i.MX8MN "
[PATCH] ARM: i.MX Riotboard: Use eMMC boot partition to boot
2025-12-11 8:10 UTC (3+ messages)
[PATCH] partitions: gpt: allow to create barebox state partitions
2025-12-11 8:06 UTC (2+ messages)
[PATCH v2 0/2] Add generic OP-TEE loading for i.MX6
2025-12-10 13:16 UTC (3+ messages)
` [PATCH v2 1/2] ARM: i.MX: scratch: add generic init for imx
` [PATCH v2 2/2] ARM: i.MX6: load optee in PBL before barebox proper
[PATCH 0/3] Add generic OP-TEE loading for i.MX6
2025-12-10 10:58 UTC (9+ messages)
` [PATCH 1/3] ARM: make arm_mem_scratch respect the OP-TEE stack
` [PATCH 2/3] ARM: i.MX: scratch: add generic init for imx
` [PATCH 3/3] ARM: i.MX6: load optee in PBL before barebox proper
[PATCH 0/3] selftest: preparations for devfs changes
2025-12-10 10:16 UTC (4+ messages)
` [PATCH 1/3] fs: get path in path_init()
` [PATCH 2/3] fs: warn when mount reference count becomes negative
` [PATCH 3/3] test: dirfs: use ramfs rather than devfs
[PATCH 0/4] driver name fixes
2025-12-10 7:09 UTC (6+ messages)
` [PATCH 1/4] driver: implement get_free_deviceid_from()
` [PATCH 2/4] nvmem: fix device name setting
` [PATCH 3/4] driver: fix device name clashes
` [PATCH 4/4] eeprom: at24: reserve EEPROM names which have an alias
[PATCH v2 00/13] fs: Use device special nodes for devfs
2025-12-09 12:51 UTC (14+ 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] fixup! printf: define printk/no_printk in terms of prints
2025-12-08 12:12 UTC (2+ messages)
[PATCH] fixup! environment: prefer non-removable over removable devices for autoprobe
2025-12-08 12:11 UTC (2+ messages)
[PATCH] fixup! efi: add option to generate vfat file for barebox.efi
2025-12-08 12:10 UTC (2+ messages)
[PATCH] ARM: i.MX: dts: imx93-tqma9352-mba93xxla: add eeprom aliases
2025-12-08 12:02 UTC (3+ messages)
[PATCH] blspec: derive root prefix from blspec config path instead of mountpoint
2025-12-08 7:47 UTC (2+ messages)
[PATCH v2 0/2] Fix out-of-bounds potential in decode_base64 and add regression tests
2025-12-08 7:45 UTC (6+ messages)
` [PATCH v2 1/2] lib: base64: Fix out-of-bounds potential by respecting dst_len
` [PATCH v2 2/2] test: self: add base64 selftests
[PATCH 0/2] clk: imx: clk-fracn-gppll: add more frequencies for video-pll sources
2025-12-08 7:43 UTC (4+ messages)
` [PATCH 1/2] clk: imx: clk-fracn-gppll: Add 355.6MHz config for video pll
` [PATCH 2/2] clk: imx: clk-fracn-gppll: Add 135MHz "
[PATCH v2 0/3] ARM: stm32mp: Add Avenger96 board support
2025-12-08 7:42 UTC (8+ messages)
` [PATCH v2 1/3] common: bbu: refactor flash operations into separate function
` [PATCH v2 2/3] ARM: stm32mp: bbu: add NOR flash FIP update handler
` [PATCH v2 3/3] ARM: stm32mp: add support for STM32MP157A Avenger96 board
[PATCH] devinfo: print DMA offset and mask in devinfo
2025-12-08 7:37 UTC (2+ messages)
[PATCH] console: return no pending character when console input forbidden
2025-12-05 14:28 UTC
[PATCH] commands: implement new safemode command
2025-12-04 14:41 UTC (2+ messages)
[PATCH v3 0/4] make the root= command line parameter variable
2025-12-03 16:07 UTC (15+ messages)
` [PATCH v4 "
` [PATCH v4 1/4] block.h: renamed get_rootargs to get_root
` [PATCH 2/4] fs: split rootargs into root and options
` [PATCH v4 3/4] bootm: use new api to get kernel command line params
` [PATCH v4 4/4] bootm: introduce bootm.root_arg variable
` [PATCH v5 0/4] make the root= command line parameter variable
` [PATCH v5 1/4] block.h: renamed get_rootargs to get_root
` [PATCH v5 2/4] fs: split rootargs into root and options
` [PATCH v5 3/4] bootm: use new api to get kernel command line params
` [PATCH v5 4/4] bootm: introduce bootm.root_param variable
[PATCH 0/6] partitions: GPT: refresh partition tables when necessary
2025-12-03 15:19 UTC (7+ 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 0/3] ARM: stm32mp: Add Avenger96 board support
2025-12-03 15:11 UTC (4+ messages)
` [PATCH 2/3] ARM: stm32mp: bbu: add NOR flash FIP update handler
[PATCH 0/4] ARM: k3: fix k3img dependencies
2025-12-03 11:56 UTC (6+ messages)
` [PATCH 1/4] ARM: K3: am62l: don't put sysfwdata into 1st stage image
` [PATCH 2/4] ARM: k3: make some firmware files SoC specific
` [PATCH 3/4] ARM: k3: am62l: Add dedicated config option for OP-TEE
` [PATCH 4/4] ARM: k3: am62l: fix dependencies on k3img input files
[PATCH] fs: fix automount when last filename component is a automountpoint
2025-12-03 9:00 UTC (3+ messages)
[PATCH] fixup! pmdomain: add Rockchip power domain support
2025-12-03 8:46 UTC (2+ messages)
[PATCH master] pmdomain: fix NULL pointer derference with dummy power domains
2025-12-02 6:53 UTC (2+ messages)
[PATCH] tlv: register_device() error handling
2025-12-02 6:52 UTC (3+ messages)
[PATCH RFT 1/2] ARM: mmu: take DMA offset into account for coherent memory
2025-12-01 21:18 UTC (2+ messages)
` [PATCH RFT 2/2] usb: xhci: pass hardware device to dma_alloc_coherent
[PATCH] ci: coverity: Run monthly, on branch next
2025-12-01 14:47 UTC
[PATCH 0/2] Fix out-of-bounds potential in decode_base64 and add regression tests
2025-12-01 14:09 UTC (3+ messages)
` [PATCH 1/2] lib: base64: Fix out-of-bounds potential by respecting dst_len
` [PATCH 2/2] test: self: add base64 selftests
[PATCH 1/4] Documentation: migration-guides: don't warn about migration-master
2025-12-01 11:09 UTC (5+ messages)
` [PATCH 2/4] Documentation: factor out build rules into stand-alone Makefile
` [PATCH 3/4] ci: add workflow to check documentation build is warning free
` [PATCH 4/4] ARM: Rockchip: document changing console baud rate
[PATCH v2 1/2] net: arp: collect context into new struct pending_arp
2025-12-01 11:06 UTC (3+ messages)
` [PATCH v2 2/2] net: reset pending ARP state when request is done
[PATCH] ARM: mmu: set up vectors prior to full MMU setup
2025-12-01 11:04 UTC (2+ messages)
[PATCH v2 0/3] scripts: imx: imx-usb-loader: fix mingw compilation
2025-12-01 11:03 UTC (8+ messages)
` [PATCH v2 1/3] scripts: imx: Makefile.mingw64: add _GNU_SOURCE
` [PATCH v2 2/3] scripts: imx: add pread implementation for mingw target
` [PATCH v2 3/3] gitignore: ignore *.exe
[PATCH v3 1/6] ARM: zynqmp: dts: mark power domain as dummy
2025-12-01 10:49 UTC (7+ messages)
` [PATCH v3 2/6] ARM: rpi: make power domain optional
` [PATCH v3 3/6] pmdomain: add Rockchip power domain support
` [PATCH v3 4/6] of: add proper driver for simple-pm-bus
` [PATCH v3 5/6] pmdomain: warn if deep probe enabled and driver missing
` [PATCH v3 6/6] pmdomain: genpd_activate() automatically for deep probe platforms
[PATCH 1/3] video: dw_mipi_dsi: drop unused and misleading dw_mipi_dsi_crtc_node()
2025-12-01 10:44 UTC (4+ messages)
` [PATCH 2/3] video: Rockchip: add MIPI-DSI support
` [PATCH 3/3] video: dw_mipi_dsi: activate pattern generator during enable as a hack
[PATCH 1/4] printf: define printk/no_printk in terms of prints
2025-12-01 10:22 UTC (5+ messages)
` [PATCH 2/4] bug: add support for CONFIG_DEBUG_BUGVERBOSE
` [PATCH 3/4] include: move sprintf prototypes to new linux/sprintf.h
` [PATCH 4/4] console: move non-stdio elements to console.h
[PATCH] crypto: keytoc: fix env parsing after keyring support
2025-12-01 10:14 UTC (3+ messages)
[PATCH] test: exit directly when invoking QEMU states on non-QEMU targets
2025-12-01 10:13 UTC (2+ messages)
[PATCH] mci: am654-sdhci: correctly configure SLOTTYPE_EMBEDDED
2025-12-01 10:13 UTC (2+ messages)
[PATCH] fixup! ARM i.MX6SL: Add Kindle generation 6/7 support
2025-12-01 10:11 UTC (2+ messages)
[PATCH 0/4] Kbuild: replace legacy <config.h> mechanism
2025-12-01 10:11 UTC (7+ messages)
` [PATCH 1/4] openrisc: drop <config.h> usage
` [PATCH 2/4] ARM: "
` [PATCH 3/4] ppc: "
` [PATCH 4/4] treewide: drop last remnants of <config.h>
[PATCH 1/3] kbuild: drop non-existent targets from CLEAN_FILES
2025-12-01 9:56 UTC (2+ messages)
[PATCH] sandbox: setjmp: avoid conflict with noinline macro
2025-12-01 9:56 UTC (2+ messages)
[PATCH 1/2] usb: align with Linux usb_get_dr_mode API
2025-12-01 9:56 UTC (3+ messages)
` [PATCH 2/2] usb: add support for barebox,dr_mode
[PATCH] ARM: sunxi: drop unneeded Makefile
2025-12-01 9:54 UTC (2+ messages)
[PATCH 1/3] test: populate qemu_bin, even if missing features
2025-12-01 9:53 UTC (6+ messages)
` [PATCH 2/3] test: arm: qemu-sabrelite: drop -nographic
` [PATCH 3/3] test: arm: qemu-raspi1ap the default multi_v5_v6_defconfig.yaml
[PATCH] environment: add new global.env.noload parameter
2025-12-01 9:46 UTC (4+ messages)
[PATCH 1/2] memory: drop superfluous struct memory_bank::start/size parameters
2025-12-01 9:10 UTC (3+ messages)
` [PATCH 2/2] memory: keep memory_banks sorted
[PATCH 1/3] efi: payload: image: set LoaderTimeExecUSec for kernel images
2025-12-01 9:04 UTC (4+ messages)
` [PATCH 2/3] efi: payload: fold setup_header.h into handover.c
` [PATCH 3/3] efi: add option to generate vfat file for barebox.efi
[PATCH] fixup! video: fsl-ldb: add ported driver from linux kernel
2025-12-01 8:54 UTC (2+ messages)
[PATCH 0/3] scripts: imx: imx-usb-loader: fix mingw compilation
2025-11-28 15:11 UTC (7+ messages)
` [PATCH 1/3] scripts: common: fix pread_full() for windows
` [PATCH 2/3] scripts: imx: Makefile.mingw64: add _GNU_SOURCE
` [PATCH 3/3] gitignore: ignore *.exe
[PATCH] partitions: gpt: refresh partition tables when necessary
2025-11-28 11:19 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox