mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v3 00/10] RISC-V: add LiteX SoC support; resurrect nmon
 2021-05-25  7:19 UTC  (3+ messages)
` [PATCH v3 01/10] clocksource: timer-riscv: select CSR from device tree
` [PATCH v3 02/10] RISC-V: make it possible to run nmon from PBL C code

[PATCH 1/1] Zynq: add support to chainload another barebox
 2021-05-25  7:17 UTC  (9+ messages)
  ` AW: "
        ` [PATCH 1/2] mci: arasan: wait for data available only on read
          ` [PATCH 2/2] mci: arasan: configure data transfer only if we actually have data

[PATCH v2] net: dns: use correct nameserver var name in error message
 2021-05-25  7:12 UTC  (2+ messages)

[PATCH] net: dns: user corrent nameserver var name in error message
 2021-05-25  6:20 UTC 

[PATCH v4] ARM: webasto-ccbv2: Add variant with 512MB RAM
 2021-05-25  5:55 UTC  (2+ messages)

[PATCH] ARM: i.MX: nitrogen6x: delete wrong memory node from dts
 2021-05-25  5:50 UTC 

[PATCH v3] ARM: webasto-ccbv2: Add variant with 512MB RAM
 2021-05-25  5:46 UTC  (4+ messages)

[PATCH] mtd: spi-nor: Add support for gd25q16
 2021-05-25  5:27 UTC  (3+ messages)

[PATCH] arm: imx: Replace license and copyright boilerplate by SPDX identifiers
 2021-05-25  5:26 UTC  (2+ messages)

[PATCH v2] usb: i.MX: warn if vbus regulator isn't available
 2021-05-25  5:24 UTC  (3+ messages)

[PATCH 0/4] Change printf behaviour
 2021-05-25  5:15 UTC  (7+ messages)
` [PATCH 1/4] commands: mount: replace printf by pr_info
` [PATCH 2/4] common: boot: replace printf by pr_info/warn variants
` [PATCH 3/4] common: bootm: replace printf by pr_err/info
` [PATCH 4/4] common: oftree: replace printf by pr_info

[PATCH] Documentation: Update env sources documentation
 2021-05-25  4:59 UTC  (2+ messages)

[PATCH v1] ARM: protonic: vicut1: disable on-die termination to fix PHY bootstrapping
 2021-05-25  4:58 UTC  (2+ messages)

[PATCH] kconfig: update to Linux 5.13-rc1
 2021-05-22 16:00 UTC  (4+ messages)

configuring state framework for x86/EFI
 2021-05-19 10:39 UTC  (2+ messages)

[PATCH 00/14] clk updates
 2021-05-19  6:55 UTC  (22+ messages)
` [PATCH 01/14] clk: introduce clk init op
` [PATCH 02/14] clk: rename clk_register() to bclk_register()
` [PATCH 03/14] clk: introduce struct clk_hw
` [PATCH 04/14] clk: introduce clk_register()
` [PATCH 05/14] clk: divider: Add ro ops
` [PATCH 06/14] clk: mux: "
` [PATCH 07/14] clk: move fixed_factor to include/linux/clk.h
` [PATCH 08/14] Add rational_best_approximation()
` [PATCH 09/14] clk: Update fractional divider from Linux
` [PATCH 10/14] clk: Add lock to different clock types
` [PATCH 11/14] clk: Add Linux functions to register a divider
` [PATCH 12/14] clk: Add Linux functions to register a fixed factor clock
` [PATCH 13/14] clk: Add Linux functions to register a gate
` [PATCH 14/14] clk: Add Linux functions to register a mux

[PATCH 0/3] rockchip: Build for multiple SoCs
 2021-05-18 11:48 UTC  (5+ messages)
` [PATCH 1/3] ARM: rockchip: Allow to build "
` [PATCH 2/3] ARM: Rockchip: Merge defconfig files
` [PATCH 3/3] ARM: rockchip: radxa-rock: build defaultenv

Board specific environments and broken configs
 2021-05-18 11:40 UTC  (4+ messages)

[PATCH v2] ARM: webasto-ccbv2: Add variant with 512MB RAM
 2021-05-18 10:00 UTC  (3+ messages)

[PATCH] arm/mvebu: sync barebox-arm-head.h to generic variant
 2021-05-18  9:16 UTC 

