mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] ARM: configs: Remove NS16550_OMAP_EXTENSIONS
 2022-10-24  8:24 UTC  (2+ messages)

[PATCH v2 1/7] RISC-V: cache: fix local_flush_icache_all enabling
 2022-10-24  8:20 UTC  (11+ messages)
` [PATCH v2 2/7] RISC-V: add riscv_vendor_id() support
` [PATCH v2 3/7] RISC-V: import vendorid list from linux
` [PATCH v2 4/7] RISC-V: use m/sscratch registers for barebox_riscv_pbl_flags
` [PATCH v2 5/7] RISC-V: implement cache-management errata for T-Head SoCs
` [PATCH v2 6/7] RISC-V: squash 64bit defconfigs into rv64i_defconfig
` [PATCH v2 7/7] RISC-V: add Allwinner Sun20i D1 Nezha support

[PATCH] aiodev: port Linux imx7d-adc driver
 2022-10-24  8:12 UTC  (3+ messages)
` [PATCH] fixup! "

[PATCH 1/2] ARM: imx8mm-evk: Switch to deep-probe
 2022-10-24  7:58 UTC  (3+ messages)
` [PATCH 2/2] ARM: imx8mm-evk: Add missing fsp_table

[PATCH 0/8] ARM64: rewrite ENTRY_FUNCTION_WITHSTACK in assembly
 2022-10-24  6:57 UTC  (9+ messages)
` [PATCH 1/8] ARM64: cpu: select HAVE_PBL_MULTI_IMAGES globally
` [PATCH 2/8] ARM64: asm: define ENTRY_FUNCTION in terms of ENTRY_FUNCTION_WITHSTACK
` [PATCH 3/8] pbl: have linker define __pbl_board_entry alias
` [PATCH 4/8] asm-generic: memory_layout: define __keep_symbolref()
` [PATCH 5/8] ARM64: asm: rewrite ENTRY_FUNCTION(_WITHSTACK) fully in assembly
` [PATCH 6/8] ARM64: asm: drop __barebox_arm_head
` [PATCH 7/8] ARM: asm: cleanup 32-bit entry points
` [PATCH 8/8] Documentation: devel: porting: bring it up-to-date

[PATCH] spi: imx_spi: match fsl,imx6ul-ecspi compatible
 2022-10-24  6:42 UTC  (2+ messages)

[PATCH] doc: slightly improve the porting guide
 2022-10-24  6:41 UTC  (2+ messages)

i.MX watchdog druver regression
 2022-10-21 11:56 UTC  (4+ messages)

[PATCH master v2 0/3] Fix GCC 11 THUMB2 relocate_to_current_adr miscompile
 2022-10-21  5:34 UTC  (5+ messages)
