mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2 0/7] Relicense GPL programs for compatibility with OpenSSL
 2020-09-21  6:28 UTC  (9+ messages)
` [PATCH v2 1/7] scripts/spdxcheck: fix usage of non-existing variables
` [PATCH v2 2/7] LICENSES: add used licenses to make spdxcheck happy
` [PATCH v2 3/7] scripts: convert imx-image and mxsimage to SPDX
` [PATCH v2 4/7] LICENSES: add OpenSSL exception
` [PATCH v2 5/7] scripts/rsatoc: relicense to allow distribution of binary linked with OpenSSL
` [PATCH v2 6/7] scripts/imx-image: "
` [PATCH v2 7/7] scripts/mxsimage: "

[PATCH] arch/x86: Replace license and copyright boilerplate by SPDX identfiers
 2020-09-21  6:27 UTC  (2+ messages)

[PATCH 0/9] barebox KASan support
 2020-09-21  6:24 UTC  (12+ messages)
` [PATCH 1/9] Add print_hex_dump kernel implementation
` [PATCH 2/9] Add _RET_IP_ macro
` [PATCH 3/9] Kallsyms: Also resolve global variables
` [PATCH 4/9] Add constructor support
` [PATCH 5/9] pbl: Alias memcpy and memset
` [PATCH 6/9] string: Add nokasan variants of default memcpy/memset
` [PATCH 7/9] sandbox: rename KASan to ASan
` [PATCH 8/9] Add KASan support
` [PATCH 9/9] ARM: "

[PATCH] README: add some commas for clarity
 2020-09-21  5:56 UTC  (2+ messages)

[PATCH] scripts: compiler.h: include <sys/types.h>
 2020-09-21  5:52 UTC  (2+ messages)

[PATCH] ARM: dts: imx6ul: phycore: Add phyCORE i.MX6 UL with eMMC
 2020-09-18 14:28 UTC 

[PATCH 1/2] Regenerate defconfig files
 2020-09-18 11:04 UTC  (2+ messages)
` [PATCH 2/2] x86/config/efi: drop DRIVER_SERIAL_NS16550

[PATCH 1/4] imx/esdctl: reorder some function declarations to be sorted by SoC
 2020-09-18 10:32 UTC  (6+ messages)
` [PATCH 2/4] imx/esdctl: Define new helper macros to reduce board entry boilerplate
` [PATCH 3/4] arm/boards: Convert a few boards to the new entry macros
` [PATCH 4/4] arm/boards: Add IMD_USED_OF for a few boards

[PATCH] mtd: spi-nor: cadence: fix csqpi corruption in cqspi_set_protocol
 2020-09-18  9:46 UTC  (2+ messages)

[PATCH] globalvar: allow running actions on set with globalvar_add_bool()
 2020-09-18  9:44 UTC  (2+ messages)

[PATCH 0/1] bootm: Allow loading OP-TEE from FIT image
 2020-09-18  9:42 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] scripts/imx: fix typo "unkown" -> "unknown"
 2020-09-18  9:03 UTC  (2+ messages)

[PATCH 1/2] commands: setenv: support setenv dev.var=VAL syntax
 2020-09-18  9:01 UTC  (3+ messages)
` [PATCH 2/2] commands: setenv: allow use with hush shell

[PATCH] clk: imx: clk-frac-pll: Use do_div for 64bit division
 2020-09-18  8:19 UTC 

[PATCH 0/7] Relicense GPL programs for compatibility with OpenSSL
 2020-09-18  6:32 UTC  (22+ messages)
` [PATCH 1/7] scripts/spdxcheck: fix usage of non-existing variables
` [PATCH 2/7] LICENSES: add used licenses to make spdxcheck happy
` [PATCH 3/7] scripts: convert imx-image and mxsimage to SPDX
` [PATCH 4/7] LICENSES: add OpenSSL exception
` [PATCH 5/7] scripts/rsatoc: relicense to allow distribution of binary linked with OpenSSL
` [PATCH 6/7] scripts/imx-image: "
` [PATCH 7/7] scripts/mxsimage: "

[PATCH] MIPS: loongson1: enable to run from spi flash
 2020-09-17 17:42 UTC  (5+ messages)
` [PATCH] MIPS: DEBUG_LL_UART_DIVISOR is 0, use a0 instead

[PATCH v3 0/2] i.MX6ULL: set engine software for Secure Boot on HABv4
 2020-09-17  9:36 UTC  (3+ messages)
` [PATCH v3 1/2] arch: arm: boards phytec: Split flash header for pcl063 with i.MX6Ul and i.MX6ULL
` [PATCH v3 2/2] arch: arm: mach-imx: Add habv4 config file for i.MX6ULL

[PATCH v2 0/2] i.MX6ULL: set engine software for Secure Boot on HABv4
 2020-09-17  9:35 UTC  (4+ messages)
` [PATCH v2 2/2] arch: arm: mach-imx: Add habv4 config file for i.MX6ULL

