mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/16]
 2018-10-08  6:35 UTC  (15+ messages)
` [PATCH 01/16] ARM: Do not expose ARMv8 functions on ARMv7
` [PATCH 02/16] clocksource: Add ARM global timer support
` [PATCH 03/16] i.MX: Move GPT driver to drivers/clocksource
` [PATCH 04/16] clocksource: Introduce ARCH_HAS_IMX_GPT
` [PATCH 05/16] of: Demote "Bad cell count for" to debug
` [PATCH 07/16] linux: string: Port kbasename()
` [PATCH 08/16] of: Port latest of_device_make_bus_id() implementation
` [PATCH 09/16] mdio_bus: Fix documentation for mdio_bus_match()
` [PATCH 10/16] include: linux: phy: Add missing PHY_INTERFACE_* constants
` [PATCH 11/16] include: linux: ethtool: Add missing *_UNKNOWN constants
` [PATCH 12/16] net: phy: Check phy_mask in get_phy_device()
` [PATCH 13/16] mdio_bus: Allow for non PHY-devices on MDIO buses
` [PATCH 15/16] net: phy: mv88e6xxx: Port EEPROM support code
` [PATCH 16/16] net: phy: mv88e6xxx: Add support for MAC ports

[PATCH v2 0/4] Additional error checking for barebox_update
 2018-10-08  6:35 UTC  (5+ messages)
` [PATCH v2 1/4] bbu: Expose bbu_find_handler_by_*() functions
` [PATCH v2 2/4] bbu: Add "handler" parameter to barebox_update()
` [PATCH v2 3/4] bbu: command: Make sure specified update handler exists
` [PATCH v2 4/4] bbu: Simplify bbu_find_handler_by_device()

[PATCH v2 0/6] ZII RPU2 i.MX7D board support
 2018-10-08  6:34 UTC  (7+ messages)
` [PATCH v2 1/6] ARM: i.MX: esdctl: Add memory size detection for i.MX7D
` [PATCH v2 2/6] ARM: freescale-mx7-sabresd: Make use of imx7d_barebox_entry()
` [PATCH v2 3/6] i.MX7D: DCD: Create shared DDR configuration header
` [PATCH v2 4/6] ARM: i.MX7: bbu: Add MMC boot handler
` [PATCH v2 5/6] ARM: i.MX7: bbu: Add I2C and SPI handler
` [PATCH v2 6/6] i.MX: Add support for ZII's i.MX7D-based RPU2 board

[PATCH 1/2] ARM: rdu2: Remove now redundant RAVE SP properties/nodes
 2018-10-08  6:33 UTC  (2+ messages)
` [PATCH 2/2] ARM: rdu1: "

[PATCH] arm: crypto: fix SHA256 shipped assembler code
 2018-10-05 12:30 UTC 

[PATCH] hab: Print events on info command
 2018-10-05  6:58 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] Additional error checking for barebox_update
 2018-10-04 20:38 UTC  (6+ messages)
` [PATCH 1/3] bbu: Expose bbu_find_handler_by_*() functions
` [PATCH 2/3] bbu: command: Make sure specified update handler exists
` [PATCH 3/3] bbu: Simplify bbu_find_handler_by_device()

[PATCH 0/6] ZII RPU2 i.MX7D board support
 2018-10-04 20:37 UTC  (9+ messages)
` [PATCH 1/6] ARM: i.MX: esdctl: Add memory size detection for i.MX7D
` [PATCH 2/6] ARM: freescale-mx7-sabresd: Make used of imx7d_barebox_entry()
` [PATCH 3/6] i.MX7D: DCD: Create shared DDR configuration header
` [PATCH 4/6] ARM: i.MX7: bbu: Add MMC boot handler
` [PATCH 5/6] ARM: i.MX7: bbu: Add I2C and SPI handler
` [PATCH 6/6] i.MX: Add support for ZII's i.MX7D-based RPU2 board

[PATCH 00/14] UBIFS update
 2018-10-03 20:50 UTC  (16+ messages)
