mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/3] commands: ubi: ubiupdatevol: Reduce error code to 0 or 1
 2018-02-23 15:53 UTC  (8+ messages)
` [PATCH 3/3] drivers: mtd: nand: omap: Return stat value

linux.bootargs: export mtdparts from DTS
 2018-02-23  8:10 UTC  (6+ messages)

[PATCH] net: cpsw: fix probe with fixed-link
 2018-02-22 22:16 UTC  (3+ messages)
  ` [PATCH v2] "

autotools for barebox host/target tools?
 2018-02-22 18:00 UTC  (3+ messages)

[PATCH] console: added colored print out of log levels
 2018-02-22 15:16 UTC  (3+ messages)
  ` Antwort: "

[PATCH] ARM/i.MX53: fix SDRAM setup routines
 2018-02-22  8:07 UTC  (2+ messages)

[RFC PATCH v2 0/8] ratp: new generic RATP command support
 2018-02-22  7:59 UTC  (12+ messages)
` [RFC PATCH v2 1/8] ratp: implement generic "
` [RFC PATCH v2 2/8] ratp: moved logic to its own subdirectory
` [RFC PATCH v2 3/8] ratp: allow building without full console support
` [RFC PATCH v2 4/8] ratp: implement ping as a standard ratp command
` [RFC PATCH v2 5/8] ratp: implement getenv "
` [RFC PATCH v2 6/8] ratp: use xstrndup() instead of a custom xmemdup_add_zero()
` [RFC PATCH v2 7/8] ratp: new md and mw commands
` [RFC PATCH v2 8/8] ratp: new reset command

[PATCH] efi: add bootsource detection
 2018-02-22  7:21 UTC  (2+ messages)

[PATCH] net: cpsw: remove unnecessary mdiobus_scan()
 2018-02-22  7:17 UTC  (5+ messages)

[PATCH] DHCP: fix option 54 passing
 2018-02-22  7:12 UTC  (2+ messages)

[PATCH 1/3] arm: ARM64 doen't provide the armlinux_ functions
 2018-02-21 10:26 UTC  (4+ messages)
` [PATCH 2/3] lib: add weak clz/ctz functions
` [PATCH 3/3] at91sam9263ek: don't build legacy init when OFDEVICE is enabled

[PATCH 1/2] state: remove unused arguments from state_new_from_node()
 2018-02-20 13:45 UTC  (2+ messages)
` [PATCH 2/2] state: find backend node with its reproducible name

[PATCH] console: move global.allow_color handling to C code
 2018-02-20  7:20 UTC 

[PATCH] Backport "ARM: dts: am335x-bone*: usb0 is hardwired for peripheral" from linux
 2018-02-19  7:07 UTC  (2+ messages)

barebox for a ti am335x based board
 2018-02-19  6:28 UTC  (5+ messages)

re-generate the builtin environment
 2018-02-19  6:27 UTC  (2+ messages)

[PATCH] partitions: Align partition numbering with that of Linux kernel
 2018-02-16 13:50 UTC  (3+ messages)

[PATCH 1/4] 2d-primitives: Introduce gu_draw_text()
 2018-02-16 13:39 UTC  (6+ messages)
` [PATCH 2/4] gui: graphic_utils: Stub out fb_* functions
` [PATCH 3/4] linux/font.h: Stub out font functions
` [PATCH 4/4] commands: version: Add framebuffer output support

[RFC] commands: i2c_write: enable raw write to address
 2018-02-16  7:53 UTC  (6+ messages)

[PATCH] added colored print out of log levels
 2018-02-14  7:32 UTC 

[PATCH] added colored print out of log levels
 2018-02-13  8:37 UTC  (2+ messages)

[PATCH] bootm: fit: add option to add DT snipped that contains fit public key
 2018-02-13  8:00 UTC  (3+ messages)

[PATCH 1/2] MIPS: add initial qca4531 support
 2018-02-13  7:58 UTC  (3+ messages)
` [PATCH 2/2] MIPS: add initial 8devices-lima board

[PATCH] Makefile.lib: imx hab: fix hab files with embedded variables
 2018-02-09 10:57 UTC  (2+ messages)