[PATCH 1/1] zedboard: add support for usb
 2021-05-18  8:05 UTC  (3+ messages)
  ` AW: "

[PATCH] usb: dwc2: more precise and helpful message for dr_mode config issues
 2021-05-18  6:34 UTC  (3+ messages)

[PATCH] usb: dwc2: do no print error message with dwc2_warn() macro
 2021-05-18  6:32 UTC  (2+ messages)

[BUG] mtd: cfi-flash: comparison of unsigned expression in '>= 0' is always true
 2021-05-18  6:26 UTC  (2+ messages)

[PATCH 00/15] Compiler warning fixes
 2021-05-17 18:54 UTC  (16+ messages)
` [PATCH 01/15] arm: friendlyarm-tiny210: Remove dead code
` [PATCH 02/15] ARM: socfpga: Fix timeout tests
` [PATCH 03/15] i.MX FCB: Fix error checking
` [PATCH 04/15] clk: tegra: Fix -Wtype-limits compiler warning
` [PATCH 05/15] ARM: i.MX: xload-gpmi: Fix "
` [PATCH 06/15] mtd: cfi-flash: "
` [PATCH 07/15] pci: mvebu: Fix wrong error check
` [PATCH 08/15] ARM: i.MX bbu-external-nand: Do not modify image
` [PATCH 09/15] ARM: layerscape: Fix wrong error check
` [PATCH 10/15] ARM: phytec-phycard-omap3: Fix checking of unsigned variable being negative
` [PATCH 11/15] scripts: zynq_mkimage: Make locally used function static
` [PATCH 12/15] ARM: module: Remove always false check
` [PATCH 13/15] aiodev: lm75: Handle unknown lm75 types
` [PATCH 14/15] clk: zynqmp: Fix wrong error check
` [PATCH 15/15] powerpc: law: use signed type to allow error checking

v2021.05.0
 2021-05-17 12:03 UTC 

[PATCH v2 1/5] kvx: Implement setjmp/longjmp/initjmp
 2021-05-17 10:56 UTC  (4+ messages)
` [PATCH v2 3/5] kvx: Implement dma handling primitives

[PATCH 1/3] ARM: Remove delphi-poc20 dead leftover
 2021-05-17  7:32 UTC  (3+ messages)
` [PATCH 2/3] ARM: i.MX: Remove mx31moboard board support
` [PATCH 3/3] ARM: i.MX: Skov-imx6: Remove custom env

[PATCH 01/12] clk: add SiFive PRCI clock controller support
 2021-05-17  6:39 UTC  (9+ messages)
` [PATCH 06/12] RISC-V: erizo: drop mach-erizo directory
` [PATCH 09/12] gpio: generic: sync with upstream Linux gpio-mmio driver
` [PATCH 11/12] net: macb: add SiFive support

[PATCH] readline_simple: Fix compiler warning
 2021-05-12 15:15 UTC  (4+ messages)

[PATCH] common: console_common: Replace vsprintf with vsnprintf
 2021-05-12  7:17 UTC  (3+ messages)

[PATCH] mci: atmel-sdhci: FIx compiler warning
 2021-05-12  5:51 UTC 

[PATCH] ARM: at91: boot_test_cmd: Fix compiler warning
 2021-05-12  5:50 UTC 

[PATCH] ARM: use new vendor prefix for MNT Reform2
 2021-05-12  5:37 UTC  (2+ messages)

[PATCH v2] startup: introduce global.endianness variable
 2021-05-12  5:36 UTC  (2+ messages)

[PATCH v3 1/3] driver: add flag to check if cdev is an mci device
 2021-05-12  5:25 UTC  (4+ messages)
` [PATCH v3 2/3] mci: mci-core: set the DEVFS_IS_MCI_MAIN_PART_DEV flag
` [PATCH v3 3/3] fs: add linux_rootarg 'root=mmcblkXpN' support

[PATCH v2] Revert "ARM: dts: phycore-imx6: change mtd-partition names for compatibility with kernel"
 2021-05-12  5:17 UTC  (2+ messages)

[BUG] Stack buffer overflow WRITE of size 1 in nfs_start function
 2021-05-11 18:06 UTC  (6+ messages)