` [PATCH 01/14] Add linux/slab.h
` [PATCH 02/14] Add kmemdup
` [PATCH 03/14] Add more mutex no-ops
` [PATCH 04/14] fs: let dir_emit_dots return int
` [PATCH 05/14] fs: Add fscrypt no-op headers
` [PATCH 06/14] fs: Add SB_* flags
` [PATCH 07/14] fs: implement file_inode
` [PATCH 08/14] fs: implement iget_locked and iget_failed
` [PATCH 09/14] fs: implement clear_nlink and set_nlink
` [PATCH 10/14] fs: ubifs: remove not needed code
` [PATCH 11/14] compiler: Update to v4.19-rc6
` [PATCH 12/14] vsprintf: implement %pV
` [PATCH 13/14] ubifs: Update to v4.18-rc6
` [PATCH 14/14] fs: ubifs: optionally allow to mount UBIFS images with encrypted files

[PATCH] fs: fix NULL pointer dereference in ramfs_truncate
 2018-10-03 11:42 UTC 

[PATCH v2 1/2] mci: drop unused parameter from mci_switch()
 2018-10-02  9:03 UTC  (5+ messages)
` [PATCH v2 2/2] mci: implement command to switch a mmc device to enhanced mode
  ` [PATCH v2] "

[PATCH 1/6] dts: achilles: add state for bootchooser
 2018-10-02  7:23 UTC  (7+ messages)
` [PATCH 2/6] barebox: move mmc partitions to partitions subnode
` [PATCH 3/6] ARM: socfpga: achilles: move partitions to free disk space
` [PATCH 4/6] ARM: socfpga: achilles: bitstream will not exceed 32M
` [PATCH 5/6] ARM: socfpga: achilles: let bootchooser boot from system0 initially
` [PATCH 6/6] ARM: dts: socfpga: achilles: enable second ethernet port

[PATCH] e1000/flash: Increased erase timeout
 2018-10-02  6:55 UTC  (2+ messages)

[PATCH] usb: gadget: fastboot: fix downoading files of wMaxPacketSize bytes
 2018-10-01  8:37 UTC  (4+ messages)

[PATCH] fs: ubifs: Do not free memory not allocated by ubifs
 2018-09-28  6:37 UTC 

[PATCH] fs: ramfs: make chunk counting in truncate() better readable
 2018-09-27  7:25 UTC  (4+ messages)

[PATCH v2] fs: improve ramfs_truncate speed
 2018-09-26 11:08 UTC 

[PATCH 1/2] fs: open: Do not forget to set errno
 2018-09-26  8:25 UTC  (2+ messages)
` [PATCH 2/2] fs: stat: "

[PATCH] fs: improve ramfs_truncate speed
 2018-09-26  8:12 UTC  (2+ messages)

[PATCH] fs: ramfs: Free data when file is unlinked
 2018-09-26  7:56 UTC 

[PATCH] state: backend_bucket_circular: fix for non power of 2 writesize
 2018-09-26  6:57 UTC  (2+ messages)

[PATCH] spi: atmel_spi: fix duplicate const warning
 2018-09-26  6:56 UTC  (2+ messages)

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

[PATCH] ratp: select CMDLINE_EDITING
 2018-09-26  6:48 UTC  (2+ messages)

[PATCH 0/3] i.MX6 NAND boot ROM workarounds
 2018-09-25  7:58 UTC  (4+ messages)
` [PATCH 1/3] imx-bbu-nand-fcb: Improve error message
` [PATCH 2/3] imx-bbu-nand-fcb: Workaround ROM not being able to handle bad blocks properly
` [PATCH 3/3] imx-bbu-nand-fcb: Workaround ROM checking fingerprint before correcting bitflips

[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 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  (7+ messages)
` [PATCH 1/7] net: fec_imx: Drop extra indentation level by exiting early
` [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  (2+ messages)

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

[PATCH]: ARM/RK3188 radxa-rock sdcard boot env file: DTB location fix
 2018-09-18  6:08 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