mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] mtd: core: Fix erase area alignment for non power of 2 erasesize
 2018-09-24 16:15 UTC 

[PATCH] ARM: i.MX: bbu: use full path name for mmcboot handler
 2018-09-24 13:46 UTC  (3+ messages)

[PATCH 1/2] environment: Allow default env path to be NULL
 2018-09-24 13:23 UTC  (3+ messages)
` [PATCH 2/2] environment: Do not use environment when overlapping with other partitions

[PATCH] ratp: select CMDLINE_EDITING
 2018-09-24 11:45 UTC 

[PATCH v2 1/3] clk: i.MX8MQ: Add missing IMX8MQ_CLK_TMU_ROOT clock
 2018-09-24  7:05 UTC  (4+ messages)
` [PATCH v2 2/3] aiodev: Port Linux driver for i.MX8MQ CPU thermal sensor
` [PATCH v2 3/3] ARM: i.MX8MQ: Add node for "

[PATCH v3 0/8] i.MX8MQ EVK miscellanea
 2018-09-24  7:00 UTC  (10+ messages)
` [PATCH v3 1/8] clk: i.MX8MQ: Bump refcounters of various important clocks
` [PATCH v3 2/8] ARM: i.MX8MQ: Add missing node for ECSPI1
` [PATCH v3 3/8] ARM: i.MX8MQ: Configure USDHC1,2 clocks
` [PATCH v3 4/8] ARM: i.MX8MQ: Configure FEC1 clocks
` [PATCH v3 5/8] ARM: nxp-imx8mq-evk: Add missing compatibility check
` [PATCH v3 6/8] ARM: nxp-imx8mq-evk: Add FEC's PHY configuration code
` [PATCH v3 7/8] ARM: i.MX: esdctl: Add memory size detection for i.MX8MQ
` [PATCH v3 8/8] ARM: nxp-imx8mq-evk: Make use of memory size detection code

[PATCH] .gitignore: Add .bin.gen.S files found firmware/
 2018-09-24  6:57 UTC  (2+ messages)

[PATCH 1/2] ARM: i.MX: Add ZII SCU2 Mezz Board
 2018-09-24  6:56 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX: Add ZII SCU3 ESB board

[PATCH 1/2] ARM: zii-vf610-dev: Convert CFU1 to use upstream DTS
 2018-09-24  6:54 UTC  (3+ messages)
` [PATCH 2/2] ARM: zii-vf610-dev: Convert SPU3 "

[PATCH 1/2] ARM: i.MX: boot: Make use of FIELD_GET() in imx51_get_boot_source()
 2018-09-24  6:54 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX: boot: Detect boot instance on i.MX51

[PATCH 0/8] mtd: work on mtdraw
 2018-09-24  6:52 UTC  (13+ messages)
` [PATCH 1/8] mtd: mtdraw: Simplify error path
` [PATCH 2/8] mtd: mtdraw: use dev_* for printing
` [PATCH 3/8] mtd: mtdraw: do not write empty buffers
` [PATCH 4/8] mtd: mtdraw: pass mtdraw around
` [PATCH 5/8] mtd: mtdraw: add raw page size to private data
` [PATCH 6/8] mtd: mtdraw: fail when writing fails
` [PATCH 7/8] mtd: mtdraw: replace "block" with "page"
` [PATCH 8/8] mtd: mtdraw: fix wrong alignment check

[PATCH] kfifo: roundup fifo size to next power of two
 2018-09-21 11:14 UTC 

mtd_peb_write broken on dataflash
 2018-09-21  9:46 UTC  (3+ messages)

[PATCH 1/3] clk: i.MX8MQ: Add missing IMX8MQ_CLK_TMU_ROOT clock
 2018-09-21  1:06 UTC  (4+ messages)
` [PATCH 2/3] aiodev: Port Linux driver for i.MX8MQ CPU thermal sensor
` [PATCH 3/3] ARM: i.MX8MQ: Add node for "

[PATCH v2 0/8] i.MX8MQ EVK miscellanea
 2018-09-20 23:22 UTC  (10+ messages)
` [PATCH v2 1/8] clk: i.MX8MQ: Bump refcounters of various important clocks
` [PATCH v2 2/8] ARM: i.MX8MQ: Add missing node for ECSPI1
` [PATCH v2 3/8] ARM: i.MX8MQ: Configure USDHC1,2 clocks
` [PATCH v2 4/8] ARM: i.MX8MQ: Configure FEC1 clocks
` [PATCH v2 5/8] ARM: nxp-imx8mq-evk: Add missing compatibility check
` [PATCH v2 6/8] ARM: nxp-imx8mq-evk: Add FEC's PHY configuration code
` [PATCH v2 7/8] ARM: i.MX: esdctl: Add memory size detection for i.MX8MQ
` [PATCH v2 8/8] ARM: nxp-imx8mq-evk: Make use of memory size detection code

[PATCH 0/8] i.MX8MQ EVK miscellanea
 2018-09-19 14:57 UTC  (11+ messages)
` [PATCH 1/8] clk: i.MX8MQ: Bump refcounters of various important clocks
` [PATCH 2/8] ARM: i.MX8MQ: Add missing node for ECSPI1
` [PATCH 3/8] ARM: i.MX8MQ: Configure USDHC1,2 clocks
` [PATCH 4/8] ARM: i.MX8MQ: Configure FEC1 clocks
` [PATCH 5/8] ARM: nxp-imx8mq-evk: Add missing compatibility check
` [PATCH 6/8] ARM: nxp-imx8mq-evk: Add FEC's PHY configuration code
` [PATCH 7/8] ARM: i.MX: esdctl: Add memory size detection for i.MX8MQ
` [PATCH 8/8] ARM: nxp-imx8mq-evk: Make use of memory size detection code

[PATCH 00/11] Switch ZII boards to use MMC boot partitions
 2018-09-19  7:54 UTC  (13+ messages)
` [PATCH 01/11] ARM: i.MX: bbu: Add support for v1 header to MMC boot handler
` [PATCH 02/11] ARM: i.MX51: bbu: Add a handler for MMC boot partitions
` [PATCH 03/11] ARM: i.MX: bbu: Check retrun value of getenv()
` [PATCH 04/11] ARM: i.MX: bbu: Convert devicefile to device name
` [PATCH 05/11] ARM: i.MX: bbu: Detect MMC before reading current boot partition
` [PATCH 06/11] ARM: VFxxx: bbu: Add a handler for MMC boot partitions
` [PATCH 07/11] dts: VFxxx: Add aliases for ESDHC controllers
` [PATCH 08/11] ARM: zii-vf610-dev: Switch MMC BBU to use boot partitions
` [PATCH 09/11] ARM: rdu2: "
` [PATCH 10/11] ARM: rdu1: Change BBU names to match RDU2
` [PATCH 11/11] ARM: rdu1: Switch MMC BBU to use boot partitions

[PATCH 0/7] non-coherent Rx buffers in FEC and some small fixes
 2018-09-19  7:41 UTC  (9+ messages)
` [PATCH 1/7] net: fec_imx: Drop extra indentation level by exiting early
` [PATCH 2/7] net: fec_imx: Don't check bd_status & FEC_RBD_ERR twice
` [PATCH 3/7] net: fec_imx: Read data_length only once
` [PATCH 4/7] net: fec_imx: Drop struct fec_frame
` [PATCH 5/7] net: fec_imx: Drop frame_length
` [PATCH 6/7] net: fec_imx: Make use of readx_poll_timeout() macros
` [PATCH 7/7] net: fec_imx: Do not use DMA coherent memory for Rx buffers

[PATCH 1/2] memtest: Adjust code for 64-bit architectures
 2018-09-19  7:32 UTC  (3+ messages)
` [PATCH 2/2] memtest: Make use of resource_size()

[PATCH] ARM: i.MX27: Fix NAND boot with newer gcc
 2018-09-18 15:40 UTC  (2+ messages)

[PATCH] ARM: Multi PBL: Fix image calculation for certain toolchains
 2018-09-18  7:34 UTC  (3+ messages)

[PATCH]: ARM/RK3188 radxa-rock sdcard boot env file: DTB location fix
 2018-09-18  6:08 UTC  (2+ messages)

Booting AM335x MLO from network no longer works
 2018-09-17 16:50 UTC  (4+ messages)
` [PATCH] ARM: omap: xload: Fix network boot filename

[PATCH 1/2] ARM: rdu2: config PMIC SW1AB and SW1C rails to 1.375
 2018-09-17 16:41 UTC  (3+ messages)
` [PATCH 2/2] ARM: rdu2: configure the USB port as OTG

RK3188 radxa-rock saveenv cmd not working
 2018-09-17 15:49 UTC 

[PATCH] usb: gadget: fastboot: detect device if not present
 2018-09-17 13:57 UTC 

[PATCH] ARM: i.MX28: Add APBH clk support
 2018-09-17 11:33 UTC  (2+ messages)

[PATCH] net: mdio: Do not warn about invalid PHY address
 2018-09-17 11:31 UTC 

Raspberry-pi.img is not generating
 2018-09-17 10:39 UTC  (2+ messages)

[PATCH v3 01/10] ARM: import opcode helpers from Linux kernel
 2018-09-17 10:34 UTC  (4+ messages)
` [PATCH v3 09/10] ARM: rpi: add raspberry pi 3 support

[PATCH v2 0/7] RATP i2c and GPIO support
 2018-09-17  7:50 UTC  (9+ messages)
