mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v3 0/12] Add basic support for arm64
 2016-06-28  7:01 UTC  (18+ messages)
` [PATCH v3 01/14] arm: add armv8 Kconfig entries
` [PATCH v3 02/14] arm: Makefile: rework makefile to handle armv8
` [PATCH v3 03/14] arm: introduce lib64 for arm64 related stuff
` [PATCH v3 04/14] arm: cpu: add arm64 specific code
` [PATCH v3 05/14] arm: include: system: add arm64 helper functions
` [PATCH v3 06/14] arm: cpu: start: arm64 does not support relocation
` [PATCH v3 07/14] arm: include: bitops: arm64 use generic __fls
` [PATCH v3 08/14] arm: include: system_info: add armv8 identification
` [PATCH v3 09/14] arm: cpu: cpuinfo: add armv8 support
` [PATCH v3 10/14] arm: cpu: disable code portion in armv8 case
` [PATCH v3 11/14] arm: cpu: add basic arm64 mmu support
` [PATCH v3 12/14] arm: boards: add mach-qemu and virt64 board
` [PATCH v3 13/14] arm: include: swab: use rigth assembly for armv8
` [PATCH v3 14/14] uimage: add define for ARM64 architecture

[PATCH v2 0/6] state: Refactor backend
 2016-06-28  6:55 UTC  (9+ messages)
` [PATCH v2 1/6] libfile: Change write_full to be have const buf
` [PATCH v2 2/6] state: Refactor state framework
` [PATCH v2 3/6] docs: Add/Update state documentation
` [PATCH v2 4/6] state: also append backend storage stridesize
` [PATCH v2 5/6] state: backend_storage_direct: also use cached data on write
` [PATCH v2 6/6] barebox-state: handle flush errno correctly

[PATCH 1/3] MIPS: ath79: pbl: add pbl_ar9331_wmac_enable macro
 2016-06-28  6:35 UTC  (4+ messages)
` [PATCH 2/3] MIPS: black-swift: pbl: init WMAC
` [PATCH 3/3] MIPS: tplink-mr3020: "

[PATCH] Do not rm the path from pbl-y target
 2016-06-28  5:57 UTC  (3+ messages)

[PATCH v2 1/4] commands: ubimkvol: Add option for static volumes
 2016-06-28  5:45 UTC  (5+ messages)
` [PATCH v2 2/4] mtd: UBI: Add support for updating "
` [PATCH v2 3/4] commands: ubi: Add ubiupdatevol command
` [PATCH v2 4/4] ARM: am335x_defconfig: Enable ubi fastmap and ubifs

[PATCH] eeprom: at24: Use xasprintf for small allocation
 2016-06-28  5:43 UTC 

[PATCH] eeprom: at24: fix discarding const qualifier
 2016-06-28  5:43 UTC 

[PATCH] mtd: ubi: Fix endless loop when moving PEB
 2016-06-28  5:26 UTC  (4+ messages)

[PATCH v3 1/4] GUI: Add a function to draw vertical/horizontal bars
 2016-06-28  4:27 UTC  (4+ messages)
` [PATCH v3 2/4] GUI: Add code to draw simple graphics
` [PATCH v3 3/4] video/edid: Move int_sqrt() out
` [PATCH v3 4/4] GUI: Add fbtest command

[PATCH] commands/Kconfig: Fix a typo
 2016-06-28  3:55 UTC  (11+ messages)
` [PATCH v2 1/4] GUI: Add a function to draw vertical/horizontal bars
` [PATCH v2 2/4] GUI: Add code to draw simple graphics
` [PATCH v2 3/4] GUI: Add fbtest command
` [PATCH v2 4/4] video/edid: Move int_sqrt() out

[PATCH] Add more files to .gitignore
 2016-06-27 13:06 UTC  (3+ messages)

[PATCH] ARM: boot: add prepend option for board specific ATAGs
 2016-06-27  9:05 UTC  (2+ messages)

[PATCH] ARM iMX53: avoid magic number addressing for internal RAM
 2016-06-27  9:04 UTC  (2+ messages)

[PATCH] Documentation: imx: external boot capable SOC list complete
 2016-06-27  9:03 UTC  (2+ messages)

[PATCH] ARM: imx_v7_defconfig: enable LED_GPIO_OF
 2016-06-27  9:02 UTC  (3+ messages)

[PATCH] fix IORESOURCE_MEM_xxx usage in dm9k driver
 2016-06-27  8:21 UTC  (5+ messages)

how much contents can put to root dir
 2016-06-27  8:03 UTC 

[PATCH] ARM: i.MX: Remove unised procedure imx25_setup_weimcs
 2016-06-27  6:53 UTC  (3+ messages)

[PATCH] spi: imx: Remove the use of property "fsl, spi-num-chipselects"
 2016-06-27  6:47 UTC  (2+ messages)

[PATCH] net: smc911x: Add parsing devicetree options
 2016-06-27  6:17 UTC  (2+ messages)

(no subject)
 2016-06-24 11:49 UTC  (19+ messages)
