mail archive of the barebox mailing list
 help / color / mirror / Atom feed
Add 64bit support to mem commands
 2015-05-28 10:34 UTC  (11+ messages)
` [PATCH 01/10] memory_display: Use consistent types
` [PATCH 02/10] memory_display: Add 64bit support
` [PATCH 03/10] fs: Add O_RWSIZE_8
` [PATCH 04/10] mem commands: suppport parsing 'q' option
` [PATCH 05/10] md command: Add 64bit support
` [PATCH 06/10] memcmp "
` [PATCH 07/10] memcpy "
` [PATCH 08/10] memset "
` [PATCH 09/10] mm "
` [PATCH 10/10] mw "

[PATCH] md: use memmap when possible
 2015-05-28 10:29 UTC 

[PATCH] bootstate: add framework for redundant boot scenarios
 2015-05-27 15:22 UTC 

Programatically write in a file in the environnent with a hush command
 2015-05-27 13:52 UTC  (5+ messages)

bareboxenv - tricky ptxdist behavior
 2015-05-27  8:05 UTC  (3+ messages)

[RFC v2 1/3] bootsource: Add NET bootsource
 2015-05-27  7:00 UTC  (4+ messages)
` [RFC v2 2/3] net: dhcp: Split dhcp funcionality & add dhcp command
` [RFC v2 3/3] ARM: am33xx: Add network boot

[PATCH v2 1/2] ARM: dts: Add an am33xx include file for MLO size reduction
 2015-05-27  6:59 UTC  (3+ messages)
` [PATCH v2 2/2] ARM: dts: Add am33xx-strip.dtsi to PHYTEC MLOs

[PATCH 1/2] Documentation: blspec: Fix typo
 2015-05-26 14:10 UTC  (2+ messages)
` [PATCH 2/2] Documentation: blspec: Document blspec over NFS

[PATCH 0/2] blspec: improvements
 2015-05-26 13:50 UTC  (4+ messages)
` [PATCH 1/2] blspec: honour default/once entries again and move them to a different place
` [PATCH 2/2] blspec: automatically append bootargs

[PATCH 0/9] state: updates and cleanups to make code better sharable with linux
 2015-05-26 12:33 UTC  (11+ messages)
` [PATCH 1/9] state: mtd_get_meminfo: open path readonly instead of readwrite
` [PATCH 2/9] state: mtd_get_meminfo: make usage of mtd's meminfo compatible to linux
` [PATCH 3/9] state: backend_raw: remove hard coded limit of two copies
` [PATCH 4/9] state: backend_raw: rename struct state_backend_raw::step -> stride
` [PATCH 5/9] state: backend_raw: properly align write and erase size
` [PATCH 6/9] state: backend_raw: factor out state_backend_raw_file_get_size() into separate function
` [PATCH 7/9] state: backend_raw: rename backend_raw_write_one() -> backend_raw_save_one()
` [PATCH 8/9] state: backend_raw: add sanity check of data_len during load
` [PATCH 9/9] state: backend_raw: update documentation of struct state_backend_raw members

[PATCH] fixup! state: add fixup to copy state from barebox to kernel device tree
 2015-05-26 12:22 UTC  (2+ messages)

[PATCH] crypto: digest: mark signature argument as const
 2015-05-26  7:27 UTC  (2+ messages)

[PATCH 1/2] bootm: add magicvar description for global.bootm.oftree
 2015-05-26  7:19 UTC  (3+ messages)
` [PATCH 2/2] commands/Kconfig: fix typo in CMD_BOOTM_OFTREE help

[PATCH 01/10] common/memtest.c: Fix incorrect array boundary check
 2015-05-26  6:57 UTC  (19+ messages)
