mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] arch/arm/boards: Replace license and copyright boilerplate by SPDX identfiers
 2020-07-01 19:56 UTC  (3+ messages)

reset / watchdog on an imx7d soc
 2020-07-01  9:52 UTC  (13+ messages)

[PATCH RESEND 00/28] ARM: at91: add sama5d2 first stage support
 2020-07-01  9:11 UTC  (29+ messages)
` [PATCH 01/28] ARM: at91: remove <mach/hardware.h> include from assembly code
` [PATCH 02/28] ARM: at91: sama5d2: cast peripheral base addresses to __iomem pointers
` [PATCH 03/28] ARM: at91: import at91bootstrap's at91_ddrsdrc.h
` [PATCH 04/28] ARM: at91: migrate at91sam9_ddrsdr.h to use "
` [PATCH 05/28] ARM: at91: replace at91sam9_ddrsdr.h with "
` [PATCH 06/28] ARM: at91: import early_udelay from at91bootstrap
` [PATCH 07/28] ARM: at91: import low level DDRAMC initialization code "
` [PATCH 08/28] ARM: at91: watchdog: implement at91_wdt_disable
` [PATCH 09/28] watchdog: add support for at91sam9/sama5 watchdog
` [PATCH 10/28] ARM: at91: implement sama5d2 lowlevel init
` [PATCH 11/28] ARM: at91: sama5d2: add sama5d2 matrix configuration
` [PATCH 12/28] ARM: at91: add sama5d2 cache init
` [PATCH 13/28] ARM: at91: add necessary Advanced Interrupt Controller configuration
` [PATCH 14/28] ARM: at91: extend low level PMC driver for generic clk support
` [PATCH 15/28] pbl: add block I/O API
` [PATCH 16/28] fs: fat: extend for in-PBL support
` [PATCH 17/28] mci: sdhci: atmel: extend driver for PBL usage
` [PATCH 18/28] ARM: at91: add code for sama5 boot source detection
` [PATCH 19/28] ARM: at91: add helpers for chain-loading barebox from SD-card
` [PATCH 20/28] ARM: at91: sama5d2: reuse stack set-up by first stage
` [PATCH 21/28] ARM: at91: debug_ll: remove duplicated IS_ENABLED(CONFIG_DEBUG_LL) condition
` [PATCH 22/28] ARM: at91: sama5d2: reduce UART setup boilerplate with new helpers
` [PATCH 23/28] ARM: at91: sama5d27-som1: add additional first stage entry point
` [PATCH 24/28] ARM: at91: sama5d2: read back memory size from DDRAM controller
` [PATCH 25/28] ARM: at91: sama5d2: populate $bootsource and $bootsource_instance
` [PATCH 26/28] ARM: at91: sama5d27-som1-ek: add barebox_update and multi environment support
` [PATCH 27/28] ARM: at91: sama5d27-giantboard: add additional first stage entry point
` [PATCH 28/28] ARM: at91: sama5d27-giantboard: add default environment/bbu

Is it possible to pass extra device-tree include directory?
 2020-07-01  8:49 UTC  (5+ messages)

[RFC PATCH 0/4] Introduce global.bootm.root env var for booting via PARTUUID
 2020-07-01  5:58 UTC  (7+ messages)
` [RFC PATCH 1/4] bootm: add env var root_dev
` [RFC PATCH 2/4] globalvar: add bootm.root
` [RFC PATCH 3/4] bootm: handle global.bootm.root
` [RFC PATCH 4/4] bootm: mount root device before accessing linux_rootarg

[PATCH] startup: Fix do_autoboot_countdown() running multiple times
 2020-07-01  5:26 UTC  (3+ messages)

[PATCH] kvx: remove duplicated dtb symbols
 2020-07-01  5:23 UTC  (2+ messages)

[PATCH 00/28] ARM: at91: add sama5d2 first stage support
 2020-07-01  5:23 UTC  (29+ messages)
