mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/22] Add initial Texas Instruments K3 support
 2023-11-02 14:12 UTC  (2+ messages)

[PATCH 0/3] crypto: add JSON Web Token (JWT) support
 2023-11-02  8:07 UTC  (8+ messages)
` [PATCH 1/3] lib: base64: add support for base64url
` [PATCH 2/3] crypto: add JSON Web Token (JWT) support
` [PATCH 3/3] test: self: add JSON Web Token tests

[PATCH v1] arm: dts: imx8mp-skov: fix reset reason detection
 2023-11-02  8:03 UTC 

[PATCH master] ARM: stm32mp: disable stm32mp1_barebox_entry stack canary
 2023-11-01 13:58 UTC 

[PATCH] ARM: stm32mp: define stm32_serial_putc for use with pbl_set_putc
 2023-11-01 12:07 UTC 

[PATCH] scripts: imx: add Makefile.mingw64
 2023-11-01  8:52 UTC  (2+ messages)

[PATCH] MIPS: qemu-malta: use 320 MHz input clock for CP0 clocksource
 2023-11-01  8:51 UTC  (2+ messages)

[PATCH v2 1/2] usb: gadget: initialize serialnumber
 2023-11-01  8:50 UTC  (11+ messages)
` [PATCH v2 2/2] scripts: get_maintainers: drop --status enforcement

[PATCH 1/2] usb: gadget: initialize serialnumber as empty string
 2023-10-26 21:30 UTC  (9+ messages)
` [PATCH 2/2] scripts: get_maintainers: drop --status enforcement

v2023.10.0
 2023-10-25  8:24 UTC  (3+ messages)

[PATCH 1/2] bootm: replace CONFIG_BOOTM_FORCE_SIGNED_IMAGES with helper
 2023-10-23 16:27 UTC  (2+ messages)
` [PATCH 2/2] bootm: add support for dynamically forcing signature verification

[PATCH master 1/3] include: linux/overflow.h: sync with upstream
 2023-10-23 11:41 UTC  (4+ messages)
` [PATCH master 2/3] include: import Linux string_is_terminated helper
` [PATCH master 3/3] of: fdt: fix possibles overflows during parsing of invalid DTs

[PATCH] decompress: xz: enable armthumb BCJ filter for Thumb-2 barebox
 2023-10-23  9:55 UTC  (2+ messages)

[PATCH master 1/2] remoteproc: stm32: fix typo in Kconfig symbol
 2023-10-23  9:49 UTC  (3+ messages)
` [PATCH master 2/2] remoteproc: stm32: fix breakage after DT sync with upstream

[PATCH] ARM: i.MX8M: limit PBL size to 0x3f000
 2023-10-23  9:47 UTC  (5+ messages)

[PATCH 00/11] regmap: align regmap_bulk_read/write API with Linux
 2023-10-23  9:45 UTC  (13+ messages)
` [PATCH 01/11] regmap: add support for bulk 64-bit reads and writes
` [PATCH 02/11] nvmem: regmap: do not use regmap_bulk_read
` [PATCH 03/11] regmap: move regmap.h content to linux/regmap.h
` [PATCH 04/11] regmap: align regmap_bulk_read/write API with Linux
` [PATCH 05/11] mfd: syscon: do not include regmap.h from mfd/syscon.h
` [PATCH 06/11] mfd: axp20x: remove dependency on regmap.h
` [PATCH 07/11] mfd: pfuze: disable mfd/pfuze.h "
` [PATCH 08/11] mfd: atmel-smc: remove dependency of mfd/syscon/atmel-smc.h "
` [PATCH 09/11] mfd: atmel-smc: include needed headers directly
` [PATCH 10/11] mfd: stm32-timers: remove dependency of mfd/stm32-timers.h on regmap.h
` [PATCH 11/11] treewide: switch regmap.h include to linux/regmap.h

[PATCH] memory: remap immediately in reserve_sdram_region()
 2023-10-23  8:44 UTC 

[PATCH] ARM: remove remaining occurences of CONFIG_MMU_EARLY
 2023-10-23  8:17 UTC 

[PATCH v2] bootchooser: honour reset source
 2023-10-19 13:45 UTC  (3+ messages)

[PATCH 1/4] fdt: Do not reserve device tree blob
 2023-10-19 11:27 UTC  (4+ messages)