` [PATCH master v2 1/3] include: asm-generic: reloc: implement runtime_address()
` [PATCH master v2 2/3] ARM: cpu: add compiler barrier around unrelocated access
` [PATCH v2 3/3] RISC-V: add compiler barriers around unrelocated accesses

[PATCH 0/9] tlsf: use 8-byte alignment for normal malloc allocations
 2022-10-20 13:11 UTC  (5+ messages)

[PATCH] imx:boot: adapt boot device detection for imx8mp
 2022-10-20  8:02 UTC  (2+ messages)

[PATCH 1/3] ARM: i.MX8M bootsource: alias i.MX8MN functions as i.MX8MP functions
 2022-10-20  7:58 UTC  (3+ messages)
` [PATCH 2/3] ARM: i.MX8M bootsource: pull imx6_bootsource_serial() out of __imx7_get_boot_source()
` [PATCH 3/3] ARM: i.MX bootsource: adapt boot device detection for imx8mp

[PATCH 0/8] Barebox-State on-disk partition support
 2022-10-20  6:36 UTC  (16+ messages)
` [PATCH 1/8] of: of_node_name_eq: correct alignment
` [PATCH 2/8] state: select the STATE_DRV when STATE is selected
` [PATCH 3/8] state: rename partition_node to backend_node
` [PATCH 4/8] state: cosmetic fix reverse christmas tree order
` [PATCH 5/8] state: rename backend members
` [PATCH 6/8] state: factor out the backend property parsing
` [PATCH 7/8] of: partition: add a helper to determin if a node is a of-partition
` [PATCH 8/8] state: add support for new backend format

[PATCH master v2] Kbuild: disable ARM64 pointer authentication
 2022-10-19 13:53 UTC 

[PATCH] Documentation: boards: i.MX8MP-EVK: Fix two doc bugs
 2022-10-19 13:51 UTC 

[PATCH] ARM64: asm: define ENTRY_FUNCTION in terms of ENTRY_FUNCTION_WITH_STACK
 2022-10-19 12:43 UTC 

[PATCH master] Kbuild: disable ARM64 pointer authentication
 2022-10-19 12:43 UTC 

[PATCH 1/3] include: debug_ll: define puthexc_ll
 2022-10-19 12:38 UTC  (3+ messages)
` [PATCH 2/3] lib: hexdump: make available for PBL debugging
` [PATCH 3/3] pbl: decomp: print mismatched hashes on one line each

[PATCH 0/2] Reference environment partitions by phandle
 2022-10-19 10:40 UTC  (3+ messages)
` [PATCH 1/2] ARM: imx6qdl-phytec-pfla02: Remove unused environment nodes
` [PATCH 2/2] Treewide: Reference environment partitions by phandle

[PATCH] documentation: devicetree: mtd: partition: fix partuuid example
 2022-10-19  9:11 UTC 

[PATCH] mfd: axp20x: drop info message on successful probe
 2022-10-18  9:17 UTC  (2+ messages)

[PATCH 1/2] ARM: i.MX7: replace hardcoded UART clocking defines
 2022-10-18  9:17 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX7: don't hardcode UART1 in imx7_early_setup_uart_clock

[PATCH 0/8] ARM: i.MX7: add serial download reboot mode
 2022-10-18  9:13 UTC  (10+ messages)
` [PATCH 1/8] restart: make restart.h header self-contained
` [PATCH 2/8] restart: do restart-priority OF parsing in restart_handler_register
` [PATCH 3/8] restart: add reset -w for warm bootrom reset
` [PATCH 4/8] watchdog: imxwd: don't register broken imxwd-warm for i.MX7
` [PATCH 5/8] watchdog: imxwd: set imxwd-warm as reboot mode default handler
` [PATCH 6/8] Documentations: devicetree: bindings: document watchdog-priority
` [PATCH 7/8] ARM: i.MX7: describe USB serial download boot mode
` [PATCH 8/8] ARM: stm32mp: mark iwdg2 with barebox,restart-warm-bootrom

[PATCH] usb: gadget: fsl_udc: add imx7_barebox_(load/start)_usb
 2022-10-18  9:06 UTC  (2+ messages)

[PATCH] ARM: i.MX: xload-gpmi-nand: refactor for more SoC support
 2022-10-18  9:05 UTC  (2+ messages)

[PATCH next 1/3] ARM: i.MX8MP: EVK: convert to board driver and enable deep-probe
 2022-10-18  9:04 UTC  (7+ messages)
` [PATCH next 2/3] ARM: dts: i.MX8MP: assume hsio power domain to be powered
` [PATCH next 3/3] ARM: i.MX8M: align SIP_BUILDINFO with the tf-a define

[RFT PATCH master 0/3] soc: imx8m-featctrl: fixes and first 8MP support
 2022-10-18  8:57 UTC  (6+ messages)
` [RFT PATCH master 1/3] dt-bindings: features: imx8m: fix typo in constant
` [RFT PATCH master 2/3] soc: imx: imx8m-featctrl: check if all bits are set
` [RFT PATCH master 3/3] ARM: i.MX8MP: add feature controller support for Plus

[PATCH master] resource: fix recently broken memory bank fusing
 2022-10-18  8:52 UTC  (3+ messages)

[v2022.10.0] initcall of of_probe_memory failed (EBUSY)
 2022-10-17 14:45 UTC  (7+ messages)

[PATCH] pbl: define DEBUG globally when CONFIG_INITCALL_DEBUG=y
 2022-10-17  7:04 UTC 

[PATCH] video: add support for qemu ramfb
 2022-10-16 13:46 UTC  (3+ messages)

[PATCH master 0/3] Fix GCC 11 THUMB2 relocate_to_current_adr miscompile
 2022-10-13 11:53 UTC  (7+ messages)
` [PATCH master 1/3] include: asm-generic: reloc: implement get_unrelocated()
` [PATCH master 2/3] ARM: cpu: add compiler barrier around unrelocated access
` [PATCH master 3/3] RISC-V: add compiler barriers around unrelocated accesses

HAB/SecureBoot on IMX8MN
 2022-10-13  8:32 UTC  (5+ messages)
  ` AW: "