` [PATCH 01/28] ARM: at91: remove <mach/hardware.h> include from assembly code
` [PATCH 02/28] ARM: at91: sama5d2: cast peripheral base addresses to __iomem pointers
` [PATCH 03/28] ARM: at91: import at91bootstrap's at91_ddrsdrc.h
` [PATCH 04/28] ARM: at91: migrate at91sam9_ddrsdr.h to use "
` [PATCH 05/28] ARM: at91: replace at91sam9_ddrsdr.h with "
` [PATCH 06/28] ARM: at91: import early_udelay from at91bootstrap
` [PATCH 07/28] ARM: at91: import low level DDRAMC initialization code "
` [PATCH 08/28] ARM: at91: watchdog: implement at91_wdt_disable
` [PATCH 09/28] watchdog: add support for at91sam9/sama5 watchdog
` [PATCH 10/28] ARM: at91: implement sama5d2 lowlevel init
` [PATCH 11/28] ARM: at91: sama5d2: add sama5d2 matrix configuration
` [PATCH 12/28] ARM: at91: add sama5d2 cache init
` [PATCH 13/28] ARM: at91: add necessary Advanced Interrupt Controller configuration
` [PATCH 14/28] ARM: at91: extend low level PMC driver for generic clk support
` [PATCH 15/28] pbl: add block I/O API
` [PATCH 16/28] fs: fat: extend for in-PBL support
` [PATCH 17/28] mci: extend atmel-sdhci driver to first stage use
` [PATCH 18/28] ARM: at91: add code for sama5 boot source detection
` [PATCH 19/28] ARM: at91: add helpers for chain-loading barebox from SD-card
` [PATCH 20/28] ARM: at91: sama5d2: reuse stack set-up by first stage
` [PATCH 21/28] at91: debug_ll: remove duplicated IS_ENABLED(CONFIG_DEBUG_LL) condition
` [PATCH 22/28] ARM: at91: sama5d2: reduce UART setup boilerplate with new helpers
` [PATCH 23/28] ARM: at91: sama5d27-som1: add additional first stage entry point
` [PATCH 24/28] ARM: at91: sama5d2: read back memory size from DDRAM controller
` [PATCH 25/28] ARM: at91: sama5d2: populate $bootsource and $bootsource_instance
` [PATCH 26/28] ARM: at91: sama5d27-som1-ek: add barebox_update and multi environment support
` [PATCH 27/28] ARM: at91: sama5d27-giantboard: add additional first stage entry point
` [PATCH 28/28] ARM: at91: sama5d27-giantboard: add default environment/bbu

[PATCH v3 0/4] kvx: add elf bootm support
 2020-07-01  5:23 UTC  (6+ messages)
` [PATCH v3 1/4] common: bootm: allow building with an undefined IH_ARCH
` [PATCH v3 2/4] common: Kconfig: remove MIPS dependency for ELF
` [PATCH v3 3/4] kvx: add I-cache and D-cache synchronisation
` [PATCH v3 4/4] kvx: add support for elf loading using bootm

[PATCH v2 0/8] Module and ARM Module updates and fixes
 2020-07-01  5:21 UTC  (10+ messages)
` [PATCH v2 1/8] Makefile: Initialize and export KBUILD variables
` [PATCH v2 2/8] module: Add init macros to module.h
` [PATCH v2 3/8] module: Fix adding module to list after layout
` [PATCH v2 4/8] module: Fix module command registration
` [PATCH v2 5/8] module: Implement HAVE_MOD_ARCH_SPECIFIC
` [PATCH v2 6/8] arm: makefile: Fix compiler flag variable
` [PATCH v2 7/8] arm: elf: Add THM relocation types
` [PATCH v2 8/8] arm: module: Allow modules outside of bl range

[PATCH v2 0/2] drivers: net: phy: at803x: add clk setup with dt
 2020-07-01  5:20 UTC  (4+ messages)
` [PATCH v2 1/2] net: phy: add uapi/linux/mdio.h from kernel for MDIO MMD access
` [PATCH v2 2/2] drivers: net: phy: at803x: add phy clk setup via dts

ARM: dts: vf610-zii-dev-rev-c: Expose fiber EEPROM modules
 2020-07-01  5:09 UTC  (2+ messages)

[PATCH 0/2] drivers: net: phy: at803x: add clk setup with dt
 2020-06-30 11:01 UTC  (7+ messages)
` [PATCH 1/2] net: phy: add uapi/linux/mdio.h from kernel for MDIO MMD access
` [PATCH 2/2] drivers: net: phy: at803x: add phy clk setup via dts

[PATCH v5 00/21] Slices and fastboot over UDP
 2020-06-29 19:50 UTC  (3+ messages)