[PATCH 1/2] ARM: imx25: clk: add rngb clock
 2018-02-09  9:52 UTC  (2+ messages)
` [PATCH 2/2] hw_random: add driver for Freescale RNGC

[PATCH] ARM: i.MX25: Fix restoring of volatile register
 2018-02-09  9:47 UTC 

[PATCH 0/9] Fastboot customization support
 2018-02-09  9:43 UTC  (10+ messages)
` [PATCH 1/9] ubiformat: Allow to ubiformat with a buffer given
` [PATCH 2/9] usb: gadget: fastboot: Make sparse support optional
` [PATCH 3/9] usb: gadget: fastboot: pass struct f_fastboot * around
` [PATCH 4/9] usb: gadget: fastboot: use read_file_2
` [PATCH 5/9] usb: gadget: fastboot: Always remove temporary file
` [PATCH 6/9] usb: gadget: fastboot: fix typo
` [PATCH 7/9] usb: gadget: fastboot: beautify fb_run_command()
` [PATCH 8/9] usb: gadget: fastboot: Add option to download to a buffer
` [PATCH 9/9] usb: gadget: fastboot: Add external command execution support

[PATCH] scripts/compiler.h: inline functions in headers must be static
 2018-02-09  8:37 UTC  (2+ messages)

[PATCH] i2c: i2c_master_send(): don't leave flags uninitialized
 2018-02-09  8:31 UTC  (2+ messages)

[PATCH 1/2] watchdog: implement bcm2835 watchdog
 2018-02-09  8:30 UTC  (3+ messages)
` [PATCH 2/2] ARM: rpi: enable watchdog in defconfig

[PATCH] improve soc revision calculation
 2018-02-09  8:29 UTC  (2+ messages)

[PATCH] env: Add more context to error message
 2018-02-08  7:58 UTC 

[RFC PATCH 00/10] ratp: new generic RATP command support
 2018-02-07  8:34 UTC  (20+ messages)
` [PATCH 01/10] ratp: define message type flags
` [PATCH 02/10] ratp: port command operation to req/rsp/ind format
` [PATCH 03/10] ratp: port ping operation to req/rsp format
` [PATCH 04/10] ratp: port getenv "
` [PATCH 05/10] ratp: port filesystem "
` [PATCH 06/10] ratp: implement generic command support
` [PATCH 07/10] ratp: implement ping as a standard ratp command
` [PATCH 08/10] ratp: implement getenv "
` [PATCH 09/10] ratp: new reset command
` [PATCH 10/10] ratp: new md and mw commands

[PATCH] fixup! ARM: add file for HYP mode related setup
 2018-02-06 12:58 UTC 

[PATCH 00/10] HYP mode handling and RasPi 3 support
 2018-02-06 12:37 UTC  (9+ messages)
` [PATCH 04/10] ARM: add file for HYP mode related setup
` [PATCH 05/10] ARM: don't try to install secure monitor when entered in HYP mode
` [PATCH 06/10] ARM: default to starting kernel in HYP mode when entered in HYP
` [PATCH 07/10] ARM: install HYP vectors at PBL and Barebox entry
` [PATCH 09/10] ARM: rpi: add raspberry pi 3 support

[PATCH] doc: bcm283x: update documentation for Raspberry Pi
 2018-02-06  8:52 UTC  (3+ messages)

v2018.02.0
 2018-02-06  8:49 UTC 

[PATCH] bootchooser: Drop SHELL_NONE conflict
 2018-02-06  8:03 UTC 

[PATCH] boot: Make independent of command support
 2018-02-06  8:01 UTC 

[PATCH] net: phy: fixed-link: read link parameters from devicetree
 2018-02-06  7:54 UTC 

[PATCH] startup: Load default environment earlier
 2018-02-06  7:50 UTC 

[PATCH 1/2] state: refuse to set dirty parameter via setenv
 2018-02-06  7:47 UTC  (2+ messages)