[PATCH v2] kbuild: add dtbs target for building all dtbs of an ARCH
 2020-09-16 15:19 UTC 

[PATCH 00/10] power: reset: add support for syscon reboot modes
 2020-09-16 13:55 UTC  (12+ messages)
` [PATCH 01/10] usbgadget: autostart: support delayed usbgadget.autostart=1
` [PATCH 02/10] drivers: add reboot-mode infrastructure
` [PATCH 03/10] power: reset: reboot-mode: port syscon-reboot-mode support
` [PATCH 04/10] power: reset: reboot-mode: fix up node into boot device tree
` [PATCH 05/10] defaultenv: provide defaults for generic reboot modes
` [PATCH 06/10] ARM: dts: stm32mp: setup syscon-reboot-mode on TAMP general purpose register
` [PATCH 07/10] ARM: stm32mp: remove custom reboot mode logic from arch code
` [PATCH 08/10] power: reset: reboot-mode: support multi-word magic
` [PATCH 09/10] power: reset: syscon-reboot-mode: support multi-word reboot modes
` [PATCH 10/10] ARM: dts: i.MX6qdl: define BootROM reboot-mode on top of SRC_GPR{9, 10}

[PATCH 1/4] fs: don't free device in remove callback
 2020-09-16 10:43 UTC  (10+ messages)
` [PATCH 2/4] fs: Drop unnecessary dput()
` [PATCH 3/4] fs: Fix use after free
` [PATCH 4/4] fs: free unused dentries

[PATCH v2] fixup! sandbox: hostfile: support registering images as barebox block devices
 2020-09-15 13:30 UTC 

[PATCH] fixup! sandbox: hostfile: support registering images as barebox block devices
 2020-09-15 13:17 UTC 

[PATCH 1/4] aiodev: Name channels with device instance name
 2020-09-15 12:58 UTC  (5+ messages)

[PATCH] ARM: dts: stm32mp: drop no longer needed PSCI version override
 2020-09-15 12:50 UTC  (2+ messages)

[PATCH] sandbox: unwind: fix indentation
 2020-09-15 12:48 UTC  (2+ messages)

[PATCH 1/2] README: update to reflect current state
 2020-09-15 12:48 UTC  (3+ messages)
` [PATCH 2/2] README: use lower-case barebox spelling

[PATCH 1/4] globalvar: add globalvar_set function
 2020-09-15 12:38 UTC  (6+ messages)
` [PATCH 2/4] blspec: only reset variable locations, not paths
` [PATCH 3/4] blspec: fix bootm_data initialization
` [PATCH 4/4] fastboot: only unset image, not loadaddr

[PATCH 1/5] commands: mmc_extcsd: print_field: fix 32 bit overflow
 2020-09-15 12:36 UTC  (8+ messages)
` [PATCH 3/5] mci: mci-core: fix long lasting FIXMEs
  ` [PATCH v2] "

[PATCH v2] regulator: provide regulator_get_name() stub for !CONFIG_REGULATOR
 2020-09-15 12:35 UTC  (3+ messages)

[PATCH] scripts/kwbimage: Fix a build warning
 2020-09-15 12:34 UTC  (2+ messages)

[PATCH 1/3] common: restart: number unnamed restart handlers
 2020-09-15 12:32 UTC  (6+ messages)

[PATCH] mci: bcm2835: depend on sdhci
 2020-09-15 12:29 UTC  (2+ messages)

[PATCH] scripts/imx-usb-loader: Drop duplicate definition of ALIGN
 2020-09-15 12:27 UTC  (2+ messages)

[PATCH 00/10] Compiler warning fixes
 2020-09-15 12:25 UTC  (11+ messages)
` [PATCH 01/10] ARM: dts: beaglebone: Remove unnecessary tps65217.dtsi
` [PATCH 02/10] arm: Add prototypes for functions called from assembly
` [PATCH 03/10] openrisc: "
` [PATCH 04/10] ARM: tx28: provide header file with function prototype
` [PATCH 05/10] ARM: tegra20-colibri-iris: drop regulators node
` [PATCH 06/10] ARM: versatile: Remove unused function
` [PATCH 07/10] openrisc: Add missing includes
` [PATCH 08/10] openrisc: Make locally used functions static
` [PATCH 09/10] scripts: tegra: Add missing include
` [PATCH 10/10] ARM: zync: Fix include path

[PATCH 2/3] restart: give all restart handlers a descriptive name
 2020-09-15 12:05 UTC  (2+ messages)
` [PATCH] fixup! "