` [PATCH 02/10] common/memtest.c: Do not omit offset of 0 from tests
` [PATCH 03/10] common/memtest.c: Refactor mem_test() into three surbroutines
` [PATCH 04/10] common/memtest.c: Distil common error reporting code
` [PATCH 05/10] serial: i.MX: Write settings to a correct register
` [PATCH 06/10] common: pbl: Allow boards to override hang()
` [PATCH 07/10] debug_ll: i.MX: Add support for input to DEBUG_LL
` [PATCH 08/10] i.MX51: babbage: Add UART RXD pin configuration
` [PATCH 09/10] pbl: Implement ctrlc() using getc_ll()
` [PATCH 10/10] ARM: pbl: Add an option to validate DRAM

[RFC 1/3] bootsource: Add NET bootsource
 2015-05-26  6:19 UTC  (4+ messages)
` [RFC 2/3] net: dhcp: Split dhcp funcionality & add dhcp command
` [RFC 3/3] ARM: am33xx: Add network boot

[PATCH 1/2] ARM: dts: Add an am33xx include file for MLO size reduction
 2015-05-26  6:16 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: Add strip-am33xx.dtsi to PHYTEC MLOs

Memtest failed. Error: -22
 2015-05-25 17:47 UTC 

[RFC] Keystore design
 2015-05-24 15:46 UTC  (3+ messages)

[PATCH] barebox update: add note after successful update
 2015-05-22 11:55 UTC  (3+ messages)

[PATCH] tlsf malloc: enable 64bit support on 64bit architectures
 2015-05-22  7:41 UTC 

Usage of i2c_-Tools in Barebox
 2015-05-22  6:41 UTC  (7+ messages)

Introduce asm-generic/posix_types.h
 2015-05-22  6:11 UTC  (15+ messages)
` [PATCH 01/14] dma: Use generic place for dma_addr_t typedef
` [PATCH 02/14] drop __BITS_PER_LONG
` [PATCH 03/14] introduce bitsperlong.h for remaining architectures
` [PATCH 04/14] introduce generic posix_types.h
` [PATCH 05/14] remove unused nlink_t
` [PATCH 06/14] ARM: use generic posix_types.h
` [PATCH 07/14] blackfin: "
` [PATCH 08/14] x86: "
` [PATCH 09/14] openrisc: "
` [PATCH 10/14] mips: "
` [PATCH 11/14] ppc: "
` [PATCH 12/14] sandbox: "
` [PATCH 13/14] efi: "
` [PATCH 14/14] nios2: "

drivers/mtd/nand/nand_mrvl_nfc.c
 2015-05-21  0:30 UTC  (4+ messages)

[PATCH] arm/crypto: add generated sha256-core.S to gitignore
 2015-05-20  6:11 UTC  (2+ messages)

[PATCH] habv4: habv4_get_status(): fix warning with no-op static inline function
 2015-05-20  6:11 UTC  (2+ messages)

[PATCH] fixing argumentparser for ubiformat
 2015-05-20  6:10 UTC  (2+ messages)

[PATCH] Abolish cpu_read* and cpu_write* accessors
 2015-05-20  6:06 UTC  (2+ messages)

[PATCH v2] include: introduce include/linux/io.h as a wrapper of asm/io.h
 2015-05-18 12:29 UTC  (4+ messages)

[PATCH 1/7] state: print name of property of size mismatch is detected
 2015-05-18  6:07 UTC  (13+ messages)
` [PATCH 2/7] state: print proper error message, if reg property is not found
` [PATCH 3/7] state: make state_release() non static
` [PATCH 4/7] state: add functionality to export state description
` [PATCH 5/7] state: backend: support phandle and of_path references
` [PATCH 6/7] state: add fixup to copy state from barebox to kernel device tree
  ` [PATCH] fixup! "
` [PATCH 7/7] state: return -EPROBE_DEFER if the backend isn't available

[PATCH] of: add a function to remove an of_fixup
 2015-05-16 10:12 UTC 

[PATCH] include: introcude include/linux/io.h as a wrapper of asm/io.h
 2015-05-15 12:58 UTC 

[PATCH 0/2] Socfpga: Sequencer updates
 2015-05-15  5:13 UTC  (4+ messages)
` [PATCH 1/2] scripts: update socfpga_sequencer importer to Quartus 15.0
` [PATCH 2/2] ARM: socfpga: update sdram calibration to 15.0

[PATCH] ARM: am33xx: Fix SCRM compatible string to match new DT compatible string
 2015-05-15  5:12 UTC  (2+ messages)

[PATCH 1/4] i2c: Use correct format specifier
 2015-05-14 10:21 UTC  (4+ messages)