[PATCH 1/2] fixup! gpio: generic: sync with upstream Linux gpio-mmio driver
 2021-05-11 11:26 UTC  (4+ messages)
` [PATCH 2/2] RISC-V: extend multi-image to support both S- and M-Mode

[PATCH] fs: nfs: Fix readlink max size check
 2021-05-11  8:53 UTC 

[BUG] Out of bound read of size 1 in __d_alloc function which further leads to __default_memcpy function
 2021-05-11  8:52 UTC  (5+ messages)

[PATCH] startup: introduce global.endianness variable
 2021-05-11  7:52 UTC  (4+ messages)

[PATCH v2 1/3] driver: add flag to check if cdev is an mci device
 2021-05-10 10:26 UTC  (5+ messages)
` [PATCH v2 2/3] mci: mci-core: set the DEVFS_IS_MCI_MAIN_PART_DEV flag
` [PATCH v2 3/3] fs: add linux_rootarg 'root=mmcblkXpN' support

[PATCH] Removed Unreachable code: net/net.c: net_handle_arp()
 2021-05-10  7:21 UTC  (2+ messages)

[PATCH] README: advertise lore.barebox.org instead of mail-archive.com
 2021-05-10  7:20 UTC  (2+ messages)

[PATCH] fixup! RISC-V: erizo: drop mach-erizo directory
 2021-05-10  7:19 UTC  (2+ messages)

[PATCH v2] Documentation: some extra steps requires for DHCP network configuration for sandbox on the host OS
 2021-05-08 19:08 UTC  (2+ messages)
` [PATCH v3] Documentation: boards: sandbox: "

[PATCH v2 00/11] RISC-V: add LiteX SoC support; resurrect nmon
 2021-05-07 18:36 UTC  (26+ messages)
` [PATCH v2 01/11] clocksource: timer-riscv: select CSR from device tree
` [PATCH v2 02/11] RISC-V: make RISCV_SBI and RISCV_M_MODE explicitly mutually exclusive
` [PATCH v2 03/11] RISC-V: make it possible to run nmon from PBL C code
` [PATCH v2 04/11] RISC-V: boards: erizo: make it possible to use nmon
` [PATCH v2 05/11] serial: add litex UART driver
` [PATCH v2 06/11] gpio: add driver for 74xx-ICs with MMIO access
` [PATCH v2 07/11] spi: add litex spiflash driver
` [PATCH v2 08/11] net: add LiteEth driver
` [PATCH v2 09/11] RISC-V: add LiteX SoC and linux-on-litex-vexriscv support
` [PATCH v2 10/11] RISC-V: add litex_linux_defconfig
` [PATCH v2 11/11] RISC-V: make it possible to build RV32I multi-image with DEBUG_LL=n

[PATCH 0/3] Fix opening empty path
 2021-05-07 10:56 UTC  (4+ messages)
` [PATCH 1/3] fs: check for empty name in getname()
` [PATCH 2/3] fs: check for valid name in filename_lookup()
` [PATCH 3/3] fs: check getname() return value in open()

[BUG] Stack buffer overflow WRITE of size 1 in barebox_printf function
 2021-05-07  9:43 UTC 

[PATCH v2] usb: storage: retry for up to 10s on lengthy HDD spin up
 2021-05-07  8:09 UTC  (2+ messages)

[PATCH master] usb: dwc2: increase timeout for waiting on host mode
 2021-05-07  8:07 UTC  (4+ messages)

[PATCH 1/2] nand: nand-mxs: Fix marking BBT blocks as bad
 2021-05-07  7:52 UTC  (10+ messages)
` [PATCH 2/2] mtd: nand_bbt: Skip bad blocks when searching for the BBT in NAND

[PATCH 1/3] bootm: move ARM64 Linux image parsing to common directory
 2021-05-07  7:28 UTC  (2+ messages)

[PATCH] Revert "ARM: dts: phycore-imx6: change mtd-partition names for compatibility with kernel"
 2021-05-07  7:27 UTC 

[PATCH 1/3] driver: add flag to check if cdev is an mci device
 2021-05-06 13:30 UTC  (10+ messages)
` [PATCH 2/3] mci: mci-core: set the DEVFS_IS_MCI_DEV flag
` [PATCH 3/3] fs: add linux_rootarg 'root=mmcblkXpN' 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