v2022.10.0
 2022-10-13  8:16 UTC 

[PATCH] commands: add new stat command
 2022-10-13  7:15 UTC  (2+ messages)

[PATCH 1/5] efi: retire efi_bool_t
 2022-10-13  6:33 UTC  (6+ messages)
` [PATCH 2/5] efi: capitalize enumeration constants
` [PATCH 3/5] hw_random: add EFI RNG driver
` [PATCH 4/5] efi: implement and use for_each_efi_config_table
` [PATCH 5/5] efi: add device tree configuration table support

[PATCH] ARM: i.MX7: don't hardcode UART1 in imx7_early_setup_uart_clock
 2022-10-12 12:32 UTC  (2+ messages)

[PATCH master v3 1/2] ARM: MXS: fix breakage for non-DT boards
 2022-10-12 12:18 UTC  (5+ messages)
` [PATCH v3 2/2] ARM: start: drop support for machine type casted to boarddata pointer

[PATCH 1/4] test: self: change CONFIG_CMD_SELFTEST default to y
 2022-10-11 15:02 UTC  (5+ messages)
` [PATCH 2/4] test: self: always build envvar test when SELFTEST_ENABLE_ALL
` [PATCH 3/4] test: self: add ramfs test
` [PATCH 4/4] fs: implement unreaddir

[PATCH 00/10] treewide: misc cleanup for efiloader prep
 2022-10-11 14:46 UTC  (12+ messages)
` [PATCH 01/10] block: have cdev_get_block_device accept const cdev
` [PATCH 02/10] treewide: replace errno_str() with %m printf format specifier
` [PATCH 03/10] common: misc: remove now unused errno_str
` [PATCH 04/10] driver: don't crash when dev_name/dev_id is called with NULL dev
` [PATCH 05/10] lds: introduce <asm/barebox.lds.h>
` [PATCH 06/10] lds: move OUTPUT_FORMAT/ARCH definition into header
` [PATCH 07/10] ARM: lds: define and use BAREBOX_RELOCATION_TABLE
` [PATCH 08/10] lib: random: add hwrng_get_crypto_bytes
` [PATCH 09/10] common: bootm: factor out FIT parsing code into bootm_open_bit
` [PATCH 10/10] common: bootm: use switch-case

[PATCH master v2 1/2] ARM: MXS: fix breakage for non-DT boards
 2022-10-11 10:53 UTC  (3+ messages)
` [PATCH v2 2/2] ARM: start: drop support for machine type casted to boarddata pointer

[RFT PATCH master 1/2] ARM: MXS: fix breakage for non-DT boards
 2022-10-10  9:53 UTC  (3+ messages)
` [RFT PATCH 2/2] ARM: start: drop support for machine type casted to boarddata pointer

[PATCH master] block: fix calling cdev_get_block_device with partitions
 2022-10-10  7:14 UTC  (2+ messages)

[PATCH master v2] ARM: i.MX7: enable caches when booted over USB
 2022-10-10  7:10 UTC  (2+ messages)

[PATCH master] efi: payload: image: fix commandline-less boot
 2022-10-10  7:09 UTC  (2+ messages)

[PATCH master] ARM: i.MX7: enable caches when booted over USB
 2022-10-10  6:35 UTC  (5+ messages)

[PATCH master] test: emulate.pl: fix support for multiple block devices
 2022-10-10  6:16 UTC  (2+ messages)

arasan-sdhci eMMC Problem 'command timeout'
 2022-10-07 14:21 UTC  (5+ messages)
  ` AW: "

[PATCH] common: ubiformat: print 100 % complete message when done
 2022-10-07  8:30 UTC  (2+ messages)

[PATCH master v2] clks: imx7: fix initial clock setup with deep probe enabled
 2022-10-06  8:42 UTC  (2+ messages)

[PATCH master] Revert "mci: bcm2835: reset host controller on barebox shutdown"
 2022-10-05  6:57 UTC  (2+ messages)

[PATCH] sandbox: implement DEBUG_LL support
 2022-10-05  6:36 UTC  (2+ messages)

[PATCH 1/2] include: move panic() prototype to <printk.h>
 2022-10-05  6:30 UTC  (3+ messages)
` [PATCH 2/2] relocate_to_current_adr: hang directly on error instead of panic()

[PATCH] common: console_common: output log messages to CONSOLE_STDERR
 2022-10-05  6:29 UTC  (2+ messages)

[PATCH] fs: export file system detection functionality
 2022-10-05  6:27 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