` [PATCH v2 01/12] arm: add armv8 Kconfig entries
` [PATCH v2 02/12] arm: Makefile: rework makefile to handle armv8
` [PATCH v2 03/12] arm: introduce lib64 for arm64 related stuff
` [PATCH v2 04/12] arm: cpu: add arm64 specific code
` [PATCH v2 05/12] arm: include: system: add arm64 helper functions
` [PATCH v2 06/12] arm: cpu: start: arm64 does not support relocation
` [PATCH v2 07/12] arm: include: bitops: arm64 use generic __fls
` [PATCH v2 08/12] arm: include: system_info: add armv8 identification
` [PATCH v2 09/12] arm: cpu: cpuinfo: add armv8 support
` [PATCH v2 10/12] arm: cpu: disable code portion in armv8 case
` [PATCH v2 11/12] arm: cpu: add basic arm64 mmu support
` [PATCH v2 12/12] arm: boards: add mach-qemu and virt64 board
` 

[PATCH 1/2] mtd: nand: Set ONFI function hooks earlier
 2016-06-24 11:21 UTC  (2+ messages)
` [PATCH 2/2] mtd: nand_mxs: Setup timing

[PATCH 1/2] defaultenv-2: select BOOTM
 2016-06-24  6:30 UTC  (5+ messages)
` [PATCH 2/2] mtd: fix mtdraw_erase stub signature

[PATCH 1/3] GUI: Add a function to draw solid rectangles
 2016-06-24  5:00 UTC  (16+ messages)
` [PATCH 2/3] GUI: Add code to draw simple graphics
` [PATCH 3/3] GUI: Add fbtest command

[PATCH 1/4] commands: ubimkvol: Add option for static volumes
 2016-06-23 14:00 UTC  (8+ messages)
` [PATCH 2/4] mtd: UBI: Add support for updating "
` [PATCH 3/4] commands: ubi: Add ubiupdatevol command
` [PATCH 4/4] ARM: am335x_defconfig: Enable ubi fastmap and ubifs

[RFC 0/1] am335x kernel not booting
 2016-06-23 11:44 UTC  (3+ messages)
` [RFC 1/1] ARM: bootm: recalculate decompression space

[PATCH] ppc: fix USPRG0 define
 2016-06-23  6:17 UTC  (2+ messages)

[PATCH] mtd: nand: simplify nand_block_checkbad
 2016-06-23  6:15 UTC  (2+ messages)

[PATCH 1/2] aiodev: imx_thermal: remove empty include
 2016-06-23  6:15 UTC  (3+ messages)
` [PATCH 2/2] aiodev: imx_thermal: depend on MACH_IMX6

[PATCH 1/2] state: Refactor state framework
 2016-06-23  5:57 UTC  (3+ messages)
` [PATCH 2/2] docs: Add/Update state documentation

Support USB port SAMA5D3
 2016-06-22 14:41 UTC  (2+ messages)

[PATCH] mtd: nand: gpmi: Use subpage reads only on suitable NAND chips
 2016-06-22  6:47 UTC 

[PATCH] mtd: nand: gpmi: Fix ecc strength calculation
 2016-06-21 14:37 UTC 

Early access I2C and/or clock for iMX6?
 2016-06-21  6:32 UTC  (2+ messages)

Early access I2C and/or clock for iMX6?
 2016-06-20 21:02 UTC 

[PATCH 17/17] common: Kconfig: Remove orphaned dependency LOAD_PBL_SRAM
 2016-06-20  6:43 UTC  (2+ messages)

[PATCH] crypto: crc32: Optimize dynamic CRC table generation
 2016-06-20  6:40 UTC  (2+ messages)

[PATCH] input: Compile keymap only if necessary
 2016-06-20  6:34 UTC  (2+ messages)

[PATCH] ARM: boards: variscite-mx6: Remove the excess assignment
 2016-06-20  6:34 UTC  (2+ messages)

[PATCH 1/4] mci: imx: Use mci_register() return value for driver probe
 2016-06-20  6:32 UTC  (5+ messages)
` [PATCH 2/4] mci: imx: Add devicetree options parsing by MCI core
` [PATCH 3/4] mci: core: Do not fail if vmmc regulator fail
` [PATCH 4/4] mci: imx-esdhc: Remove excess function

ARM memory layout
 2016-06-17  8:42 UTC  (3+ messages)

Boot iMX6 from IRAM on new Variscite SOM
 2016-06-16 13:54 UTC  (2+ messages)

[PATCH] net: phy: make locally used of_phy_register_fixed_link() static
 2016-06-16 13:48 UTC  (2+ messages)

[PATCH 1/4] ARM: start: Fix arm_mem_barebox_image for !CONFIG_RELOCATABLE
 2016-06-16 13:18 UTC  (4+ messages)
` [PATCH 2/4] ARM: start: do not change barebox_boarddata
` [PATCH 3/4] ARM: start: simplify board_data sdram allocation
` [PATCH 4/4] ARM: start: drop unnecessary variable

Writing UBI image directly to flash from barebox
 2016-06-16  6:34 UTC  (7+ messages)

Fwd: Micrel KSZ9031RN PHY problem
 2016-06-15  7:44 UTC  (6+ messages)
` [PATCH] Fix genphy_restart_aneg() for Micrel's ksz9031

[PATCH 1/2] ifup: remove deletion of ip env
 2016-06-15  5:43 UTC  (4+ messages)
` [PATCH 2/2] ifup: fix handling when ip env is not given

v2016.06.0
 2016-06-14  7:12 UTC 

[PATCH 0/6] MIPS: ath79: sync dts stuff with linux v4.7-rc2
 2016-06-14  6:40 UTC  (5+ messages)
` [PATCH 4/6] MIPS: ath79: dts: sync spi "
` [PATCH 5/6] MIPS: ath79: dts: tplink-mr3020.dts: sync "
` [PATCH 6/6] MIPS: ath79: dts: use ar9331.dtsi from "

[PATCH RFC] common: env: handle var="" not as var=NULL
 2016-06-14  6:25 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