mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] ARM: i.MX: rdu2: Make use of imx_setup_pad()
 2018-06-21 10:56 UTC  (2+ messages)

[PATCH] ARM: i.MX: babbage: Make use of imx_setup_pad()
 2018-06-21 10:55 UTC  (2+ messages)

[PATCH v2 0/4] ZII RDU1 support
 2018-06-20 19:24 UTC  (5+ messages)
` [PATCH v2 1/4] ARM: babbage: Make PMIC initialization shareable
` [PATCH v2 2/4] bbu: Make bbu_find_handler_by_device() public
` [PATCH v2 3/4] ARM: i.MX: bbu: Make imx_bbu_internal_v1_update() public
` [PATCH v2 4/4] ARM: i.MX: Add support for ZII RDU1 board

[PATCH 1/2] ARM: babbage: Make PMIC initialization shareable
 2018-06-20 18:13 UTC  (10+ messages)
` [PATCH 2/2] ARM: i.MX: Add support for ZII RDU1 board

[PATCH] ARM: rdu2: program e1000 iNVM
 2018-06-20 18:08 UTC  (2+ messages)

[PATCH] MIPS: dts: drop skeleton.dtsi
 2018-06-20 15:00 UTC  (5+ messages)

[PATCH v2] video: backlight: add slew time parameter
 2018-06-20  9:47 UTC 

[PATCH] mmc_extcsd command: Add cmd option to set bkops-enable
 2018-06-19 13:25 UTC  (2+ messages)

[PATCH] ARM: dts: advantech-rom-7421: add hog pinctrl node
 2018-06-19 13:23 UTC  (2+ messages)

[PATCH 00/27] Console code consolidation
 2018-06-19  6:44 UTC  (45+ 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 1/5] console: add missing newline conversion for putc_ll
 2018-06-19  6:41 UTC  (5+ messages)
` [PATCH 2/5] console: remove duplicate newline conversion
` [PATCH 3/5] console_simple: Remove duplicated "
` [PATCH 4/5] console_simple: Fix "
` [PATCH 5/5] console_simple: add newline conversion for putc_ll case

[PATCH 0/5] fix/quiesce dtc warnings
 2018-06-19  6:09 UTC  (6+ messages)
` [PATCH 1/5] ARM: dts: use stdout-path property
` [PATCH 2/5] console: Update description for global.linux.bootargs.console
` [PATCH 3/5] ARM: dts: remove @0 from environment nodes
` [PATCH 4/5] ARM: dts: imx6q-var-custom: remove some accidently pasted text
` [PATCH 5/5] dtc: Disable some warnings

[PATCH] video: Port RAVE SP backlight driver from Linux kernel
 2018-06-19  5:46 UTC 

[PATCH] nvmem: Port RAVE SP EEPROM driver from Linux kernel
 2018-06-19  5:45 UTC 

[PATCH] nand-bb: mtd_del_bb: fix missing pointer reset
 2018-06-18 20:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1 0/2] ELF fixes
 2018-06-18 20:53 UTC  (4+ messages)
` [PATCH v1 1/2] fixup! add basic ELF parser
` [PATCH v1 2/2] fixup! MIPS: bootm: add ELF handler

[PATCH] scripte: mxsimage: Allow unencrypted images
 2018-06-18 13:39 UTC  (2+ messages)

[PATCH 1/3] ARM: psci: Remove unused code in psci_entry()
 2018-06-18  6:59 UTC  (4+ 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()

[PATCH v4 0/3] MIPS: provide basic ELF support
 2018-06-16  8:12 UTC  (4+ messages)
` [PATCH v4 2/3] add basic ELF parser

[PATCH v7 00/10] ARM: i.MX8MQ and EVK support
 2018-06-15 12:24 UTC  (13+ 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

[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  (47+ messages)
` [PATCH v5 03/54] ARM: Add i.MX8 support
` [PATCH v5 10/54] clock: Add i.MX8MQ clock driver
` [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 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 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 25/54] ARM: i.MX: xload-esdhc: Add support for i.MX8
` [PATCH v5 26/54] pinctrl: i.MX: "
` [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  (2+ messages)

[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  (2+ messages)

[PATCH 0/9] small nit-picks for the i.MX boards documentation
 2018-06-13  7:16 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