mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/78] ARM aarch64 updates
 2018-03-16 12:53 UTC  (18+ messages)
` [PATCH 01/78] ARM: Use obj-pbl- where appropriate
` [PATCH 02/78] ARM: Add 64bit compilation alternative
` [PATCH 04/78] ARM: mmu: include pgtable header from where it's needed
` [PATCH 05/78] ARM: For relocatable image force TEXT_BASE 0x0
` [PATCH 06/78] ARM: scroll past image end without ld_var
` [PATCH 07/78] ARM: move away from ld_var
` [PATCH 08/78] ARM: remove ld_var support
` [PATCH 09/78] ARM: android image: Fix compiler warning on aarch64
` [PATCH 10/78] ARM: bootm: Fix wrong format specifier
` [PATCH 11/78] ARM: shutdown: Fix compiler warning
` [PATCH 19/78] ARM: aarch64: Do not use 32bit optimized fls
` [PATCH 21/78] debug_ll: support 64bit longs
` [PATCH 25/78] ARM: Add function to return offset to global variables
` [PATCH 38/78] ARM: aarch64: qemu board: remove unnecessary mapping
` [PATCH 50/78] ARM: implement dma mapping functions
` [PATCH 52/78] ARM: aarch64: compile with strict alignment
` [PATCH 53/78] ARM: aarch64: move aarch64 exception support to separate file

[PATCH v2 1/6] watchdog: rename dev to hwdev
 2018-03-13  8:33 UTC  (6+ messages)
` [PATCH v2 2/6] watchdog: move max timeout test in to wd_core
` [PATCH v2 3/6] watchdog: register watchdog virtual device with short name wdog
` [PATCH v2 4/6] watchdog: set some reasonable timeout_max value if no other is available
` [PATCH v2 5/6] watchdog: provide timeout_cur value
` [PATCH v2 6/6] watchdog: add watchdog poller

[PATCH v1 1/6] watchdog: rename dev to hwdev
 2018-03-12 10:37 UTC  (11+ messages)
` [PATCH v1 2/6] watchdog: move max timeout test in to wd_core
` [PATCH v1 3/6] watchdog: register watchdog virtual device with short name wdog
` [PATCH v1 4/6] watchdog: set some reasonable timeout_max value if no other is available
` [PATCH v1 5/6] watchdog: provide timeout_cur value
` [PATCH v1 6/6] watchdog: add watchdog poller

[PATCH] video: tc358767: register aux i2c bus after validating link
 2018-03-12 10:29 UTC  (2+ messages)

v2018.03.0
 2018-03-05  7:48 UTC 

[PATCH] watchdog: add periodic watchdog ping
 2018-03-03 23:15 UTC  (2+ messages)

MIPS parallel build breakage
 2018-03-02 14:54 UTC  (6+ messages)

problems with am335x_sdram_size()
 2018-03-02 14:11 UTC  (3+ messages)

freescale-mx28-evk run from ram
 2018-03-02 10:56 UTC  (6+ messages)
  ` 答复: "
      ` 答复: "

my mx283 board sch
 2018-03-02 10:01 UTC 

[PATCH] MIPS: ath79: fix different typos
 2018-03-02  7:38 UTC  (2+ messages)

[PATCH] ARM: dts: remove "delete" entry for deleted clocks
 2018-03-01 18:19 UTC  (3+ messages)

[PATCH] ARM: am335x: beaglebone: Fix DDR register values
 2018-03-01 11:31 UTC 

[PATCH v1 1/2] watchdog: ar9344-wdt: disable watchdog in probe
 2018-03-01  9:04 UTC  (4+ messages)
` [PATCH v1 2/2] MIPS: dts: enable heartbeat led for ar9331-dptechnics-dpt-module

[PATCH] mtd: spi-nor: add support for w25q16dw
 2018-03-01  8:59 UTC  (2+ messages)

[PATCH v3 0/9] ratp: new generic RATP command support
 2018-03-01  8:48 UTC  (11+ messages)
` [PATCH v3 1/9] ratp: implement generic "
` [PATCH v3 2/9] ratp: moved logic to its own subdirectory
` [PATCH v3 3/9] ratp: allow building without full console support
` [PATCH v3 4/9] ratp: implement ping as a standard ratp command
` [PATCH v3 5/9] ratp: implement getenv "
` [PATCH v3 6/9] ratp: use xstrndup() instead of a custom xmemdup_add_zero()
` [PATCH v3 7/9] ratp: new md and mw commands
` [PATCH v3 8/9] ratp: new reset command
` [PATCH v3 9/9] docs: add reference to libratp-barebox in the remote-control docs

[PATCH] ARM: dts: am33xx: do not delete no longer existing clocks
 2018-03-01  8:47 UTC 

[PATCH] boards: samx6: add initial support for kontron samx6i
 2018-02-28 15:58 UTC  (3+ messages)

[PATCH] Pass barebox version to kernel
 2018-02-28  7:34 UTC  (5+ messages)

[PATCH] net: cpsw: fix probe with fixed-link
 2018-02-27  8:41 UTC  (4+ messages)
  ` [PATCH v2] "

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

[PATCH] ARM/i.MX53: fix compiler warning
 2018-02-26  8:38 UTC 

[PATCH] Use globalvar_add_simple_string for model and hostname
 2018-02-26  7:55 UTC 

autotools for barebox host/target tools?
 2018-02-26  7:40 UTC  (4+ messages)

[PATCH 1/3] commands: ubi: ubiupdatevol: Reduce error code to 0 or 1
 2018-02-23 15:53 UTC  (6+ 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] 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/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  (4+ messages)
` [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  (12+ messages)
` [PATCH 06/10] ratp: implement generic "
` [PATCH 07/10] ratp: implement ping as a standard ratp command

[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  (3+ messages)
` [PATCH 04/10] ARM: add file for HYP mode related setup

page:  |  | latest

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