` [PATCH 2/4] mem: Fix memcpy_sz variable types
` [PATCH 3/4] mtd: Fix function prototype
` [PATCH 4/4] mtd: nand: Fix format specifier

[PATCH 0/2] MIPS: bcm47xx: trivial fixes
 2015-05-13  6:24 UTC  (4+ messages)
` [PATCH 1/2] MIPS: bcm47xx: use PUTC_LL() from common debug_ll_ns16550.h header
` [PATCH 2/2] update dlink-dir-320_defconfig

[PATCH] xfuncs: remove debugging output
 2015-05-13  6:23 UTC 

[PATCH] console: use regular malloc for log messages
 2015-05-13  6:23 UTC 

[PATCH 1/3] mci: imx-esdhc: Use IS_ENABLED() instead of #ifdef
 2015-05-13  6:20 UTC  (3+ messages)
` [PATCH 2/3] mci: imx-esdhc: Check for errors in esdhc_pio_read_write
` [PATCH 3/3] mci: imx-esdhc: Replace printf with dev_*

are some ppc-related patches absent in May-2015 barebox-next?
 2015-05-12  6:25 UTC  (2+ messages)

[PATCH v2 0/5] dm9k fixups; img-ci20: enable dm9000 ethernet controller
 2015-05-12  6:22 UTC  (7+ messages)
` [PATCH v2 1/5] net: dm9k: show only one phy on miibus
` [PATCH v2 2/5] net: dm9k: add device tree support
` [PATCH v2 3/5] net: dm9k: fix reset routine
` [PATCH v2 4/5] MIPS: img-ci20: enable dm9000 ethernet controller
` [PATCH v2 5/5] MIPS: img-ci20_defconfig: enable network stuff

[PATCH] imx6: lowlevel_init: Fix workaround for new i.MX6s chips
 2015-05-11 13:22 UTC  (2+ messages)

[PATCH] Documentation: booting linux: improve doc text
 2015-05-08  5:19 UTC  (2+ messages)

barebox on i.MX 6SoloX
 2015-05-08  5:01 UTC  (3+ messages)

[PATCH] devfs: be more lax with partition boundaries
 2015-05-07  9:09 UTC  (3+ messages)

[PATCH v3 00/18] i.MX serial cleanup, bootstrap code fixes, boot via IRAM
 2015-05-07  7:57 UTC  (23+ messages)
` [PATCH v3 01/18] i.MX: Move UART definitions into a separate file
` [PATCH v3 02/18] i.MX: serial: Add constants for UART clock divisor
` [PATCH v3 03/18] i.MX: serial: Add baud rate calculation convenience functions
` [PATCH v3 04/18] i.MX: serial: Add UART init functions for DEBUG_LL
` [PATCH v3 05/18] i.MX: serial: Convert PUTC_LL to use IOMEM
` [PATCH v3 06/18] i.MX: serial: Convert i.MX51 and i.MX6 to use 'imx*_uart_setup_ll'
` [PATCH v3 07/18] i.MX51: babbage: Implement CONFIG_DEBUG_LL
` [PATCH v3 08/18] i.MX: serial: Distil common clock ungating code
` [PATCH v3 09/18] Makefile.lib: Make 'check_file_size' more flexible
` [PATCH v3 10/18] i.MX: Add provisions to boot from IRAM
` [PATCH v3 11/18] imx-image: Correctly fill image size in prepended header
` [PATCH v3 12/18] bootstrap: Fix potential memory leak in 'read_image_head'
` [PATCH v3 13/18] bootstrap_read_devfs(): Check for errors from devfs_add_partition()
` [PATCH v3 14/18] bootstrap_read_devfs(): Close file after we are done with it
` [PATCH v3 15/18] bootstrap_read_devfs(): Fix potential memory leak
` [PATCH v3 16/18] bootstrap_read_devfs(): Check for errors from dev_add_bb_dev()
` [PATCH v3 17/18] bootstrap_read_devfs(): Remove all partitions upon function completion
` [PATCH v3 18/18] bootstrap: Warn if image size in BB header is zero

[PATCH] ARM: i.MX5: Add missing CONFIG_ prefix in test
 2015-05-07  7:49 UTC 

[PATCH 1/6] fdt: of_unflatten_dtb(): remove left over "root" argument from inline doc
 2015-05-07  7:15 UTC  (5+ messages)
` [PATCH 2/6] state: documentation: add anchor so that state can be referenced later
` [PATCH 3/6] state: state_uint32_create: use %u to print unsigned variable
` [PATCH 6/6] startup: introduce postenvironment_initcall

page:  |  | latest

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