[PATCHv2] Change barebox regarding "machine-restart", "reset cause detection" und "watchdog usage"
2015-06-23 12:58 UTC (2+ messages)
` [PATCH 4/5] Watchdog/i.MX: make the watchdog driver a regular driver
Compiling barebox for newest Yocto/meta-freescale
2015-06-23 12:22 UTC (4+ messages)
[PATCH] param_enum: protect against invalid values
2015-06-23 7:23 UTC
[PATCH] param_enum: Make name strings const
2015-06-23 7:13 UTC
[PATCH] libdt: fix detection of eeprom devicepath
2015-06-23 6:43 UTC (4+ messages)
[PATCH] devinfo: fix return value
2015-06-23 6:40 UTC
Fw: [Qemu-devel] [PATCH v7 0/4] i.MX: Add i.MX25 support through the 3DS evaluation board
2015-06-23 6:18 UTC (2+ messages)
[RFC] add decode command (SPD EEPROM data decoder)
2015-06-22 12:30 UTC (3+ messages)
[PATCH] ARM: OMAP: remove unused CONFIG_OMAP3_CLOCK_CONFIG option
2015-06-22 12:00 UTC
[PATCH] net: smc911x: Add device tree support
2015-06-22 11:58 UTC
[PATCH] Change barebox regarding "machine-restart", "reset cause detection" und "watchdog usage"
2015-06-22 10:33 UTC (7+ messages)
` [PATCH 1/6] Common: define scopes a specific hardware or software feature can cope with
` [PATCH 2/6] Reset reason: add a scope value to the reset reason feature
` [PATCH 3/6] System restart: add a scope value to the system restart feature
` [PATCH 4/6] Watchdog: add a scope value to the watchdog feature
` [PATCH 5/6] Watchdog/i.MX: make the watchdog driver a regular driver
` [PATCH 6/6] MFD/DA9053: da9053: add basic da9053 driver
[PATCH] serial: ns16550: Fix reading clock-frequency property
2015-06-22 9:53 UTC (3+ messages)
[PATCH 1/2] mtd: Add mtd concat support
2015-06-22 9:15 UTC (2+ messages)
` [PATCH 2/2] mtd: cfi-flash: "
cfi-flash cleanups
2015-06-22 8:41 UTC (12+ messages)
` [PATCH 01/11] mtd: cfi-flash: We can print longlongs
` [PATCH 02/11] mtd: cfi-flash: save indention level
` [PATCH 03/11] mtd: cfi-flash: statically initialize instead of memset
` [PATCH 04/11] mtd: cfi-flash: replace ifdef with IS_ENABLED
` [PATCH 05/11] mtd: cfi-flash: remove unnecessary ifdefs
` [PATCH 06/11] mtd: cfi-flash: make flash_detect_width more readable
` [PATCH 07/11] mtd: cfi-flash: return 0 for success
` [PATCH 08/11] mtd: cfi-flash: turn some messages into vdbg
` [PATCH 09/11] mtd: cfi-flash: use unaligned accessor functions
` [PATCH 10/11] mtd: cfi-flash: Coding style cleanup
` [PATCH 11/11] mtd: cfi-flash: remove dead code
barebox picotcp integration (2015.06.14)
2015-06-22 6:00 UTC (4+ messages)
[Patch] Trivial changes
2015-06-22 5:22 UTC (5+ messages)
` [PATCH 1/3] Documentation: fix spelling
` [PATCH 2/3] Documentation: be more precise about the topic
` [PATCH 3/3] arch/BCM47xx: remove bogus copy'n'paste comment
USB Host i.Mx6S
2015-06-19 11:11 UTC (2+ messages)
` Antwort: "
[PATCH v2] barebox update: add note after successful update
2015-06-18 9:10 UTC (8+ messages)
[PATCH v3 0/4] state: add support for fixed size strings
2015-06-18 8:59 UTC (6+ messages)
` [PATCH v3 1/4] parameter: allow setting of string parameters of zero length
` [PATCH v3 2/4] xfuncs: import xstrndup() from busybox
` [PATCH v3 3/4] state: struct variable_type::import: remove const from node argument
` [PATCH v3 4/4] state: add support for fixed length strings
[PATCH] login: fix broken login command
2015-06-18 7:44 UTC (2+ messages)
Bootspec: Allow to automatically append root= option
2015-06-18 7:43 UTC (7+ messages)
` [PATCH 1/6] Add globalvar_add_simple_string function
` [PATCH 2/6] cdev: Add partuuid string to struct cdev
` [PATCH 3/6] fs: Add device parameter for Linux root= option
` [PATCH 4/6] fs: ubifs: Implement Linux rootarg
` [PATCH 5/6] fs: nfs: "
` [PATCH 6/6] blspec: Automatically append rootarg
[PATCH] device parameters: sort alphabetically
2015-06-18 6:59 UTC
state: access from linux
2015-06-18 6:40 UTC (4+ messages)
[PATCH] scripts: Add mxs-usb-loader to .gitignore
2015-06-18 5:59 UTC
[PATCH 1/2] blspec: Add missing prototype for blspec_scan_device
2015-06-17 9:40 UTC (2+ messages)
` [PATCH 2/2] blspec: Automatically attach UBI devices
parallel lcd on i.mx6
2015-06-17 6:37 UTC (2+ messages)
[PATCH 1/1] mach-clps711: call shutdown_barebox instead of arch_shutdown in reset_cpu
2015-06-17 6:20 UTC (2+ messages)
[PATCH] Add some doc
2015-06-17 6:19 UTC (4+ messages)
` [PATCH 1/2] Documentation: add some info about the reset reason framework
` [PATCH 2/2] Documentation: add some info about the reset variants
[PATCH v2 0/8] Socfpga: QSPI support
2015-06-17 6:05 UTC (4+ messages)
` [PATCH v2 8/8] mtd: m25p80: use the SPI nor framework
[PATCH] mtd: m25p80: add Spansion S25FL204K support
2015-06-17 6:01 UTC (3+ messages)
[PATCH] crypto: digest: provide static inline no-ops if digest is disabled
2015-06-17 5:58 UTC (2+ messages)
[PATCH 0/2] state: Documentation updates
2015-06-17 5:52 UTC (4+ messages)
` [PATCH 1/2] state: Documentation: the backend properties are not optional (anymore)
` [PATCH 2/2] state: Documentation: fix dts code example
[PATCH 0/3] state: cleanup uint8 support
2015-06-17 5:49 UTC (5+ messages)
` [PATCH 1/3] state: Documentation: add newly implemented "uint8" types
` [PATCH 2/3] state: uint8: use %u as format string
` [PATCH 3/3] state: uint8: add range check for uint8
[PATCH] scripts/omap_signGP: Fix image size in GP header
2015-06-17 5:47 UTC (2+ messages)
Add barebox remote control
2015-06-17 5:45 UTC (12+ messages)
` [PATCH 1/4] Add Reliable Asynchronous Transfer Protocol
` [PATCH 2/4] barebox remote control
` [PATCH 3/4] include pyserial trunk
` [PATCH 4/4] host side for barebox remote control
[RFC] PCI: skip pci host bridge as early as possible
2015-06-16 19:45 UTC (5+ messages)
[PATCH] Documentation: fix typo
2015-06-16 13:59 UTC (2+ messages)
[PATCH 1/2] memtest: skip memory region smaller than one page
2015-06-16 13:59 UTC (2+ messages)
[PATCH 1/6] Documentation: add some info about the reset variants
2015-06-16 12:05 UTC (7+ messages)
` [PATCH 2/6] Watchdog/i.MX: make the watchdog driver a regular driver
` [PATCH 3/6] MFD/DA9053: adapt driver to the current reset source framework
` [PATCH 4/6] MFD/DA9053: provide system reset
` [PATCH 5/6] MFD/DA9053: remove not required header file
` [PATCH 6/6] mfd: da9063: add da9063 watchdog and system restart driver
[PATCH 0/9 v3] digest: allow multiple implementation of digest
2015-06-15 14:27 UTC (4+ messages)
` [PATCH 1/9] command: digest/hashsum: set key command level
` [PATCH 4/9] crypto: hmac: move register to hmac
[PATCH 0/3] state: add support for fixed size strings
2015-06-15 13:53 UTC (4+ messages)
` [PATCH v2 1/3] parameter: allow setting of string parameters of zero length
` [PATCH v2 2/3] state: struct variable_type::import: remove const from node argument
` [PATCH v2 3/3] state: add support for fixed length strings
[PATCH 0/2] state: add support for fixed size strings
2015-06-15 13:44 UTC (3+ messages)
` [PATCH 1/2] parameter: allow setting of string parameters of zero length
` [PATCH 2/2] state: add support for fixed length strings
[PATCH] net: Set the actual ethaddr in register_preset_mac_address()
2015-06-15 9:08 UTC (6+ messages)
` AW: "
v2015.06.0 ...and a new website
2015-06-15 6:15 UTC (3+ messages)
[RFC] Barebox shutdown hooks
2015-06-15 5:23 UTC (2+ messages)
[PATCH 1/6] video: stmfb: Add device tree support
2015-06-12 9:58 UTC (7+ messages)
` [PATCH 2/6] video: Add backlight support
` [PATCH 3/6] video: Add PWM "
` [PATCH 4/6] ARM: i.MX28: Add PWM clk support
` [PATCH 5/6] PWM: Allow multiple PWMs per device node
` [PATCH 6/6] PWM: Add MXS PWM support
[PATCH] ARM: MXS: ocotp: Register a separate device
2015-06-12 9:55 UTC
i.MX FCB NAND boot updates
2015-06-12 6:35 UTC (11+ messages)
` [PATCH 01/10] ARM: dts: Karo tx6: increase barebox partition to 4MB
` [PATCH 02/10] mtd: partition: implement write_oob
` [PATCH 03/10] filetype: Add filetype for MXS bootstream
` [PATCH 04/10] ARM: i.MX6: bbu nand: Move to common place
` [PATCH 05/10] imx-bbu-nand-fcb: Fix debug messages
` [PATCH 06/10] imx-bbu-nand-fcb: Use barebox partition instead of whole device
` [PATCH 07/10] imx-bbu-nand-fcb: make available for i.MX28 aswell
` [PATCH 08/10] imx-bbu-nand-fcb: Let DBBT start at page 1
` [PATCH 09/10] imx-bbu-nand-fcb: Erase whole partition
` [PATCH 10/10] imx-bbu-nand-fcb: Split space for firmware in two equal regions
Clocks on Barebox
2015-06-11 5:48 UTC (10+ messages)
[PATCH 1/2] images: Add file size check for PBLX files
2015-06-10 7:05 UTC (2+ messages)
` [PATCH 2/2] ARM: OMAP: Add max file size for PBLX images
[PATCH] clk: of: fix clk_of_table generation
2015-06-10 4:58 UTC
[PATCH v3] image: am335x: Generate SPI MLO images
2015-06-10 4:24 UTC (2+ messages)
Add functions for (de)activating consoles and for setting baudrate
2015-06-09 7:26 UTC (14+ messages)
` [PATCH 01/12] console: Add functions to get/set active state of console
` [PATCH 02/12] console: Add functions to get/set baudrate
` [PATCH 03/12] console: Add console_get_by_name
` [PATCH 04/12] console: When switching baudrate print console name
` [PATCH 05/12] usb: gadget: serial: Use console_set_active to activate console
` [PATCH 06/12] loadxy: Use console_get_by_name
` [PATCH 07/12] loadxy: use console_get_baudrate
` [PATCH 08/12] loadx: ignore -c option
` [PATCH 09/12] loadxy: use console_set_baudrate
` [PATCH 10/12] loadb: use console_get_baudrate
` [PATCH 11/12] loadb: Use console_set_baudrate
` [PATCH 12/12] loadb: ignore -c option
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox