mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/10] ARM: Rockchip rk3588: eMMC/SD support
 2023-05-30 14:16 UTC  (12+ messages)
` [PATCH 01/10] mci: rockchip-dwcmshc-sdhci: Add rk3588
` [PATCH 02/10] firmware: arm_scmi: fix async check
` [PATCH 03/10] clk: rockchip: add missing pll_rk3588_core handling
` [PATCH 04/10] clk: clk-divider: fix CLK_DIVIDER_HIWORD_MASK flag
` [PATCH 05/10] pinctrl: rockchip: fix bias settings
` [PATCH 06/10] ARM: dts: rk3588s: Set CPU clock to 816MHz
` [PATCH 07/10] mci: rockchip-dwcmshc-sdhci: enable DLL only for clock >= 52MHz
` [PATCH 08/10] ARM: rockchip_v8_defconfig: Enable SCMI support
` [PATCH 09/10] ARM: multi_v8_defconfig: "
` [PATCH 10/10] ARM: rockchip rock 5b: drop no longer valid comments

[PATCH 1/2] efi: payload: iomem: add commented out #define DEBUG 1
 2023-05-30 12:38 UTC  (4+ messages)
` [PATCH 2/2] block: efi: "

[PATCH master 1/4] ARM: mmu64: request TTB region
 2023-05-30 10:26 UTC  (6+ messages)
` [PATCH master 2/4] ARM: mmu64: define early_remap_range for mmu_early_enable usage
` [PATCH master 3/4] ARM: mmu32: "
` [PATCH master 4/4] ARM: mmu: invalidate when mapping range uncached

Adding PWM commands
 2023-05-30  9:32 UTC  (6+ messages)
` [PATCH v3 1/3] commands: add pwm manipulation command
` [PATCH v3 2/3] commands: pwm: add pwm_get command
` [PATCH v3 3/3] include: pwm: minor function doc fix for pwm_set_relative_duty_cycle()

[PATCH v2 00/13] Add support for Allwinner (sunxi) A64 SoC
 2023-05-30  8:42 UTC  (17+ messages)
` [PATCH v2 01/13] Documentation: sunxi: Add some documentation
` [PATCH v2 02/13] scripts: Add Allwinner eGON image support
` [PATCH v2 03/13] ARM: sunxi: introduce mach-sunxi
` [PATCH v2 04/13] ARM: lds: Add SoC specific sections to go before .text_head_prologue
` [PATCH v2 05/13] ARM: sunxi: Add lowlevel switch to aarch64
` [PATCH v2 06/13] ARM: sunxi: Add debug_ll
` [PATCH v2 07/13] clk: Add clock driver for sun50i-a64
` [PATCH v2 08/13] pinctrl: Add sun50i-a64 pinctrl driver
` [PATCH v2 09/13] mci: Add sunxi-mmc driver
` [PATCH v2 10/13] ARM: sunxi: Add sun50i SDRAM init
` [PATCH v2 11/13] ARM: boards: sunxi: Add initial support for the pinephone
` [PATCH v2 12/13] ARM: boards: sunxi: Add pine64 board
` [PATCH v2 13/13] ARM: sunxi: xload: Add helpers for chain-loading from SD-card

[PATCH 0/2] imx-usb-loader: fixes in displaying version number
 2023-05-30  6:27 UTC  (5+ messages)
` [PATCH 1/2] imx-usb-loader: fix compilation if prepare make target was not called before
` [PATCH 2/2] imx-usb-loader: also add version information on target tool

Porting barebox to a new SoC
 2023-05-29 19:03 UTC  (6+ messages)
  ` [PATCH v2] "

Adding PWM Commands
 2023-05-29 12:18 UTC  (8+ messages)
` [PATCH v2 1/3] commands: add pwm manipulation command
` [PATCH v2 2/3] commands: pwm: add pwm_get command
` [PATCH v2 3/3] include: pwm: minor function doc fix for pwm_set_relative_duty_cycle()

[PATCH 1/1] commands: add pwm manipulation command
 2023-05-28  5:10 UTC  (2+ messages)

Troubles booting kernel with new imx8 board
 2023-05-27  5:35 UTC  (4+ messages)

[PATCH master] i.MX: HABv4: fix left-over old arch_remap_range prototype use
 2023-05-26 13:28 UTC  (2+ messages)

[PATCH 1/1] Documentation: boards: nxp-imx8mp-evk; clarify firmware folder
 2023-05-26 13:27 UTC  (3+ messages)

Adding a pwm command
 2023-05-26  9:33 UTC  (3+ messages)
` [RFC PATCH 1/1] commands: add pwm manipulation command

[PATCH] fixup! imx-usb-loader: add commandline option for displaying version number
 2023-05-26  8:23 UTC  (4+ messages)

[PATCH v2 0/7] ARM64: crypto: add Crypto Extensions accelerated SHA implementation
 2023-05-26  7:45 UTC  (10+ messages)
` [PATCH v2 1/7] crypto: digest: match driver name if no algo name matches
` [PATCH v2 2/7] test: self: add digest test
` [PATCH v2 3/7] include: sync <linux/linkage.h> with Linux
` [PATCH v2 4/7] ARM: asm: implement CPU_BE/CPU_LE
` [PATCH v2 5/7] ARM: asm: import Linux adr_l/ldr_l assembler.h definitions
` [PATCH v2 6/7] crypto: sha: reorder struct sha*_state into Linux order
` [PATCH v2 7/7] ARM64: crypto: add Crypto Extensions accelerated SHA implementation

[PATCH master 1/4] Revert "imx-usb-loader: add commandline option for displaying version number"
 2023-05-26  7:12 UTC  (7+ messages)
` [PATCH master 2/4] ARM: rockchip: pine64-quartz64: add sdram-init.bin to .gitignore
` [PATCH master 3/4] scripts: kwbimage: check return value of asprintf
` [PATCH master 4/4] scripts: omap3-usb-loader: fix heap overflow

[PATCH] commands: ethlog: wire up help text
 2023-05-26  6:34 UTC  (3+ messages)

[PATCH 0/7] ARM64: crypto: add Crypto Extensions accelerated SHA implementation
 2023-05-25  8:37 UTC  (11+ messages)
` [PATCH 1/7] crypto: digest: match driver name if no algo name matches
` [PATCH 2/7] test: self: add digest test
` [PATCH 3/7] include: sync <linux/linkage.h> with Linux
` [PATCH 4/7] ARM: asm: implement CPU_BE/CPU_LE
` [PATCH 5/7] ARM: asm: import Linux adr_l/ldr_l assembler.h definitions
` [PATCH 6/7] crypto: sha: reorder struct sha*_state into Linux order
` [PATCH 7/7] ARM64: crypto: add Crypto Extensions accelerated SHA implementation

[PATCH v2 0/6] commands: implement of_compatible command
 2023-05-25  7:36 UTC  (8+ messages)
` [PATCH v2 1/6] treewide: don't mix goto labels and statements on same line
` [PATCH v2 2/6] treewide: drop null pointer checks around of_delete_node
` [PATCH v2 3/6] commands: of_property: use new of_read_file
` [PATCH v2 4/6] commands: of_dump: remove duplicate error message
` [PATCH v2 5/6] commands: of_dump: use of_dup instead of flattening/unflattening
` [PATCH v2 6/6] commands: implement of_compatible command

[PATCH master] ARM64: configs: multi_v8_defconfig: enable what qemu_virt64_defconfig had
 2023-05-25  7:31 UTC  (2+ messages)

[PATCH] ARM: i.MX8M: move early_clock_init out of power_init_board
 2023-05-25  7:31 UTC  (2+ messages)

[PATCH master 1/2] test: self: mmu: remap buffer with default attributes on exit
 2023-05-25  6:50 UTC  (3+ messages)
` [PATCH master 2/2] test: self: mmu: fix invalid use of __is_defined

[PATCH master] ARM: rockchip: don't attempt building MACH_RADXA_ROCK5 without firmware
 2023-05-25  6:49 UTC  (2+ messages)

[PATCH 0/3] non-critical fixes
 2023-05-23 15:49 UTC  (4+ messages)
` [PATCH 1/3] ARM: i.MX8MM: InnoComm: fix base address for I2C1
` [PATCH 2/3] ddr: imx: fix indention of debug message
` [PATCH 3/3] I2C: i.MX: fix guard macro comment

[PATCH master] imx-usb-loader: Don't try to verify more data than contained in the image
 2023-05-23 13:56 UTC  (4+ messages)

v2023.05.0
 2023-05-23  8:17 UTC 

[PATCH v3] barebox: Fix excessive loading of FIT images
 2023-05-23  7:29 UTC  (2+ messages)

[PATCH 00/11] ARM: qemu-virt: remap cfi-flash from 0 to 0x1000
 2023-05-23  7:27 UTC  (16+ messages)
` [PATCH 01/11] treewide: use remap_range instead of arch_remap_range
` [PATCH 02/11] mmu: add physical address parameter to arch_remap_range
` [PATCH 03/11] ARM: mmu32: support non-1:1 mappings in arch_remap_range
` [PATCH 04/11] ARM: mmu64: "
` [PATCH 05/11] of: platform: remap memory when encountering virtual-reg property
` [PATCH 06/11] common: boards: qemu-virt: remap cfi-flash from 0 to 0x1000
` [PATCH 07/11] ARM: prepare extending mmuinfo beyond ARMv7
` [PATCH 08/11] ARM64: mmu: implement ARMv8 mmuinfo command
` [PATCH 09/11] common: memtest: prepare for reuse in self test
` [PATCH 10/11] test: self: add MMU remapping "
` [PATCH 11/11] ARM: mmuinfo: add options for enabling/disabling zero page trapping

[PATCH master 1/7] test: self: ramfs: fix unintended macro identifier confusion
 2023-05-23  7:23 UTC  (11+ messages)
` [PATCH master 2/7] include: zero_page: hide possibly NULL pointer variable from optimizer
` [PATCH master 3/7] ARM: configs: temporarily revive vexpress_defconfig
` [PATCH master 4/7] ARM64: configs: temporarily revive qemu_virt64_defconfig
` [PATCH master 5/7] pbl: have DEBUG_PBL depend only on PBL_CONSOLE
` [PATCH master 6/7] meminfo: avoid out-of-bounds compiler warning
` [PATCH master 7/7] console: don't fixup baud rate into earlycon string

[PATCH] fixup! pci: set upper word for 64bit base addresses
 2023-05-23  7:11 UTC  (3+ messages)

[PATCH master 1/3] .clangd: black-list -mabi=lp64 to enable LSP for 64-bit ARM
 2023-05-23  7:08 UTC  (4+ messages)
` [PATCH master 2/3] .gitattributes: import diff directives from Linux v6.3
` [PATCH master 3/3] .clang-format: import kernel coding style rules "

[PATCH] linux: limits: define INTPTR_MAX/UINTPTR_MAX
 2023-05-22 11:32 UTC  (2+ messages)

[PATCH] fixup! of: add function to read a file as unflattened device tree
 2023-05-22 11:29 UTC  (2+ messages)

[PATCH] fixup! net: dsa: realtek: fix Kconfig selects
 2023-05-22 11:29 UTC  (2+ messages)

[RFC PATCH 00/11] Add support for Allwinner (sunxi) A64 SoC
 2023-05-22 10:32 UTC  (17+ messages)
` [RFC PATCH 01/11] scripts: Add Allwinner eGON image support
` [RFC PATCH 02/11] sunxi: introduce mach-sunxi
` [RFC PATCH 05/11] arm: sunxi: Add debug_ll
` [RFC PATCH 07/11] pinctrl: Add sun50i-a64 pinctrl driver
` [RFC PATCH 11/11] arm: boards: sunxi: Add pine64 board

[RFT PATCH 1/2] include: <linux/overflow.h>: sync with kernel
 2023-05-22  9:21 UTC  (4+ messages)
` [RFT PATCH 2/2] mtd: cfi-flash: call ctrlc() during CFI reads

[PATCH master] efi: don't skip default efi devinfo for old EFI block revisions
 2023-05-22  8:23 UTC  (2+ messages)

[PATCH] fixup! ARM: mmu32: Use pages for early MMU setup
 2023-05-22  8:18 UTC  (2+ messages)

[PATCH v2 00/34] ARM: MMU rework
 2023-05-22  8:14 UTC  (10+ messages)
` [PATCH v2 31/34] ARM: mmu32: read TTB value from register
` [PATCH v2 32/34] ARM: mmu32: Use pages for early MMU setup

[PATCH] fixup! ARM: rockchip: rk3588: add memsize detection
 2023-05-22  5:13 UTC 

[PATCH] net: dsa: realtek: fix Kconfig selects
 2023-05-19  8:59 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