[PATCH] arm: dts: imx: Adjust pwm-cells
 2020-09-15  9:15 UTC 

[PATCH] regulator: provide regulator_get_name() stub for !CONFIG_REGULATOR
 2020-09-15  9:14 UTC 

[PATCH] mci: fix wrong sd/mmc/emmc card size computation for arch where char is signed
 2020-09-15  7:33 UTC  (2+ messages)

[PATCH 1/2] boot: ignore all spaces between boot targets
 2020-09-15  7:31 UTC  (3+ messages)
` [PATCH 2/2] blspec: devicetree-overlay: don't warn on multiple delimiting spaces

[PATCH 1/5] lib: string: retire deprecated strtok() in favor of reentrant strsep()
 2020-09-15  7:26 UTC  (7+ messages)
` [PATCH 2/5] ls: don't print . and .. on recursive ls
` [PATCH 3/5] sandbox: implement simple, ^C-interruptible, restart handler
` [PATCH 4/5] sandbox: implement actual sandbox reset via exec(2)
  ` [PATCH] fixup! "
` [PATCH 5/5] sandbox: hostfile: support registering images as barebox block devices

[PATCH] ls: align file size correctly on non-ARM 64-bit platforms
 2020-09-15  7:22 UTC  (2+ messages)

[PATCH] fixup! arm/cpu/*.S: Replace license and copyright boilerplate by SPDX identfiers
 2020-09-15  7:21 UTC  (3+ messages)

[PATCH 0/6] powerpc: Fix compiler warnings
 2020-09-15  7:03 UTC  (7+ messages)
` [PATCH 1/6] powerpc: Add prototypes to header file
` [PATCH 2/6] powerpc: Add missing includes
` [PATCH 3/6] powerpc: Make locally used functions static
` [PATCH 4/6] powerpc: Add prototypes for functions called from assembly
` [PATCH 5/6] powerpc: Remove unused functions
` [PATCH 6/6] powerpc: Add function prototypes for exception handlers

[PATCH] fixup! mci: mci-core: add GPP support
 2020-09-14 18:00 UTC  (2+ messages)

[PATCH] mci: fix wrong sd/mmc/emmc card size computation for arch where char is signed
 2020-09-14 16:03 UTC  (3+ messages)

[PATCH] arm/cpu/*.S: Replace license and copyright boilerplate by SPDX identfiers
 2020-09-14 14:16 UTC  (2+ messages)

[PATCH 0/5] treewide: delete code referencing unused headers
 2020-09-14 13:51 UTC  (4+ messages)

[PATCH master 1/7] sandbox: hostfile: error out if file couldn't be opened
 2020-09-14 13:42 UTC  (8+ messages)
` [PATCH master 2/7] sandbox: add_image: support mmaping block devices on 32-bit hosts
` [PATCH master 3/7] sandbox: support escaping commas in --image filenames
` [PATCH master 4/7] readkey: fix buffer overflow handling longer escape sequences
` [PATCH master 5/7] sandbox: fix SANDBOX_UNWIND dependency to be KASAN only
` [PATCH master 6/7] fs: don't free device in remove callback
` [PATCH master 7/7] common: ubsan: replace pr_err with printf

[PATCH master 1/3] clk: at91: sama5d2: fix buffer overflow of clk parent_names
 2020-09-14 13:19 UTC  (2+ messages)

barebox:ubi attach time
 2020-09-14 13:17 UTC  (4+ messages)

[PATCH] Documentation: boards: stm32mp: document eMMC boot configuration
 2020-09-14 13:10 UTC  (2+ messages)

[PATCH] kconfig: update to Linux 5.9-rc2
 2020-09-14 13:08 UTC  (2+ messages)

[PATCH] imd: imd_calculate_crc32: initialize imd_crc to NULL
 2020-09-14 10:21 UTC  (3+ messages)

[PATCH 1/2] mfd: stpmic1: warn if reset reason detection fails
 2020-09-14 10:09 UTC  (2+ messages)

[PATCH] readkey: shrink table of known escape sequences in size
 2020-09-14  9:59 UTC 

[PATCH 1/4] globalvar: add set_single function
 2020-09-14  9:13 UTC  (2+ messages)

[PATCH] common: bootm: Add missing check of fit_open_image() return code
 2020-09-14  8:32 UTC  (2+ messages)

[PATCH] pinctrl-single: Support 2 pinctrl-cells in ,pins mode
 2020-09-14  8:31 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