mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/27] Console code consolidation
 2018-06-15  7:26 UTC  (31+ messages)
` [PATCH 01/27] pbl: console: Introduce putc_func_t
` [PATCH 02/27] console: Unify console_simple.c and pbl/console.c
` [PATCH 03/27] pbl: console: Move '\n' handling into console_putc()
` [PATCH 04/27] console: Reconcile 3 different puts() implementations
` [PATCH 05/27] ratp: Add dependency on CONSOLE_FULL
` [PATCH 06/27] netconsole: "
` [PATCH 07/27] input: "
` [PATCH 08/27] console: Make use of __console_putc()
` [PATCH 09/27] console: Fix console_get_first_active()
` [PATCH 10/27] console: Simplify early console code
` [PATCH 11/27] console: Consolidate all implemenatations of ctrlc()
` [PATCH 12/27] console: Drop ARCH_HAS_CTRLC
` [PATCH 13/27] console: Consolidate DEBUG_LL and CONSOLE_* '\n' -> '\n\r' code
` [PATCH 14/27] console: Consolidate DEBUG_LL and CONSOLE_* puts() implementations
` [PATCH 15/27] console_simple: Use console_flush() from CONSOLE_FULL
` [PATCH 16/27] console_simple: Use tstc_raw() as tstc()
` [PATCH 17/27] console_simple: Use getc_raw() as getchar()
` [PATCH 18/27] console_simple: Get rid of global console pointer
` [PATCH 19/27] console_simple: Make use of list_add_tail()
` [PATCH 20/27] console: Share definition for printf with PBL
` [PATCH 21/27] pbl: console: Convert pr_print into a single line #define
` [PATCH 22/27] "
` [PATCH 23/27] console: Remove dputc()
` [PATCH 24/27] console: Simplify dputs()
` [PATCH 25/27] console: Introduce dvprintf()
` [PATCH 26/27] console: Convert printf() into a single line #define
` [PATCH 27/27] psci: console: Convert to use lib/console.c

[PATCH v7 00/10] ARM: i.MX8MQ and EVK support
 2018-06-15  7:06 UTC  (12+ messages)
` [PATCH v7 01/10] ARM: i.MX: ocotp: Provide missing .format_mac for i.MX8MQ
` [PATCH v7 02/10] Port <linux/iopoll.h> from U-Boot
` [PATCH v7 03/10] clock: Use udelay() to implement mdelay()
` [PATCH v7 04/10] ARM: i.MX8: Add DDRC PHY support code
` [PATCH v7 05/10] ARM: Specify HAVE_PBL_IMAGE for CPU_64
` [PATCH v7 06/10] scripts: imx-image: Use a loop to create multiple header copies
` [PATCH v7 07/10] scripts: imx-image: Share the code to write barebox header
` [PATCH v7 08/10] scripts: imx-image: Add i.MX8MQ support
` [PATCH v7 09/10] ARM: i.MX8: Add i.MX8mq EVK support
` [PATCH v7 10/10] ARM: Introduce imx_v8_defconfig

[PATCH 1/3] ARM: psci: Remove unused code in psci_entry()
 2018-06-15  4:21 UTC  (3+ messages)
` [PATCH 2/3] ARM: psci: Make use of set_ttbr() in armv7_secure_monitor_install()
` [PATCH 3/3] ARM: mmu: psci: Make use of get_ttbr()

[RFC] Revert "i.MX: Add provisions to boot from IRAM"
 2018-06-15  4:08 UTC 

[PATCH v6 00/10] ARM: i.MX8MQ and EVK support
 2018-06-15  3:40 UTC  (13+ messages)
` [PATCH v6 01/10] ARM: i.MX: ocotp: Provide missing .format_mac for i.MX8MQ
` [PATCH v6 02/10] Port <linux/iopoll.h> from U-Boot
` [PATCH v6 03/10] clock: Use udelay() to implement mdelay()
` [PATCH v6 04/10] ARM: i.MX8: Add DDRC PHY support code
` [PATCH v6 05/10] ARM: Specify HAVE_PBL_IMAGE for CPU_64
` [PATCH v6 06/10] scripts: imx-image: Use a loop to create multiple header copies
` [PATCH v6 07/10] scripts: imx-image: Share the code to write barebox header
` [PATCH v6 08/10] scripts: imx-image: Add i.MX8MQ support
` [PATCH v6 09/10] ARM: i.MX8: Add i.MX8mq EVK support
` [PATCH v6 10/10] ARM: Introduce imx_v8_defconfig

[PATCH v2 1/3] MIPS: ath79: provide driver for Atheros ART partition
 2018-06-14  6:06 UTC  (2+ messages)

[PATCH v3 02/12] fs: fix memory access via /dev/mem for MIPS64
 2018-06-14  5:36 UTC  (5+ messages)
` [PATCH v4] "
    ` [RESEND "

[PATCH] scripts: gitignore += omap3-usb-loader
 2018-06-14  5:35 UTC  (5+ messages)

[PATCH] TODO: remove unused file
 2018-06-14  5:34 UTC  (2+ messages)

Device-tree node renames break barebox/kernel compatibility
 2018-06-13 16:57 UTC  (6+ messages)

[PATCH v5 00/54] ARM: i.MX8MQ and EVK support
 2018-06-13 12:33 UTC  (63+ messages)
` [PATCH v5 01/54] ARM: i.MX: xload: Fix compiler warning
` [PATCH v5 02/54] ARM: i.MX: compile arm32 specific errata only for CPU32
` [PATCH v5 03/54] ARM: Add i.MX8 support
` [PATCH v5 04/54] aarch64: Add i.MX8 debug UART support
` [PATCH v5 05/54] Include our own include/dt-bindings
` [PATCH v5 06/54] mci: imx-esdhc: use dma mapping functions
` [PATCH v5 07/54] net: fec_imx: remove unnecessary DMA sync ops
` [PATCH v5 08/54] net: fec_imx: Use dma mapping functions
` [PATCH v5 09/54] net: fec_imx: Make use of IS_ALIGNED
` [PATCH v5 10/54] clock: Add i.MX8MQ clock driver
` [PATCH v5 11/54] serial: i.MX: Add i.MX8 support
` [PATCH v5 12/54] mmc: i.MX esdhc: "
` [PATCH v5 13/54] gpio: i.MX: Add i.MX8mq support
` [PATCH v5 14/54] ARM: i.MX: ocotp: Add i.MX8MQ support
` [PATCH v5 15/54] ARM: i.MX: Split shared CCM code into a separate file
` [PATCH v5 16/54] ARM: i.MX: Add IOMUX pad constants for i.MX8
` [PATCH v5 17/54] ARM: i.MX: Add basic CCM "
` [PATCH v5 18/54] ARM: Add constants and helpers for system counter interface
` [PATCH v5 19/54] clocksource: armv8-timer: Convert explicit assembly into helpers
` [PATCH v5 20/54] ARM: i.MX8: Initialize system counter
` [PATCH v5 21/54] ARM: i.MX: boot: Fix address casting on 64-bit platforms
` [PATCH v5 22/54] ARM: boot: Add trivial i.MX8 support
` [PATCH v5 23/54] ARM: i.MX: xload-esdhc: Rework to make code be less i.MX6-specific
` [PATCH v5 24/54] ARM: i.MX: xload-esdhc: Allow custom buffer address, device offset
` [PATCH v5 25/54] ARM: i.MX: xload-esdhc: Add support for i.MX8
` [PATCH v5 26/54] pinctrl: i.MX: "
` [PATCH v5 27/54] Documentation: imx: Change block size for 'dd' to 1024
` [PATCH v5 28/54] Documentation: i.MX: Add missing <soctype>
` [PATCH v5 29/54] clocksource: armv8-timer: Make armv8_clocksource_read() static
` [PATCH v5 30/54] clocksource: armv8-timer: Make use of postcore_platform_driver()
` [PATCH v5 31/54] Port <linux/iopoll.h> from U-Boot
` [PATCH v5 32/54] common/clock: Move delay and timeout functions to lib/
` [PATCH v5 33/54] clock: Use udelay() to implement mdelay()
` [PATCH v5 34/54] ARM: i.MX8: Add DDRC PHY and DDR CTL base addresses
` [PATCH v5 35/54] Kbuild: Add $(quote)
` [PATCH v5 36/54] Add builtin firmware support
` [PATCH v5 37/54] ARM: i.MX8: Add DDRC PHY support code
` [PATCH v5 38/54] ARM: Specify HAVE_PBL_IMAGE for CPU_64
` [PATCH v5 39/54] ARM: lib64: Make string functions aware of MMU configuration
` [PATCH v5 40/54] ARM: mmu: Make use of dsb() and isb() helpers
` [PATCH v5 41/54] ARM: cache: Remove unused cache ops struct
` [PATCH v5 42/54] ARM: no-mmu: Disable building for ARMv8
` [PATCH v5 43/54] ARM: interrupts64: Include ESR value in exception traceback
` [PATCH v5 44/54] ARM: mmu64: Trivial code simplification
` [PATCH v5 45/54] ARM: mmu64: Make use of create_table()
` [PATCH v5 46/54] ARM: mmu64: Convert flags in arch_remap_range()
` [PATCH v5 47/54] ARM: include: dma: Add missing no-MMU stubs
` [PATCH v5 48/54] scripts: imx-image: Drop error return from write_dcd()
` [PATCH v5 49/54] scripts: imx-image: Limit v2 header size to HEADER_LEN
` [PATCH v5 50/54] scripts: imx-image: Use a loop to create multiple header copies
` [PATCH v5 51/54] scripts: imx-image: Share the code to write barebox header
` [PATCH v5 52/54] scripts: imx-image: Add i.MX8MQ support
` [PATCH v5 53/54] ARM: i.MX8: Add i.MX8mq EVK support
` [PATCH v5 54/54] ARM: Introduce imx_v8_defconfig

[PATCH v1] ARM: i.MX6SX SDB: drop deprecated DT overwrites
 2018-06-13 11:08 UTC 

[PATCH v2] ARM: VFxxx: Record cpu boot source as a part of startup
 2018-06-13  8:29 UTC  (4+ messages)

[PATCH] mvebu: create bbu handler for kwb images and use it on cubox
 2018-06-13  8:28 UTC  (3+ messages)
` [PATCH] fixup! "

[PATCH] Documentation: use https for Pengutronix services
 2018-06-13  8:26 UTC  (2+ messages)

[PATCH 00/14] VFxxx DCD fixes and improvements
 2018-06-13  7:58 UTC  (16+ messages)
` [PATCH 01/14] VFxxx: Remove stale code from DCD files
` [PATCH 02/14] VFxxx: Add common header for DDR IOMUX DCD configuration
` [PATCH 03/14] VFxxx: Add common DDR PHY DCD header
` [PATCH 04/14] VFxxx: Add common header for DDR clock setting DCD
` [PATCH 05/14] VFxxx: Add common DCD header for common DDR configuration
` [PATCH 06/14] VFxxx: Reconcile shared DDR DCD configuration with U-Boot
` [PATCH 07/14] VFxxx: Reconcile shared DDR DCD with memory datasheet
` [PATCH 08/14] VFxxx: zii-vf610-dev: Drop most custom DDRMC DCD code
` [PATCH 09/14] VFxxx: Initialize IOMUXC_DUMMY_DDRBYTE1/2 in default DDR DCD
` [PATCH 10/14] VFxxx: Reconcile shared DDR IOMUX DCD with schematic
` [PATCH 11/14] VFxxx: DCD: Remove CR151 initialization
` [PATCH 12/14] VFxxx: DCD: Drop initialization of CR139 - CR148
` [PATCH 13/14] VFxxx: DCD: Remove CR97, CR98 and CR99
` [PATCH 14/14] VFxxx: DCD: Remove read leveling and gate training delays

[PATCH v1] ARM: i.MX: esdctl: Add support for i.MX6SoloX's memory controller
 2018-06-13  7:51 UTC  (2+ messages)

[PATCH 0/6] i.MX BBU improvements and VFxxx support
 2018-06-13  7:50 UTC  (8+ messages)
` [PATCH 1/6] ARM: i.MX: bbu: Alias identical functions
` [PATCH 2/6] ARM: i.MX: bbu: Replace magic number with a constant
` [PATCH 3/6] ARM: i.MX: bbu: Share MMC code between i.MX51 and 53
` [PATCH 4/6] ARM: i.MX: bbu: Use pr_* functions for output
` [PATCH 5/6] ARM: i.MX: bbu: Add support for MMC on VFxxx
` [PATCH 6/6] ARM: i.MX: zii-vf610-spu3: Add support for BBU on eMMC

[PATCH 0/9] small nit-picks for the i.MX boards documentation
 2018-06-13  7:16 UTC  (2+ messages)

[PATCH v4 00/54] ARM: i.MX8MQ and EVK support
 2018-06-12 14:53 UTC  (28+ messages)
` [PATCH v4 03/54] ARM: Add i.MX8 support
` [PATCH v4 10/54] clock: Add i.MX8MQ clock driver
` [PATCH v4 16/54] ARM: i.MX: Add IOMUX pad constants for i.MX8
` [PATCH v4 17/54] ARM: i.MX: Add basic CCM "
` [PATCH v4 18/54] ARM: Add constants and helpers for system counter interface
` [PATCH v4 19/54] clocksource: armv8-timer: Convert explicit assembly into helpers
` [PATCH v4 20/54] ARM: i.MX8: Initialize system counter
` [PATCH v4 21/54] ARM: i.MX: boot: Fix address casting on 64-bit platforms
` [PATCH v4 22/54] ARM: boot: Add trivial i.MX8 support
` [PATCH v4 23/54] ARM: i.MX: xload-esdhc: Rework to make code be less i.MX6-specific
` [PATCH v4 24/54] ARM: i.MX: xload-esdhc: Allow custom buffer address, device offset
` [PATCH v4 29/54] clocksource: armv8-timer: Make armv8_clocksource_read() static
` [PATCH v4 30/54] clocksource: armv8-timer: Make use of postcore_platform_driver()
` [PATCH v4 39/54] ARM: lib64: Make string functions aware of MMU configuration
` [PATCH v4 46/54] ARM: mmu64: Convert flags in arch_remap_range()
` [PATCH v4 47/54] ARM: include: dma: Add missing no-MMU stubs
` [PATCH v4 48/54] scripts: imx-image: Drop error return from write_dcd()
` [PATCH v4 49/54] scripts: imx-image: Limit v2 header size to HEADER_LEN
` [PATCH v4 50/54] scripts: imx-image: Use a loop to create multiple header copies
` [PATCH v4 51/54] scripts: imx-image: Share the code to write barebox header
` [PATCH v4 52/54] scripts: imx-image: Add i.MX8MQ support
` [PATCH v4 53/54] ARM: i.MX8: Add i.MX8mq EVK support
` [PATCH v4 54/54] ARM: Introduce imx_v8_defconfig

page:  |  | latest

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