` [PATCH v2 1/7] ratp: implement i2c read/write support
` [PATCH v2 2/7] bbremote: "
` [PATCH v2 3/7] ratp: implement support for GPIO commands
` [PATCH v2 4/7] bbremote: implement support for GPIO operations
` [PATCH v2 5/7] ratp: use __packed instead of the full form
` [PATCH v2 6/7] ratp: use pr_ macros to print messages
` [PATCH v2 7/7] ratp: fix incorrect whitespaces in method calls

[PATCH for master 0/2] MIPS and PCI-related fixes
 2018-09-17  7:32 UTC  (4+ messages)
` [PATCH for master 1/2] MIPS: fix PCI quirk infrastructure build
` [PATCH for master 2/2] pci_of_match_device: don't crash on MIPS Malta

[PATCH] checkpatch: don't check TODO file presence
 2018-09-17  7:31 UTC  (2+ messages)

rk3188 (radxa rock pro) boot failure w/ barebox 2018-04 and later
 2018-09-17  7:30 UTC  (7+ messages)

[PATCH] ARM: Multi PBL: Fix image calculation for certain toolchains
 2018-09-17  7:29 UTC 

problems writing an fs image to a disk partition
 2018-09-12 15:06 UTC  (4+ messages)

RATP i2c and GPIO support
 2018-09-12  9:25 UTC  (4+ messages)
` [PATCH 1/4] ratp: implement i2c read/write support

[PATCH 1/2] fs: devfs: Create device files as character devices
 2018-09-12  7:09 UTC  (2+ messages)
` [PATCH 2/2] fs: devfs: fix r/w permissions

v2018.09.0
 2018-09-11  6:40 UTC 

unable to upload new file to tftp server
 2018-09-10 13:31 UTC  (3+ messages)

Re: [PATCH 09/10] ARM: rpi: add raspberry pi 3 support
 2018-09-10  9:47 UTC  (3+ messages)

[PATCH] ARM: phytec-phycard-imx27: Add debug UART support
 2018-09-10  8:05 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/5] ARM: imx: HAB improvements
 2018-09-07  8:39 UTC  (6+ messages)
` [PATCH 5/5] scripts: imx: Do not include autoconf.h

[PATCH] ARM: i.MX: make HAB certificate pathes explicitly overwritable
 2018-09-07  8:25 UTC 

[PATCH] arm: boards: phytec-som-am335x: Rename kernel image
 2018-09-07  6:24 UTC  (2+ messages)

[PATCH 0/2] add support for pca955x i2c led drivers
 2018-09-07  6:21 UTC  (4+ messages)
` [PATCH 1/2] led: add pca955x led support
` [PATCH 2/2] led: use max led value in case of led trigger

[PATCH v2] clk: i.MX: Port Linux clock tree for i.MX51 and i.MX53
 2018-09-06 15:59 UTC  (4+ messages)

[PATCH v2] net: dhcp: add global variable for retries
 2018-09-04  8:34 UTC  (3+ messages)

[PATCH 0/4] make imx-usb-loader usable for unknown device IDs
 2018-09-04  8:21 UTC  (6+ messages)
` [PATCH 1/4] scripts: imx-usb-loader: rename imx_device() to imx_device_by_usb_id()
` [PATCH 2/4] scripts: imx-usb-loader: fail early if the USB device path does not match
` [PATCH 3/4] scripts: imx-usb-loader: allow use of unknown USB IDs
` [PATCH 4/4] scripts: imx-usb-loader: make i.MX6SoloX better to type

[PATCH v2] scripts imx-image: add support for newer versions of "cst"
 2018-09-04  8:12 UTC  (2+ messages)

[PATCH 00/18] crypto: caam: Pull CAAM support improvements from Linux
 2018-09-04  8:05 UTC  (10+ messages)
` [PATCH 10/18] crypto: caam - avoid double inclusion in desc_constr.h
  ` [PATCH 02/18] crypto: caam - fix warning in APPEND_MATH_IMM_u64
  ` [PATCH 04/18] crypto: caam - handle core endianness != caam endianness
  ` [PATCH 06/18] crypto: caam - fix sparse warnings
  ` [PATCH 09/18] crypto: caam - constify pointer to descriptor buffer
  ` [PATCH 15/18] crypto: caam - do not use mem and emi_slow clock for imx7x
  ` [PATCH 16/18] crypto: caam - sync desc.h with Linux

[PATCH 0/3] extend dhcp functionality
 2018-09-04  7:02 UTC  (4+ messages)
` [PATCH 3/3] net: dhcp: add global variable for retries

[PATCH 0/4] Kindle i.MX50 improvements
 2018-09-04  6:46 UTC  (6+ messages)
` [PATCH 1/4] pinctrl: imx-iomux-v3: fix compiler warning

[PATCH 1/2] bbu: Look for default handler in barebox_update_handler_exists()
 2018-09-04  6:35 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