mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] serial: ns16550: support reg-offset device-tree property
 2019-07-02  6:17 UTC  (2+ messages)

[PATCH] mfd: syscon: add syscon_regmap_lookup_by_phandle()
 2019-07-02  6:15 UTC  (2+ messages)

[PATCH 1/3] clk: divider: Remove unused variable in clk_divider_recalc_rate
 2019-07-02  6:15 UTC  (4+ messages)
` [PATCH 2/3] clk: divider: Fix best div calculation for power-of-two and table dividers
` [PATCH 3/3] clk: divider: Make generic for usage elsewhere

[PATCH 00/13] HAB for i.MX8MQ
 2019-07-02  5:47 UTC  (21+ messages)
` [PATCH 01/13] hab: implement interface "
` [PATCH 02/13] mach-imx: enable HAB on i.MX8MQ
` [PATCH 03/13] arm: lib: add CSF section between PBL and piggy
` [PATCH 04/13] esdhc-pbl: extract header parsing from image start
` [PATCH 05/13] esdhc-pbl: add piggy load function
` [PATCH 06/13] sections: fix macro for barebox_pbl_size
` [PATCH 07/13] scripts: imx: support signing for i.MX8MQ
` [PATCH 08/13] images: always build sha256sum into pbl
` [PATCH 09/13] pbl: add sha256 and piggy verification to PBL
` [PATCH 10/13] arm: uncompress: verify sha256 if enabled
` [PATCH 11/13] mach-imx: add gencsf header for i.MX8MQ
` [PATCH 12/13] mach-imx: hab: select piggy verification for i.MX8
` [PATCH 13/13] boards: nxp-mx8-evk: rework to different boot flow

[PATCH v2] treewide: remove CONFIG_DEBUG_INFO from defconfigs
 2019-07-01 12:41 UTC  (6+ messages)

[PATCH] mips: reloc: remove outdated comment
 2019-07-01  7:44 UTC 

[PATCH] MIPS: reloc: make flush_cache_all() usable
 2019-07-01  7:41 UTC  (4+ messages)

[PATCH 1/3] ARM: socfpga: terasic-de0-nano-soc: update handoff files to 18.1
 2019-06-30 11:16 UTC  (3+ messages)
` [PATCH 2/3] ARM: socfpga: terasic-de0-nano-soc: add missing SECT() macro for iocsr_scan_chain3_table
` [PATCH 3/3] ARM: socfpga: terasic-de0-nano-soc: statify sys_mgr_init_table

[RFC] sandbox: prevent segfault in tap_alloc()
 2019-06-28  9:04 UTC  (4+ messages)

bugfix: _barebox_image_size wrong if enable
 2019-06-27 10:30 UTC  (7+ messages)

[PATCH] ARM: rpi: use sdhost for eMMC access on CM3
 2019-06-27  9:07 UTC  (2+ messages)

[PATCH v4 0/2] add JTAG debugging support
 2019-06-27  9:05 UTC  (4+ messages)
` [PATCH v4 1/2] add CONFIG_PBL_BREAK option
` [PATCH v4 2/2] add gdb helper scripts to load barebox symbols

load BL31 on imx8mm and imx8mq
 2019-06-26 13:12 UTC  (5+ messages)
  ` AW: "

[PATCH 1/2] i.MX: HABv4: use min_t instead of min
 2019-06-26  7:03 UTC  (3+ messages)
` [PATCH 2/2] i.MX: HABv4: Reset index variable after error type

[PATCH] images: update gitignore for imx signed images
 2019-06-26  7:01 UTC  (2+ messages)

[PATCH 01/10] ARM: i.MX: zii-vf610-dev-rev-b: Use SPDX tag in DTS
 2019-06-26  6:57 UTC  (11+ messages)
` [PATCH 02/10] ARM: i.MX: zii-vf610-dev-rev-c: "
` [PATCH 03/10] ARM: i.MX: zii-vf610-dev-rev-b: Fix DTS warning
` [PATCH 04/10] ARM: i.MX: zii-vf610-dev-rev-c: "
` [PATCH 05/10] Documentation: zii-vf610-dev: Add necessary post reset delay
` [PATCH 06/10] Documentation: zii-vf610-dev: Reconcile DDR setup with DCD
` [PATCH 07/10] Documentation: zii: Fix buggy check_bits_set_32
` [PATCH 08/10] ARM: Rename zii-imx7d-rpu2 to zii-imx7d-dev
` [PATCH 09/10] ARM: imx7d-zii-rpu2: Switch to using kernel DTS
` [PATCH 10/10] ARM: zii-imx7d-dev: Add support for RMU2 board

[PATCH 0/4] MIPS: misc patches
 2019-06-26  6:55 UTC  (8+ messages)
` [PATCH 1/4] MIPS: Kconfig: move ARCH_TEXT_BASE to top mips Kconfig file
` [PATCH 2/4] Documentation: user manual: update MIPS-specific targets
` [PATCH 3/4] serial: ar933x: set linux_console_name
` [PATCH 4/4] MIPS: dts: tplink-mr3020: add missing stdout-path property

[PATCH] i2c: gpio: fix sda/scl-gpios property support
 2019-06-26  6:42 UTC  (2+ messages)

Bringup Barebox on imx8mm
 2019-06-25  9:12 UTC  (4+ messages)

[PATCH] images: ignore i.MX signed (USB) images and outputs of imx-csf tool
 2019-06-24 12:30 UTC  (4+ messages)

[RFC 0/2] MIPS: fix code relocation routine
 2019-06-20 14:34 UTC  (5+ messages)
` [RFC 1/2] MIPS: lib/Makefile: fix whitespaces
` [RFC 2/2] MIPS: relocate_code: fix barebox image memcpy() size

[PATCH v1 00/12] ARM: stm32mp: add drivers for GPIO, pinctrl
 2019-06-20 14:32 UTC  (16+ messages)
` [PATCH v1 01/12] ARM: dts: stm32mp157a-dk1.dts: include upstream dts before barebox'
` [PATCH v1 02/12] ARM: dts: stm32mp: factor out common DK nodes into dtsi
` [PATCH v1 03/12] gpiolib: add gpio_get_chip helper
` [PATCH v1 04/12] driver: add stubs for hardware spinlocks
` [PATCH v1 05/12] pinctrl: add driver for STM32 GPIO and pin multiplexer
` [PATCH v1 06/12] ARM: dts: stm32mp157a-dk1: enable heartbeat and error LEDs
` [PATCH v1 07/12] ARM: stm32mp: turn on GPIO related options
` [PATCH v1 08/12] ARM: stm32mp157c-dk2: add board-specific sysconf fixups
` [PATCH v1 09/12] ARM: psci: fix erroneous call of ->system_reset on system_off
` [PATCH v1 10/12] ARM: sm: move get_gicd_base_address to header for reuse
` [PATCH v1 11/12] ARM: stm32mp: implement PSCI support
` [PATCH v1 12/12] ARM: stm32mp157c-dk2: boot kernel in nonsecure mode

[PATCH] treewide: remove CONFIG_DEBUG_INFO from defconfigs
 2019-06-20  8:19 UTC 

[PATCH v3 0/4] ARM: stm32mp: implement watchdog/reset handling
 2019-06-19  9:02 UTC  (7+ messages)
` [PATCH v3 1/4] ARM: stm32mp1: rerun savedefconfig on stm32mp_defconfig
` [PATCH v3 2/4] Documentation: reset-reason: document new BROWNOUT reason
` [PATCH v3 3/4] watchdog: add stm32 watchdog and reset driver
` [PATCH v3 4/4] ARM: stm32mp: enable watchdog in defconfig

[PATCH] kconfig: update to Linux 5.2-rc4
 2019-06-19  8:11 UTC  (8+ messages)

[PATCH 0/4] Overall small fixes
 2019-06-18 13:15 UTC  (9+ messages)
` [PATCH 1/4] ARM: phytec-som-imx6: update automount net entries
` [PATCH 2/4] defaultenv-2: net: fix comment
` [PATCH 3/4] commands: mmc_extcsd: fix extcsd value meanings
` [PATCH 4/4] i2c: gpio: add sda/scl-gpios property support

Raspberry CM3 eMMC Boot
 2019-06-18 12:17 UTC  (4+ messages)

[PATCH] Documentation: user: suggest U-Boot's bootm, not go
 2019-06-18  8:01 UTC  (2+ messages)

[PATCH 0/2] Fix machine-id operation
 2019-06-17 18:06 UTC  (5+ messages)
` [PATCH 1/2] common: boot: Instantiate storage for global.boot.machine_id
` [PATCH 2/2] common: blspec: Both environment and config file machine-id must match

[PATCH v2 0/6] ARM: stm32mp: implement watchdog/reset handling
 2019-06-17 15:37 UTC  (13+ messages)
` [PATCH v2 1/6] ARM: stm32mp1: rename to stm32mp
` [PATCH v2 2/6] reset_source: add new Brownout reset (BOR) source
` [PATCH v2 3/6] watchdog: add stm32 watchdog and reset driver
` [PATCH v2 4/6] ARM: stm32mp: enable watchdog in oftree and defconfig
` [PATCH v2 5/6] ARM: stm32mp: stm32mp157c-dk2: compress the DTB
` [PATCH v2 6/6] ARM: stm32mp: add entry point, not point.pblb to pblb-y

[PATCH] usb: usb251xb: fix optional reset gpio request
 2019-06-17 12:25 UTC  (2+ messages)

[PATCH] ARM: zii-vf610-dev: Trivial spelling fix
 2019-06-17 12:23 UTC  (2+ messages)

[PATCH] pcf857x: fix CONFIG_OF to OFDEVICE
 2019-06-17 12:22 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Add support for ISSI flashes from Linux
 2019-06-17 12:14 UTC  (2+ messages)

[RFC] request_sdram_region: print error message
 2019-06-17 12:12 UTC  (2+ messages)

[PATCH] MIPS: fix 'assignment makes integer from pointer without a cast' warning
 2019-06-17  7:07 UTC  (2+ messages)

Strange behaviour of 'exit' command
 2019-06-13  7:18 UTC  (2+ messages)

[PATCH] pbl: report decompression failure
 2019-06-13  6:26 UTC  (2+ messages)

[PATCH] kbuild: do not drop -I without parameter
 2019-06-13  6:25 UTC  (2+ messages)

[PATCH] treewide: remove stale mentions of CONFIG_OF in comments
 2019-06-13  6:17 UTC  (2+ messages)

[PATCH v2] commands: don't use stale errno when calling fb_open
 2019-06-13  6:15 UTC  (2+ messages)

[PATCH 1/4] plathome-openblocks-a6: use image format 0
 2019-06-13  6:14 UTC  (2+ messages)

[PATCH] startup: execute /env/bin/init as part of the initial shell
 2019-06-13  5:57 UTC  (2+ messages)

[PATCH] startup: Do not overwrite global.linux.bootargs.console
 2019-06-12  9:56 UTC  (2+ messages)

Environment variables set by /env/bin/init disappear when script exits
 2019-06-12  6:32 UTC  (3+ messages)

[PATCH] ARM: zii-rdu2: disable eth0 and eth1
 2019-06-11 18:11 UTC  (5+ messages)

v2019.06.0
 2019-06-11  9:36 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