mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[RESEND v3 00/52] ARM: i.MX8MQ and EVK support
 2018-06-07 13:00 UTC  (21+ messages)
` [RESEND v3 01/52] ARM: i.MX: xload: Fix compiler warning
` [RESEND v3 02/52] ARM: i.MX: compile arm32 specific errata only for CPU32
` [RESEND v3 04/52] aarch64: Add i.MX8 debug UART support
` [RESEND v3 05/52] Include our own include/dt-bindings
` [RESEND v3 06/52] mci: imx-esdhc: use dma mapping functions
` [RESEND v3 07/52] net: fec_imx: remove unnecessary DMA sync ops
` [RESEND v3 08/52] net: fec_imx: Use dma mapping functions
` [RESEND v3 09/52] net: fec_imx: Make use of IS_ALIGNED
` [RESEND v3 10/52] clock: Add i.MX8MQ clock driver
` [RESEND v3 17/52] ARM: i.MX: Add basic CCM constants for i.MX8
` [RESEND v3 18/52] ARM: Add constants and helpers for system counter interface
` [RESEND v3 20/52] ARM: i.MX8: Initialize system counter
` [RESEND v3 21/52] ARM: i.MX: boot: Fix address casting on 64-bit platforms
` [RESEND v3 22/52] ARM: boot: Add trivial i.MX8 support
` [RESEND v3 23/52] ARM: i.MX: xload-esdhc: Rework to make code be less i.MX6-specific
` [RESEND v3 24/52] ARM: i.MX: xload-esdhc: Allow custom buffer address, device offset
` [RESEND v3 25/52] ARM: i.MX: xload-esdhc: Add support for i.MX8
` [RESEND v3 26/52] pinctrl: i.MX: "
` [RESEND v3 27/52] Documentation: imx: Change block size for 'dd' to 1024
` [RESEND v3 28/52] Documentation: i.MX: Add missing <soctype>

[PATCH 1/2] wdt: da9053: fix missed dev->hwdev conversion
 2018-06-07 13:00 UTC  (4+ messages)
` [PATCH 2/2] ARM: throw out no-MMU vector base fixup when ARMv7 isn't selected

[PATCH v3 00/38] ARM: i.MX8MQ and EVK support
 2018-06-07 12:59 UTC  (40+ messages)
` [PATCH v3 01/38] ARM: i.MX: xload: Fix compiler warning
` [PATCH v3 02/38] ARM: i.MX: compile arm32 specific errata only for CPU32
` [PATCH v3 03/38] ARM: Add i.MX8 support
` [PATCH v3 04/38] aarch64: Add i.MX8 debug UART support
` [PATCH v3 05/38] Include our own include/dt-bindings
` [PATCH v3 06/38] mci: imx-esdhc: use dma mapping functions
` [PATCH v3 07/38] net: fec_imx: remove unnecessary DMA sync ops
` [PATCH v3 08/38] net: fec_imx: Use dma mapping functions
` [PATCH v3 09/38] net: fec_imx: Make use of IS_ALIGNED
` [PATCH v3 10/38] clock: Add i.MX8MQ clock driver
` [PATCH v3 11/38] serial: i.MX: Add i.MX8 support
` [PATCH v3 12/38] mmc: i.MX esdhc: "
` [PATCH v3 13/38] gpio: i.MX: Add i.MX8mq support
` [PATCH v3 14/38] ARM: i.MX: ocotp: Add i.MX8MQ support
` [PATCH v3 15/38] ARM: i.MX: Split shared CCM code into a separate file
` [PATCH v3 16/38] ARM: i.MX: Add IOMUX pad constants for i.MX8
` [PATCH v3 17/38] ARM: i.MX: Add basic CCM "
` [PATCH v3 18/38] ARM: Add constants and helpers for system counter interface
` [PATCH v3 19/38] clocksource: armv8-timer: Convert explicit assembly into helpers
` [PATCH v3 20/38] ARM: i.MX8: Initialize system counter
` [PATCH v3 21/38] ARM: i.MX: boot: Fix address casting on 64-bit platforms
` [PATCH v3 22/38] ARM: boot: Add trivial i.MX8 support
` [PATCH v3 23/38] ARM: i.MX: xload-esdhc: Rework to make code be less i.MX6-specific
` [PATCH v3 24/38] ARM: i.MX: xload-esdhc: Allow custom buffer address, device offset
` [PATCH v3 25/38] ARM: i.MX: xload-esdhc: Add support for i.MX8
` [PATCH v3 26/38] pinctrl: i.MX: "
` [PATCH v3 27/38] Documentation: imx: Change block size for 'dd' to 1024
` [PATCH v3 28/38] Documentation: i.MX: Add missing <soctype>
` [PATCH v3 29/38] clocksource: armv8-timer: Make armv8_clocksource_read() static
` [PATCH v3 30/38] clocksource: armv8-timer: Make use of postcore_platform_driver()
` [PATCH v3 31/38] Port <linux/iopoll.h> from U-Boot
` [PATCH v3 32/38] common/clock: Move delay and timeout functions to clock.h
` [PATCH v3 33/38] clock: Use udelay() to implement mdelay()
` [PATCH v3 34/38] ARM: i.MX8: Add DDRC PHY and DDR CTL base addresses
` [PATCH v3 35/38] Kbuild: Add $(quote)
` [PATCH v3 36/38] Add builtin firmware support
` [PATCH v3 37/38] ARM: i.MX8: Add DDRC PHY support code
` [PATCH v3 38/38] ARM: Specify HAVE_PBL_IMAGE for CPU_64

[PATCH 1/1] command: oftree: support load device tree from memory
 2018-06-07 12:45 UTC  (7+ messages)

[PATCH] ARM: imx6sx: use correct clocks for GPT
 2018-06-07  9:23 UTC  (2+ messages)

[PATCH v2] commands: mmc_extcsd: Add support to write multibyte registers
 2018-06-07  8:35 UTC  (2+ messages)

[PATCH] commands: mmc_extcsd: Add support to write multibyte registers
 2018-06-07  8:16 UTC  (3+ messages)

[PATCH v2] defaultenv-2: make abort key to stop autoboot configurable
 2018-06-07  7:46 UTC  (2+ messages)

Oftree from memory and access to start arguments
 2018-06-07  7:31 UTC  (2+ messages)

[PATCH 1/2] scripts/dtc: Update to upstream version 1.4.6
 2018-06-07  7:25 UTC  (2+ messages)

[PATCH] mtd: core: Fix printing partitions in hex
 2018-06-07  7:21 UTC  (2+ messages)

[PATCH] scripts: gitignore omap3-usb-loader binary
 2018-06-07  7:14 UTC  (2+ messages)

[PATCH] ARM: i.MX: Add liteboard support
 2018-06-06 19:44 UTC  (2+ messages)

[RFC PATCH 0/5] ARM: imx: HAB improvements
 2018-06-06 16:08 UTC  (6+ messages)
` [RFC PATCH 1/5] scripts: imx: add optional argument to hab_blocks command
` [RFC PATCH 2/5] scripts: imx: Support CST version >= 2.3.2
` [RFC PATCH 3/5] ARM: imx: Update default image certificate for CST tool
` [RFC PATCH 4/5] scripts: imx: Support encrypted boot with HABv4
` [RFC PATCH 5/5] images: imx: Add targets for signed encrypted images

[PATCH v1 1/3] MIPS: ath79: provide driver for Atheros ART partition
 2018-06-06  9:14 UTC  (6+ messages)
` [PATCH v1 2/3] MIPS: dts: tl_wdr4300: add "
` [PATCH v1 3/3] MIPS: dts: dpt-module: "

[PATCH v4 0/3] MIPS: provide basic ELF support
 2018-06-06  7:59 UTC  (4+ messages)
` [PATCH v4 1/3] filetype: add ELF type
` [PATCH v4 2/3] add basic ELF parser
` [PATCH v4 3/3] MIPS: bootm: add ELF handler

[PATCH v3 0/4] MIPS: provide basic ELF support
 2018-06-06  7:12 UTC  (6+ messages)
` [PATCH v3 1/4] filetype: add ELF type
` [PATCH v3 2/4] add basic ELF parser
` [PATCH v3 3/4] bootm: split split bootm_load_devicetree function
` [PATCH v3 4/4] MIPS: bootm: add ELF handler

[PATCH 0/6] bootm: split bootm_load_devicetree into two functions
 2018-06-06  7:11 UTC  (7+ messages)
` [PATCH 1/6] ARM: bootm: drop usage of data->oftree
` [PATCH 2/6] ppc: bootm: rename variables
` [PATCH 3/6] ppc: bootm: remove unnecessary parameter
` [PATCH 4/6] ppc: bootm: Drop usage of data->oftree
` [PATCH 5/6] bootm: Drop data->oftree
` [PATCH 6/6] bootm: Split bootm_load_devicetree into two functions

[PATCH v1] defaultenv-2: make abort key to stop autoboot configurable
 2018-06-06  5:34 UTC  (3+ messages)

[PATCH 1/2] drivers: of: implement overlay support
 2018-06-05 22:52 UTC  (5+ messages)
` [PATCH 2/2] scripts/dtc: Update to upstream version 1.4.6

[PATCH 2/2] drivers: of: implement overlay support
 2018-06-05 22:50 UTC 

[PATCH 1/3] drivers: of: implement overlay support
 2018-06-05  6:46 UTC  (5+ messages)
` [PATCH 2/3] scripts/dtc: Update to upstream version 1.4.6
` [PATCH 3/3] drivers: of: bugfix local fixups resolving

[PATCH 3/3] drivers: of: bugfix local fixups resolving
 2018-06-05  6:34 UTC  (2+ messages)

Kernel fails to start on at91sam9263 target
 2018-06-04 18:18 UTC  (4+ messages)

RaspberryPi 1/2(/3)
 2018-06-04 13:28 UTC  (4+ messages)

barebox large disk problem
 2018-06-04 10:05 UTC  (2+ messages)

[PATCH v2 0/4] MIPS: provide basic ELF support
 2018-06-04  7:07 UTC  (6+ messages)
` [PATCH v2 1/4] filetype: add ELF type
` [PATCH v2 2/4] add basic ELF parser
` [PATCH v2 3/4] bootm: split split bootm_load_devicetree function
` [PATCH v2 4/4] MIPS: bootm: add ELF handler

[PATCH 1/4] kwbimage_v0: add support to detect and boot a mvebu v0 image
 2018-06-04  7:02 UTC  (6+ messages)
` [PATCH 2/4] libfile: implement new helper write_file_flash()
` [PATCH 3/4] omap/am33xx_bbu: use file_write_flash() instead of its own variant
` [PATCH 4/4] scripts/kwboot: fix image check for v0 images

[PATCH] ARM: i.MX50: fix Kindle-MX50 DT issues and warnings
 2018-06-04  6:59 UTC  (2+ messages)

[PATCH] .gitignore: sort normal pattern rules alphabetically
 2018-06-04  6:55 UTC  (2+ messages)

[PATCH] kwbimage_v0: add support to detect and boot a mvebu v0 image
 2018-06-04  6:55 UTC  (2+ messages)

[PATCH 1/1] common: state: allow to overlay state backend
 2018-06-02 22:39 UTC 

Device Tree Overlay Support v2
 2018-06-02 16:00 UTC  (3+ messages)

[PATCH 1/4] filetype: add ELF type
 2018-06-01 18:12 UTC  (7+ messages)
` [PATCH 2/4] add basic ELF parser
` [PATCH 3/4] bootm: split split bootm_load_devicetree function
` [PATCH 4/4] MIPS: bootm: add ELF handler

[PATCH v2 0/7] VF610 OCOTP MAC address layout change
 2018-05-31 15:27 UTC  (9+ messages)
` [PATCH v2 1/7] i.MX: ocotp: Unify code paths for reading MAC address
` [PATCH v2 2/7] i.MX: ocotp: Change MAC address layout for VFxxx
` [PATCH v2 3/7] i.MX: ocotp: Simplify OCOTP field packing/unpacking
` [PATCH v2 4/7] i.MX: ocotp: Simplify BF macro
` [PATCH v2 5/7] i.MX: ocotp: Move OCOTP driver to drivers/nvmem
` [PATCH v2 6/7] nvmem: Use name from struct nvmem_config for cdev
` [PATCH v2 7/7] nvmem: ocotp: Convert to NVMEM device

[PATCH] mtd: nand: omap_gpmc: fix: remove bch4 string extant
 2018-05-31 15:20 UTC  (2+ messages)

[PATCH 1/2] dove: move memory controller remapping before RAM detection
 2018-05-31 15:18 UTC  (4+ messages)
` [PATCH 2/2] dove: fix bit layout of DOVE_CPU_CTRL register

[PATCH v2 00/10] dentry cache support
 2018-05-31 15:04 UTC  (11+ messages)
` [PATCH 01/10] fs: dentry cache implementation
` [PATCH 02/10] fs: ramfs: Switch to "
` [PATCH 03/10] fs: devfs: "
` [PATCH 04/10] fs: ext4: "
` [PATCH 05/10] fs: ubifs: "
` [PATCH 06/10] fs: nfs: "
` [PATCH 07/10] fs: tftp: "
` [PATCH 08/10] fs: cramfs: "
` [PATCH 09/10] fs: squashfs: "
` [PATCH 10/10] block: Adjust cache sizes

[RFC] ARM: mmu: Do not try to pick early TTB up
 2018-05-28 18:08 UTC  (7+ messages)

[PATCH v2 00/48] ARM: i.MX8MQ and EVK support
 2018-05-28 18:07 UTC  (9+ messages)
` [PATCH v2 29/48] Documentation: i.MX: Add missing <soctype>
` [PATCH v2 47/48] ARM: i.MX8: Add i.MX8mq EVK support

page:  |  | latest

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