[RFC] Introduce MIPS disassembler library for barebox
2015-07-24 8:06 UTC (2+ messages)
[PATCH v1] commands: Add dhrystone
2015-07-24 7:41 UTC (2+ messages)
[PATCH 1/4] usb: gadget: serial: only call into CONSOLE_FULL code if it's there
2015-07-24 7:25 UTC (5+ messages)
` [PATCH 2/4] ARM: pxa: move mainstone TEXTBASE to Kconfig
` [PATCH 3/4] ARM: rockchip: depend on OFTREE
` [PATCH 4/4] ARM: don't allow Thumb2 on AT91
[PATCH] ARM: OMAP: AM33xx: add uart1 pinmux setup
2015-07-24 7:22 UTC (2+ messages)
[PATCH] ARM: imx6: rename SPI NOR device to /dev/spinor0
2015-07-24 7:21 UTC (2+ messages)
[RFC v2 00/16] barebox picotcp integration (2015.07.19)
2015-07-24 7:19 UTC (24+ messages)
` [RFC v2 01/16] net_udp_bind(): use uint16_t type for source port
` [RFC v2 02/16] fs/tftp.c: drop unused server_port variable
` [RFC v2 03/16] fs/nfs.c: use uint16_t for port numbers
` [RFC v2 04/16] fs/nfs.c: use SUNRPC_PORT remote port by default
` [RFC v2 05/16] net: change UDP handler function API
` [RFC v2 06/16] net: change net_udp_send() API
` [RFC v2 07/16] net: introduce setudppeerport()
` [RFC v2 08/16] net: import picotcp from github
` [RFC v2 09/16] picotcp: add barebox target support
` [RFC v2 10/16] picotcp: switch to Kbuild
` [RFC v2 11/16] net: add initial picotcp support
` [RFC v2 12/16] net: picotcp: add test_picotcp command
` [RFC v2 13/16] net: picotcp: add ifconfig command
` [RFC v2 14/16] net: picotcp: add ping command
` [RFC v2 15/16] net: picotcp: add route command
` [RFC v2 16/16] sandbox_defconfig: switch to picotcp
[PATCH] console: When deactivating a console, flush it first
2015-07-23 13:24 UTC
[PATCH] ata: sata-imx: Add delay to prevent link timeout
2015-07-23 13:19 UTC
[PATCH] mtd: of: put master offset into partition name
2015-07-23 13:17 UTC
[PATCH] net: eth_send: Allow to use multiple network interfaces at once
2015-07-23 8:51 UTC (2+ messages)
[PATCH] drop <stddef.h> includes
2015-07-21 8:22 UTC
[PATCH] lib: libfile: Do not ignore errors in close()
2015-07-20 19:51 UTC (3+ messages)
[RFC] commands: Add dhrystone
2015-07-20 6:47 UTC (3+ messages)
[PATCH] ARM: i.MX6: clarify usage of /dev/imx-ocotp
2015-07-20 5:39 UTC (2+ messages)
[PATCH v3 2/2] ARM: am335x: Changed timer
2015-07-20 5:36 UTC (3+ messages)
[PATCH] fixup! Add new barebox logo to the tree
2015-07-20 5:30 UTC (2+ messages)
[PATCHv2 00/16] EFI updates
2015-07-20 5:26 UTC (18+ messages)
` [PATCH 01/16] xfuncs: add xasprintf() and xvasprintf()
` [PATCH 02/16] xfuncs: add wrapper for wchar strdup functions
` [PATCH 03/16] efi: improve malloc pool allocation
` [PATCH 04/16] efi: refactor & improve application loading code
` [PATCH 05/16] efi: add support for initrd loading
` [PATCH 06/16] efi: add helper to get the GPT partition UUID for a device
` [PATCH 07/16] efi: export device_path_from_handle()
` [PATCH 08/16] efi: add helper functions to write EFI variables
` [PATCH 09/16] efi: write volatile EFI variables used by systemd
` [PATCH 10/16] efi: use xasprintf() when appropriate
` [PATCH 11/16] efi: use xstrdup_* "
` [PATCH 12/16] fs: "
` [PATCH 13/16] fs: efivars: "
` [PATCH 14/16] fs: efivars: add more error checking
` [PATCH 15/16] fs: efivars: read the attributes on the second get_variable()
` [PATCH 16/16] efi: use an EFI variable to save the environment
[PATCH 1/7] mtd: core: Check partitions for empty string
2015-07-20 5:14 UTC (9+ messages)
` [PATCH 2/7] drivers: i2c: Only register available devices
` [PATCH 3/7] ARM: dts: am335x-phytec boards: Fixup spi flash node name
` [PATCH 4/7] ARM: dts: phyFLEX-AM335x-som: Disable eeprom on default
` [PATCH 5/7] ARM: phytec-som-am335x: Add support for 1024MiB RAM on one chip
` [PATCH 6/7] ARM: dts: Add support for all phyCORE-AM335x options
` [PATCH 7/7] ARM: dts: Add support for all phyFLEX-AM335x options
[PATCH] fixup! fonts: Add 7x14 font
2015-07-20 5:11 UTC (2+ messages)
[PATCH] fixup! sandbox: Update defconfig
2015-07-19 17:16 UTC
[PATCH v2 2/2] ARM: am335x: Changed timer
2015-07-17 13:44 UTC (3+ messages)
[PATCH 0/7] EFI updates
2015-07-17 7:19 UTC (13+ messages)
` [PATCH 1/7] efi: improve malloc pool allocation
` [PATCH 2/7] efi: refactor & improve application loading code
` [PATCH 3/7] efi: add support for initrd loading
` [PATCH 4/7] efi: add helper to get the GPT partition UUID for a device
` [PATCH 5/7] efi: export device_path_from_handle()
` [PATCH 6/7] efi: add helper functions to write EFI variables
` [PATCH 7/7] efi: write volatile EFI variables used by systemd
[RFC 00/12] barebox picotcp integration (2015.07.15)
2015-07-17 7:18 UTC (15+ messages)
` [RFC 01/12] picotcp: add barebox target support
` [RFC 02/12] picotcp: switch to Kbuild
` [RFC 03/12] net: add initial picotcp support
` [RFC 04/12] WIP: fs/nfs.c: convert to picotcp
` [RFC 05/12] WIP: fs/tftp.c: "
` [RFC 06/12] WIP: net/dns: "
` [RFC 07/12] net: picotcp: add test_picotcp command
` [RFC 08/12] net: picotcp: add ifconfig command
` [RFC 09/12] net: picotcp: add ping command
` [RFC 10/12] net: picotcp: add route command
` [RFC 11/12] sandbox_defconfig: switch to picotcp
` [RFC 12/12] WIP: sandbox_defconfig: enable network testing-related stuff
[PATCH 1/3] ARM: imx6-mmdc: Fix cs0_end calculation
2015-07-16 13:50 UTC (3+ messages)
` [PATCH 2/3] ARM: i.MX6 cm-fx6: Fix Chip density for DDR_64BIT_2GB case
` [PATCH 3/3] ARM: i.MX6 cm-fx6: Fix area for get_ram_size
[PATCH] i.MX6 xload and Utilite support
2015-07-16 8:50 UTC (12+ messages)
` [PATCH 01/11] ARM: i.MX6: Add i.MX6 entry function
` [PATCH 02/11] ARM: i.MX6: remove unnecessary includes
` [PATCH 03/11] ARM: i.MX6: add function to get bootsource in pbl
` [PATCH 04/11] memsize: Compile for PBL aswell
` [PATCH 05/11] ARM: i.MX: compile boot.c for pbl aswell
` [PATCH 06/11] ARM: i.MX6: create cpu_is() functions for use in PBL
` [PATCH 07/11] images: i.MX: Create target for SRAM images
` [PATCH 08/11] spi: i.MX: move register defines to include/
` [PATCH 09/11] ARM: i.MX: Add SPI xload code
` [PATCH 10/11] ARM: i.MX6: Add DDR setup code from U-Boot
` [PATCH 11/11] ARM: initial cm-fx6 support
Framebuffer console patches
2015-07-16 8:36 UTC (14+ messages)
` [PATCH 01/12] graphic_utils: Add a common namespace to functions
` [PATCH 02/12] gui: Fix typo in function name
` [PATCH 03/12] graphics_utils: Add function to invert an area
` [PATCH 04/12] graphics_utils: Export get_pixel
` [PATCH 05/12] graphics_utils: add function to create pixel from rgb triplet
` [PATCH 06/12] import lib/fonts framework from linux kernel
` [PATCH 07/12] lib/fonts: add "MINI4x6" font
` [PATCH 08/12] fonts: Add 7x14 font
` [PATCH 09/12] fb: Add fb_enable/disable functions
` [PATCH 10/12] fb: sdl: create graphics window on enabling
` [PATCH 11/12] graphics_utils: Let fb_open allocate the screen
` [PATCH 12/12] video: implement framebuffer console
[PATCH] sandbox_defconfig: enable 'echo -e' support as defenv uses it
2015-07-16 8:22 UTC (2+ messages)
[PATCH] sandbox: Update defconfig
2015-07-16 8:20 UTC
[PATCH 1/5] ARM: socfpga: socrates: add qspi partitions
2015-07-16 8:09 UTC (11+ messages)
` [PATCH 2/5] ARM: socfpga: socrates: set alias for ethernet0
` [PATCH 3/5] ARM: socfpga: add bbu handler for spi nor
` [PATCH 4/5] ARM: socfpga: socrates: register spi bbu handler
` [PATCH 5/5] ARM: socfpga: defconfig: add bootstrap_devfs
[PATCH v2]: imx-image changes
2015-07-16 7:48 UTC (3+ messages)
` [PATCH 1/2] scripts: imx-image: Do not pad image
` [PATCH 2/2] scripts: imx-image: Make in-place capable
[PATCH 1/2] ARM: AM335x: dts: Fix wrong GPMC size mapping for omaps
2015-07-16 7:34 UTC (4+ messages)
` [PATCH 2/2] ARM: am335x: Changed timer
[PATCH 1/2] scripts: imx-image: Do not pad image
2015-07-15 12:09 UTC (5+ messages)
` [PATCH 2/2] scripts: imx-image: Make in-place capable
[RFC v2] WIP: fbconsole: not so dirty font selection via param_enum
2015-07-15 10:27 UTC (4+ messages)
[PATCH 2/2] Add new barebox logo to the tree
2015-07-15 7:57 UTC
[PATCH] ARM: i.MX6: remove unnecessary includes
2015-07-15 6:04 UTC
[PATCH] ARM: i.MX6: Add i.MX6 entry function
2015-07-15 6:02 UTC
[PATCH 1/2] regulator: Factor out functions to work with regulator_internal
2015-07-15 5:52 UTC (2+ messages)
` [PATCH 2/2] regulator: Add support for regulator-boot-on device tree property
[PATCH] fixup! exitcall: Add exitcall infrastructure
2015-07-14 15:07 UTC (4+ messages)
` [PATCH] fixup! exitcall: move arch_shutdown to "
` Re: [PATCH] fixup! exitcall: Add "
[RFC] WIP: fbconsole: very dirty font selection via param_enum
2015-07-14 10:01 UTC (5+ messages)
[PATCH] fixup! ddr_spd: add routine for printing DDR2 SPD contents in human-readable format
2015-07-14 5:09 UTC (2+ messages)
[PATCH 0/3] add spd_decode command (SPD EEPROM data decoder)
2015-07-13 9:44 UTC (3+ messages)
` [PATCH 2/3] ddr_spd: add routine for printing DDR2 SPD contents in human-readable format
[PATCH] Build with -fno-delete-null-pointer-checks
2015-07-13 7:19 UTC (4+ messages)
i2c bus recovery support
2015-07-13 6:47 UTC (3+ messages)
` [PATCH 1/4] i2c: add bus recovery infrastructure
[PATCH] ARM: omap: xload: Fix func uninitialized warning
2015-07-13 6:34 UTC
[PATCH] fixup! WIP: video: implement quick-n-dirty framebuffer console
2015-07-13 6:26 UTC (2+ messages)
[PATCH] graphics_utils: Let fb_open allocate the screen
2015-07-13 6:17 UTC
[PATCH 1/2] ARM: i.MX: Add i.MX5 debug functions
2015-07-13 5:20 UTC (3+ messages)
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