` [PATCH 2/4] bootm: print memreserve map in verbose mode
` [PATCH 3/4] arm: layerscape: ppa: reserve SDRAM region for PPA
` [PATCH 4/4] arm: layerscape: ppa: Add PPA as /reserved-memory/ppa node

IMX8M and Optee support
 2023-10-19  6:25 UTC  (9+ messages)

[PATCH 0/4] i.MX USB Loader Windows Fixes
 2023-10-18 14:32 UTC  (10+ messages)
` [PATCH 1/4] scripts: common: fix read_file_2 for windows
` [PATCH 2/4] scripts: common: fix buffer freeing
` [PATCH 3/4] usb: gadget: fsl_udc: lower state_complete constraints
` [PATCH 4/4] imx-usb-loader: fix windows usage

[PATCH] machine_id: Add getter of machine id hashables
 2023-10-18  8:20 UTC  (2+ messages)

[PATCH v2 00/29] i.MX8M HAB Fixes
 2023-10-18  8:08 UTC  (31+ messages)
` [PATCH v2 01/29] kbuild: clean start*_*.{p,ps}imximg files
` [PATCH v2 02/29] i.MX: HABv4: fix event status comparison
` [PATCH v2 03/29] i.MX: HABv4: fix i.MX8MQ device lockdown
` [PATCH v2 04/29] i.MX: HAB: remove unused init() hook
` [PATCH v2 05/29] i.MX: HABv4: extend support to i.MX8M SoCs
` [PATCH v2 06/29] i.MX: HABv4: retrieve HAB ROM version for i.MX8M
` [PATCH v2 07/29] ARM: i.MX: allow HAB for i.MX8M family
` [PATCH v2 08/29] ARM: i.MX: introduce build_imx8m_habv4img
` [PATCH v2 09/29] ARM: i.MX: convert i.MX8M to helper
` [PATCH v2 10/29] ARM: boards: i.MX8M: add HAB image support
` [PATCH v2 11/29] ARM: i.MX8M: add flexspi-imx8m{m,p}-cfg.h header
` [PATCH v2 12/29] ARM: boards: i.MX8M: make use of new "
` [PATCH v2 13/29] ARM: lds: introduce HAB_CSF_LEN define for the hab_csf section
` [PATCH v2 14/29] ARM: lds: add support for a 2nd CSF area
` [PATCH v2 15/29] scripts: imx: force flexspi and hab option order
` [PATCH v2 16/29] scripts: imx: move flexspi_image() into header
` [PATCH v2 17/29] scripts: imx: fix i.MX8M CSF header placement
` [PATCH v2 18/29] scripts: imx: add imx8m_get_offset_size helper
` [PATCH v2 19/29] scripts: imx-image: header_v2: add CSF slots
` [PATCH v2 20/29] scripts: imx-image: hab_sign: refactor function
` [PATCH v2 21/29] scripts: imx: replace static string allocation
` [PATCH v2 22/29] scripts: imx: add hab_qspi support
` [PATCH v2 23/29] scripts: imx: add helper to write CSF Blocks command
` [PATCH v2 24/29] scripts: imx: fix HAB for FlexSPI boot
` [PATCH v2 25/29] scripts: imx-image: add missing close()
` [PATCH v2 26/29] scripts: imx-image: add support for CST_EXTRA_CMDLINE_OPTIONS
` [PATCH v2 27/29] ARM: i.MX: add hab qspi support if enabled
` [PATCH v2 28/29] Documentation: boards: imx: replace i.MX8MQ with i.MX8M
` [PATCH v2 29/29] Documentation: boards: imx: add FlexSPI sub-section

[PATCH] test: self: Fix testing test on 32bit architectures
 2023-10-18  8:02 UTC 

[PATCH 00/26] i.MX8M HAB Fixes
 2023-10-17 14:58 UTC  (38+ messages)
` [PATCH 01/26] kbuild: clean start*_*.{p,ps}imximg files
` [PATCH 02/26] i.MX: HABv4: fix event status comparison
` [PATCH 03/26] i.MX: HABv4: fix i.MX8MQ device lockdown
  ` [PATCH] fixup! "
` [PATCH 04/26] i.MX: HAB: remove unused init() hook
` [PATCH 05/26] i.MX: HABv4: extend support to i.MX8M SoCs
` [PATCH 06/26] i.MX: HABv4: retrieve HAB ROM version for i.MX8M
` [PATCH 07/26] ARM: i.MX: allow HAB for i.MX8M family
` [PATCH 08/26] ARM: i.MX: introduce build_imx8m_habv4img
` [PATCH 09/26] ARM: i.MX: convert i.MX8M to helper
` [PATCH 10/26] ARM: boards: i.MX8M: add HAB image support
` [PATCH 11/26] ARM: i.MX8M: add flexspi-imx8m{m,p}-cfg.h header
` [PATCH 12/26] ARM: boards: i.MX8M: make use of new "
` [PATCH 13/26] ARM: lds: introduce HAB_CSF_LEN define for the hab_csf section
` [PATCH 14/26] ARM: lds: add support for a 2nd CSF area
` [PATCH 15/26] scripts: imx: force flexspi and hab option order
` [PATCH 16/26] scripts: imx: move flexspi_image() into header
` [PATCH 17/26] scripts: imx: fix i.MX8M CSF header placement
` [PATCH 18/26] scripts: imx: add imx8m_get_offset_size helper
` [PATCH 19/26] scripts: imx-image: header_v2: add CSF slots
` [PATCH 20/26] scripts: imx-image: hab_sign: refactor function
` [PATCH 21/26] scripts: imx: add helper to write CSF Blocks command
` [PATCH 22/26] scripts: imx: fix HAB for FlexSPI boot
` [PATCH 23/26] scripts: imx-image: add missing close()
` [PATCH 24/26] scripts: imx-image: add support for CST_EXTRA_CMDLINE_OPTIONS
` [PATCH 25/26] Documentation: boards: imx: replace i.MX8MQ with i.MX8M
` [PATCH 26/26] Documentation: boards: imx: add FlexSPI sub-section

[PATCH 1/3] common: machine_id: support deriving app specific UUIDs
 2023-10-17  9:39 UTC  (8+ messages)
` [PATCH 3/3] net: add generic MAC address derivation from machine ID

[PATCH] ARM: rockchip: Add missing call to arm_cpu_lowlevel_init() for rk3568
 2023-10-17  4:59 UTC  (2+ messages)

RK3568 some question
 2023-10-13 10:53 UTC  (3+ messages)

[PATCH] doc: booting-linux: improve bootspec chapter
 2023-10-13  9:20 UTC  (2+ messages)

[PATCH 1/4] test: self: mmu: use constants for the hardcoded buffer sizes
 2023-10-13  9:19 UTC  (5+ messages)
` [PATCH 2/4] test: self: mmu: reduce MMU test region size
` [PATCH 3/4] test: self: have SELFTEST_ENABLE_ALL select all tests
` [PATCH 4/4] test: self: warn and exit if device tree parsing fails

[PATCH 1/5] lib: ubsan: disable sanitization for UBSAN implementation
 2023-10-13  9:17 UTC  (3+ messages)
` [PATCH 4/5] lib: stackprot: don't directly write stack protector from HWRNG driver

[PATCH 1/2] sandbox: add empty <asm/linkage.h>
 2023-10-13  9:15 UTC  (2+ messages)

[PATCH 1/2] x86: lib: setjmp: fix stack alignment
 2023-10-12 14:27 UTC  (2+ messages)

[PATCH 1/2] ARM64: configs: enable SPI drivers
 2023-10-12 14:25 UTC  (3+ messages)
` [PATCH 2/2] ARM64: configs: cleanup multi_v8_defconfig

[PATCH] ARM: arria10: xload: retry FPGA configuration
 2023-10-12 14:17 UTC  (2+ messages)

[PATCH 1/3] mtd: initialize partitions_entry
 2023-10-12 13:36 UTC  (5+ messages)
` [PATCH 2/3] bootstrap: Fix partition creation
` [PATCH 3/3] devfs: check for valid flags before removing a partition

[PATCH] uncompress: make use of error_fn in uncompress_buf_to_buf
 2023-10-10 14:36 UTC  (2+ messages)

[PATCH] commands: keystore: work around missing initialization false positive
 2023-10-10 14:33 UTC  (2+ messages)

[PATCH] common: version: remove trailing new line from version_string
 2023-10-10 14:25 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