` [PATCH 17/21] fastboot net: implement "

[PATCH 0/4] kvx: add elf bootm support
 2020-06-29  8:29 UTC  (12+ messages)
` [PATCH 1/4] common: bootm: allow letting IH_ARCH undefined
` [PATCH 2/4] common: Kconfig: remove MIPS dependency
` [PATCH 3/4] kvx: add D-cache inval and I-cache sync
` [PATCH 4/4] kvx: add support for elf loading using bootm

[PATCH v2 0/4] kvx: add elf bootm support
 2020-06-29  8:16 UTC  (6+ messages)
` [PATCH v2 1/4] common: bootm: allow building using undefined IH_ARCH
` [PATCH v2 2/4] common: Kconfig: remove MIPS dependency
` [PATCH v2 3/4] kvx: add I-cache and D-cache synchronisation
` [PATCH v2 4/4] kvx: add support for elf loading using bootm

[PATCH] treewide: make use of PTR_ERR_OR_ZERO
 2020-06-26  8:20 UTC  (2+ messages)

[PATCH] startup: register autoboot vars in initcall
 2020-06-26  6:01 UTC 

[PATCH] Arm: i.MX5: Do not disable L2 cache
 2020-06-26  4:47 UTC  (3+ messages)

[PATCH] kbuild: fix typo in --no-whole-archive flag
 2020-06-24  7:18 UTC  (2+ messages)

[PATCH 0/4] dts: clean up and a fix
 2020-06-24  7:16 UTC  (7+ messages)
` [PATCH 1/4] ARM: vexpress: dts: use direct &phandle instead of &{/path}
` [PATCH 2/4] ARM: stm32mp: dts: extend now upstream stm32mp157c-lxa-mc1.dts
` [PATCH 3/4] clk: at91: remove no-longer needed dt-compat code
` [PATCH 4/4] clk: at91: remove now-duplicate crutch #defines

[PATCH v2] ARM: dts: vexpress-v2p-ca15: adapt fixed NOR flash partition setup
 2020-06-24  7:12 UTC  (2+ messages)

[PATCH] ARM: dts: vexpress-v2p-ca15: adapt fixed NOR flash partition setup
 2020-06-23 13:42 UTC 

Mailing list issues
 2020-06-23 13:34 UTC 

[PATCH 00/20] i.MX8MP support
 2020-06-23 13:16 UTC  (21+ messages)
` [PATCH 01/20] scripts: imx-image: Only set DCD pointer when we have DCD data
` [PATCH 02/20] scripts: imx-image: exit on read/write failures
` [PATCH 03/20] scripts: imx-image: Add extra code path for i.MX35
` [PATCH 04/20] scripts: imx-image: exit with error when barebox header conflicts with IVT
` [PATCH 05/20] scripts: imx-image: Fix writing image with IVT offset = 0
` [PATCH 06/20] scripts: imx-image: rename image_dcd_offset to image_ivt_offset
` [PATCH 07/20] scripts: imx-image: rename dcdofs to ivtofs
` [PATCH 08/20] serial: i.MX: Add i.MX8MP compatible
` [PATCH 09/20] pinctrl: imx-iomux-v3: "
` [PATCH 10/20] net: fec_imx: add fsl,imx8mp-fec compatible
` [PATCH 11/20] mci: imx-esdhc: Add i.MX8mp compatible
` [PATCH 12/20] arm: imx: add initial imx8mp support
` [PATCH 13/20] scripts: imx-image: Add i.MX8MP support
` [PATCH 14/20] mfd: Add pca9440 register map
` [PATCH 15/20] clk: imx: Add imx8mp clk driver
` [PATCH 16/20] mci: imx-esdhc-pbl: Add imx8mp_esdhc_load_image() for i.MX8MP
` [PATCH 17/20] net: phy: realtek: handle RX delay setting
` [PATCH 18/20] ARM: i.MX: bbu: Fix IVT offset for i.MX8MP
` [PATCH 19/20] ARM: i.MX8MP: Add ocotp support
` [PATCH 20/20] arm: boards: add initial imx8mp-evk support

[PATCH 1/3] kbuild: add -Wmissing-prototypes and -std=gnu89 to KBUILD_HOSTCFLAGS
 2020-06-23 11:14 UTC  (4+ messages)
` [PATCH 2/3] kbuild: add infrastructure to build userspace programs
` [PATCH 3/3] scripts: use 'userprogs' to build programs for target

[PATCH v2 1/3] mci: sdhci: atmel: don't print errors on command timeouts
 2020-06-23 10:16 UTC  (4+ messages)
` [PATCH v2 2/3] mci: sdhci: atmel: use dev_printf instead of pr_print in common code
` [PATCH v2 3/3] mci: sdhci: atmel: avoid buggy SDHCI_RESET_ALL

[PATCH 0/2] clk: at91: sync with Linux v5.8-rc1
 2020-06-23 10:15 UTC  (4+ messages)
` [PATCH 1/2] include: import upstream header <linux/overflow.h>
` [PATCH 2/2] clk: at91: sync with Linux v5.8-rc1

[PATCH 1/2] clk: sync of_clk_get_parent_name with upstream
 2020-06-23 10:08 UTC  (3+ messages)
` [PATCH 2/2] ARM: at91: choose proper parent for both MCI clocks

[PATCH 1/3] mci: sdhci: atmel: don't print errors on command timeouts
 2020-06-23 10:05 UTC  (4+ messages)
` [PATCH 2/3] mci: sdhci: atmel: use dev_printf instead of pr_print in common code

[PATCH] ARM: at91: add at91sam9/sama5 reset reason detection
 2020-06-23 10:03 UTC  (2+ messages)

[PATCH v2] startup: inhibit watchdogs on non-interactive autoboot abort
 2020-06-23  9:39 UTC  (4+ messages)

[PATCH v2] watchdog: permit `wd 0` for non-stoppable, but inactive, watchdogs
 2020-06-23  8:18 UTC  (2+ messages)

[PATCH] devinfo: print device parent along with device info
 2020-06-23  7:57 UTC  (2+ messages)

[RFC PATCH 0/8] Module and ARM Module updates and fixes
 2020-06-22 17:52 UTC  (5+ messages)

[PATCH] watchdog: permit `wd 0` for non-stoppable, but inactive, watchdogs
 2020-06-22 14:18 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox