mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/5] i.MX habv4: decode error/warning events and support new CST version
 2018-08-27 15:14 UTC  (6+ messages)
` [PATCH 1/5] i.MX habv4: properly indent defines and enums
` [PATCH 2/5] i.MX habv4: convert habv4_get_status() and habv4_display_event() from printf to pr_err()
` [PATCH 3/5] i.MX habv4: habv4_get_status(): display warning events, too
` [PATCH 4/5] i.MX habv4: habv4_display_event_record(): Add function to decode event record
` [PATCH 5/5] scripts imx-image: add support for newer versions of "cst"

[PATCH] commands: of_property: do not free data in general
 2018-08-27 14:57 UTC  (2+ messages)

[PATCH] ARM: phytec-phycard-imx27: Add debug UART support
 2018-08-27 14:45 UTC  (7+ messages)

[PATCH 0/6] i.MX51 RDU1 and Babbage USB fixes
 2018-08-27  9:15 UTC  (10+ messages)
` [PATCH 1/6] clk: i.MX: Port Linux clock tree for i.MX51 and i.MX53
` [PATCH 2/6] ARM: imx51-zii-rdu1: Swtich to using Linux clock tree
` [PATCH 3/6] ARM: freescale-mx51-babbage: "
` [PATCH 4/6] ARM: freescale-mx51-babbage: Add USBH1 PHY reset sequence
` [PATCH 5/6] dts: imx51-babbage: Add USBH1 iomux configuration
` [PATCH 6/6] ARM: imx51-zii-rdu1: Add USBH1,2 "

RATP i2c and GPIO support
 2018-08-27  9:09 UTC  (11+ messages)
` [PATCH 1/4] ratp: implement i2c read/write support
` [PATCH 2/4] bbremote: "
` [PATCH 3/4] ratp: implement support for GPIO commands
` [PATCH 4/4] bbremote: implement support for GPIO operations

[PATCH 0/3] i.MX8 malloc pool position and 32-bit only DMA
 2018-08-27  9:06 UTC  (7+ messages)
` [PATCH 1/3] mci: imx-esdhc: Bail out if DMA address is larger than 32-bits
` [PATCH 2/3] net: fec: "
` [PATCH 3/3] ARM: start: Place malloc pool within 32-bit address space

[PATCH] imx{5,6}: reset otg port after usb-serial boot
 2018-08-27  8:29 UTC  (10+ messages)

[PATCH] bootsource: handle SPI-NOR in the same way as SPI-EEPROM
 2018-08-27  7:23 UTC  (2+ messages)

[PATCH 1/2] scripts: imx: Add support for signed HDMI firmware
 2018-08-27  7:21 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX: xload: "

[PATCH] ARM: i.MX5 clock: add clock provider support
 2018-08-25 21:01 UTC  (2+ messages)

[PATCH 0/5] include/linux/log2.h warning fix
 2018-08-24  8:23 UTC  (7+ messages)
` [PATCH 1/5] log2: make order_base_2() behave correctly on const input value zero
` [PATCH 2/5] give up on gcc ilog2() constant optimizations
` [PATCH 3/5] log2: Use fls_long() in __roundup_pow_of_two()
` [PATCH 4/5] linux/log2.h: fix kernel-doc notation
` [PATCH 5/5] scsi: ilog2: create truly constant version for sparse

[PATCH] ARM: mmu64: Don't flush freshly invalidated region
 2018-08-24  8:12 UTC  (2+ messages)

[PATCH v2 00/24] i.MX BBU improvements and bugfixes
 2018-08-24  8:09 UTC  (26+ messages)
` [PATCH v2 01/24] ARM: i.MX: bbu: Remove unused define
` [PATCH v2 02/24] filetype: Add arch/ to include path
` [PATCH v2 03/24] filetype: Add code to detect i.MX image v1
` [PATCH v2 04/24] filetype: Add code to detect i.MX image v2
` [PATCH v2 05/24] ARM: i.MX: bbu: Move inner-image type check
` [PATCH v2 06/24] ARM: i.MX: bbu: Drop IMX_INTERNAL_FLAG_NAND
` [PATCH v2 07/24] ARM: i.MX: bbu: Consolidate various update helpers
` [PATCH v2 08/24] ARM: i.MX: bbu: Simplify imx53_bbu_internal_nand_register_handler()
` [PATCH v2 09/24] ARM: i.MX: bbu: Constify all 'devicefile' arguments
` [PATCH v2 10/24] ARM: i.MX: bbu: Detect which platforms need v2 i.MX header
` [PATCH v2 11/24] ARM: i.MX: bbu: Alias imx5*_bbu_internal_mmc_register_handler()
` [PATCH v2 12/24] ARM: i.MX: bbu: Alias imx5*_bbu_internal_spi_i2c_register_handler()
` [PATCH v2 13/24] ARM: i.MX: bbu: Move protect code into a separate routine
` [PATCH v2 14/24] ARM: i.MX: bbu: Adjust FLASH_HEADER_OFFSET_MMC for i.MX8MQ
` [PATCH v2 15/24] ARM: i.MX: bbu: Add support for SPI/I2C on VFxxx
` [PATCH v2 16/24] ARM: i.MX: zii-vf610-dev-rev-b/c: Add support for BBU on SPI-NOR
` [PATCH v2 17/24] ARM: i.MX: bbu: Add support for MMC on i.MX8MQ
` [PATCH v2 18/24] ARM: nxp-imx8mq-evk: Add eMMC BBU configuration
` [PATCH v2 19/24] libfile: Introduce pwrite_full()
` [PATCH v2 20/24] ARM: i.MX: bbu: Use pwrite_full() instead of pwrite()
` [PATCH v2 21/24] bbu: Remove logical negation in barebox_update_handler_exists()
` [PATCH v2 22/24] block: Do not ignore error in blk->ops->write()
` [PATCH v2 23/24] bbu: Report update failures explicitly
` [PATCH v2 24/24] bbu: command: Make sure specified update handler exists

[PATCH v4 0/3] Add Davicom phy + reset-gpios
 2018-08-24  8:03 UTC  (5+ messages)
` [PATCH v4 1/3] phylib: add Davicom PHY support
` [PATCH v4 2/3] phylib: add support for reset-gpios
` [PATCH v4 3/3] at91sam9263ek: add PHY, miitool etc. to config

[PATCH 00/22] i.MX BBU improvements and bugfixes
 2018-08-23 21:01 UTC  (40+ messages)
` [PATCH 01/22] ARM: i.MX: bbu: Remove unused define
` [PATCH 02/22] filetype: Add code to detect i.MX image v1
` [PATCH 03/22] filetype: Add code to detect i.MX image v2
` [PATCH 04/22] ARM: i.MX: bbu: Move inner-image type check
` [PATCH 05/22] ARM: i.MX: bbu: Drop IMX_INTERNAL_FLAG_NAND
` [PATCH 06/22] ARM: i.MX: bbu: Consolidate vairous update helpers
` [PATCH 07/22] ARM: i.MX: bbu: Simplify imx53_bbu_internal_nand_register_handler()
` [PATCH 08/22] ARM: i.MX: bbu: Constify all 'devicefile' arguments
` [PATCH 09/22] ARM: i.MX: bbu: Detect which platforms need v2 i.MX header
` [PATCH 10/22] ARM: i.MX: bbu: Alias imx5*_bbu_internal_mmc_register_handler()
` [PATCH 11/22] ARM: i.MX: bbu: Alias imx5*_bbu_internal_spi_i2c_register_handler()
` [PATCH 12/22] ARM: i.MX: bbu: Move protect code into a separate routine
` [PATCH 13/22] ARM: i.MX: bbu: Adjust FLASH_HEADER_OFFSET_MMC for i.MX8MQ
` [PATCH 14/22] ARM: i.MX: bbu: Add support for SPI/I2C on VFxxx
` [PATCH 15/22] ARM: i.MX: zii-vf610-dev-rev-b/c: Add support for BBU on SPI-NOR
` [PATCH 16/22] ARM: i.MX: bbu: Add support for MMC on i.MX8MQ
` [PATCH 17/22] ARM: nxp-imx8mq-evk: Add eMMC BBU configuration
` [PATCH 18/22] ARM: i.MX: bbu: Adjust error code check for pwrite()
` [PATCH 19/22] bbu: Remove logical negation in barebox_update_handler_exists()
` [PATCH 20/22] block: Do not ignore error in blk->ops->write()
` [PATCH 21/22] bbu: Report update failures explicitly
` [PATCH 22/22] bbu: command: Make sure specified update handler exists

[PATCH 1/2] clk: clk-sccg-pll: Remove leftover debug output
 2018-08-23  6:54 UTC  (6+ messages)
` [PATCH 2/2] clk: clk-sccg-pll: Drop prepare/unprepare for SCCG_PLL2

[PATCH v3 0/3] Add Davicom phy + reset-gpios
 2018-08-22 18:26 UTC  (8+ messages)
` [PATCH v3 1/3] phylib: add Davicom PHY support
` [PATCH v3 2/3] phylib: add support for reset-gpios
` [PATCH v3 3/3] at91sam9263ek: add PHY, miitool etc. to config

i2c master send/receive mode
 2018-08-22  7:37 UTC  (4+ messages)
` [PATCH 1/2] i2c_write: document master send mode
` [PATCH 2/2] i2c_read: implement support for master receive mode

[PATCH] bbremote: add missing 'md' packet handler
 2018-08-22  7:34 UTC  (2+ messages)

[PATCH] Revert "i.MX: Add provisions to boot from IRAM"
 2018-08-22  7:33 UTC  (2+ messages)

[PATCH] net: Do not route traffic to interfaces that are not up
 2018-08-22  7:20 UTC  (2+ messages)

[PATCH] include/common: Make use of ALIGN and ALIGN_DOWN
 2018-08-22  7:19 UTC  (2+ messages)

[PATCH] ARM: cache-l2x0: Make use of IS_ALIGNED and ALIGN_DOWN
 2018-08-22  7:19 UTC  (2+ messages)

[PATCH 1/2] ARM: imx: add fusemap entries for i.MX6SDL silicon revision >=1.4
 2018-08-21  7:42 UTC  (2+ messages)

[PATCH 1/3] ARM: dts: am335x: introduce new "stripped" common.dtsi for PBL use
 2018-08-21  7:22 UTC  (6+ messages)
` [PATCH 2/3] ARM: dts: update am335x-bone-common.dtsi to match kernel version
` [PATCH 3/3] ARM: dts: change am335x-bone-common.dtsi to include kernel variant directly

barebox-2018.07.2 and barebox-2018.08.1
 2018-08-21  7:20 UTC 

[PATCH] ARM: i.MX: Disable OTG controller during startup
 2018-08-21  7:02 UTC  (2+ messages)

ARM: dts: udpates for am335x-bone-common
 2018-08-17  6:28 UTC  (5+ messages)
` [PATCH 1/3] ARM: dts: am335x: introduce new "stripped" common.dtsi for PBL use
` [PATCH 2/3] ARM: dts: update am335x-bone-common.dtsi to match kernel version
` [PATCH 3/3] ARM: dts: change am335x-bone-common.dtsi to include kernel variant directly

[PATCH] nand command: fix null pointer when adding/deleting a bb device
 2018-08-17  6:18 UTC  (2+ messages)

[PATCH] ARM: MMU: fix wrong dma_flush_range in arm_create_pte()
 2018-08-16 21:30 UTC  (5+ messages)

[PATCH] scripts/dtc: Reenable fdtget
 2018-08-14  6:55 UTC  (3+ messages)
` [PATCH] scripts/dtc: add fdtget to .gitignore

[PATCH v3 00/14] MXS low-level improvements
 2018-08-14  6:55 UTC  (5+ messages)
` [PATCH v3 09/14] ARM: MXS: make power levels configurable in mx2*_power_init
` [PATCH v3 13/14] ARM: MXS: mxs_power_status: align output
` [PATCH v3 14/14] Documentation: MXS: general update and improvements

[PATCH] ARM: i.MX: freescale-mx6sx-sabresdb: Make ar8031_phy_fixup static
 2018-08-14  6:50 UTC  (5+ messages)

[PATCH] ARM: lib64: Properly handle unaligned addresses in string functions
 2018-08-13 14:16 UTC  (3+ messages)

[PATCH 0/6] i.MX8MQ boot source, reset reason, etc
 2018-08-13 14:15 UTC  (4+ messages)
` [PATCH 3/6] ARM: i.MX: boot: Rework boot source detection for i.MX7 and i.MX8MQ

page:  |  | latest

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