` [PATCH 2/2] state: Add 'init_from_defaults' parameter

[PATCH] arm: crypto: initialize digests earlier
 2018-02-06  7:34 UTC 

[PATCH] pstore: lower message priority
 2018-02-06  7:32 UTC 

barebox support for the TI IDK board
 2018-02-05 11:54 UTC  (2+ messages)

[PATCH 1/4] include linux/compiler.h in linux/unaligned/generic.h
 2018-02-05  7:34 UTC  (7+ messages)
` [PATCH 2/4] lib: Add xxhash module
` [PATCH 3/4] lib: Add zstd decompression module
` [PATCH 3/4] lib: Add zstd modules
` [PATCH 4/4] squashfs: Add zstd support

[PATCH 1/3] fs/parseopt: Add parseopt_llu_suffix
 2018-02-05  7:26 UTC  (4+ messages)
` [PATCH 2/3] filetype: Add type detection at an offset
` [PATCH 3/3] fs: add support loop mount offset

[PATCH] net: phy: ar8327: fix ar8327n_reg_read
 2018-02-05  7:24 UTC  (2+ messages)

[PATCH 1/2] net: designware: add missing headers
 2018-02-05  7:23 UTC  (3+ messages)
` [PATCH 2/2] reset: add missing stub for reset_control_get

[PATCH] FIT: Use const dtb unflatten variant
 2018-01-31 11:13 UTC 

[PATCH 0/8] FIT: Add support for opening images without a /configuration/
 2018-01-31 11:11 UTC  (9+ messages)
` [PATCH 1/8] bootm: FIT: do not depend on FIT pre-opened images
` [PATCH 2/8] FIT: Do not pre-open images
` [PATCH 3/8] FIT: Let user specify the configuration to use
` [PATCH 4/8] FIT: store device_nodes in fit_handle
` [PATCH 5/8] FIT: move handle->verify check to fit_verify_hash()
` [PATCH 6/8] FIT: factor out some helper functions
` [PATCH 7/8] FIT: Implement opening images with no configuration
` [PATCH 8/8] FIT: Allow to open buffer as FIT image

[PATCH 0/3] of: Allow for const properties
 2018-01-31 11:04 UTC  (4+ messages)
` [PATCH 1/3] pinctrl: do not dereference a device tree property directly
` [PATCH 2/3] of: Allow for const properties
` [PATCH 3/3] of: fdt: add of_unflatten_dtb_const

[PATCH] libfile: Make write_file buffer const
 2018-01-31  7:58 UTC 

[PATCH] rsa: Add missing newline to pr_err messages
 2018-01-30  8:47 UTC 

[PATCH 0/6] bbu: Make image pointer const
 2018-01-30  8:46 UTC  (7+ messages)
` [PATCH 1/6] bbu: imx-bbu-internal: Do not modify image
` [PATCH 2/6] bbu: imx-bbu-internal: make pointers to image const
` [PATCH 3/6] bbu: command: create temporary variable holding the pointer to the image
` [PATCH 4/6] bbu: Make pointer to image const
` [PATCH 5/6] usb: gadget: fastboot: allow data.image to be const
` [PATCH 6/6] ARM: am33xx: bbu: Make pointers to image const

[PATCH] imd: Make all pointers into image const
 2018-01-30  7:29 UTC 

[PATCH] ratp: remove unused context fields
 2018-01-30  7:13 UTC  (2+ messages)

[PATCH] ratp: remove unused list pointer from ratp_bb_pkt
 2018-01-30  6:59 UTC  (2+ messages)

[PATCH] ratp: move barebox-specific command to ratp_bb.h
 2018-01-30  6:58 UTC  (2+ messages)

[PATCH] ratp: rename global context variable
 2018-01-30  6:57 UTC  (2+ messages)

[PATCH] of: base: fix segfault in of_get_machine_compatible()
 2018-01-30  6:56 UTC  (2+ messages)

[PATCH] bbremote: rename command subparser variables
 2018-01-30  6:55 UTC  (2+ messages)

[PATCH v3 1/5] net/e1000: remove one level of indentation
 2018-01-30  6:54 UTC  (2+ messages)

[PATCH] fs: Fix memory leak in mount()
 2018-01-29 19:05 UTC  (4+ 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