[RFC 0/3] MIPS: add the initial support for lowlevel init
2012-05-13 17:24 UTC (2+ messages)
` [RFC 1/3] MIPS: move start.S code to .text_entry section
[PATCH] fix typo funtion -> function
2012-05-13 16:36 UTC
[Pull request] Minimal S5PV210 support
2012-05-13 12:40 UTC (12+ messages)
` [PATCH 0/9] "
` [PATCH 1/9] Support most Samsung SoCs in S3C serial driver
` [PATCH 2/9] Fine split S3C arch dependencies from generic code
` [PATCH 3/9] Minimal S5PV210 + Tiny210 support (2nd stage only)
` [PATCH 4/9] S5PV210 iROM magic boot code
` [PATCH 5/9] S5P DRAM support
` [PATCH 6/9] S5P lowlevel clock init
` [PATCH 7/9] Revert "S5PV210 iROM magic boot code"
` [PATCH 8/9] S5P iROM boot support - improved
` [PATCH 9/9] S5P boot header and image generator
[PATCH] Removed duplicate definition for DEVFS_PARTITION_xxx
2012-05-13 12:26 UTC
[PATCH] ARM: put a valid "barebox" signature in the header on big-endian systems
2012-05-13 12:20 UTC (9+ messages)
[PATCH] timeout: allow to set a variable with the key pressed
2012-05-13 12:07 UTC
device parameter patches
2012-05-13 12:04 UTC (3+ messages)
` [PATCH 1/2] parameter: return empty string for unset parameters
` [PATCH 2/2] parameter: remove unused struct member
[PATCH] fs: Add NFS support
2012-05-13 10:48 UTC
[PATCH] Make errno a positive value
2012-05-13 10:47 UTC
[PATCH 1/4] PCM038: Update board description
2012-05-13 9:13 UTC (5+ messages)
` [PATCH 2/4] PCM038: Call power_init() after initializing SPI
` [PATCH 3/4] PCM038: Remove unused includes
` [PATCH 4/4] PCM038: Initial PCM970 development board support
[PATCH] defaultenv: don't overwrite in config
2012-05-13 9:05 UTC (3+ messages)
[PATCH] NOR flash: reduce size of cfiword_t if not using 64-bit bus
2012-05-13 9:03 UTC (4+ messages)
[PATCH 1/2] MIPS: add common header file for DEBUG_LL via NS16550
2012-05-13 9:02 UTC (3+ messages)
` [PATCH 2/2] MIPS: malta: use common DEBUG_LL code for NS16550
[PATCH 1/2] i2c: Fix barebox crash when 'count' is not set for i2c_read command
2012-05-11 20:17 UTC (10+ messages)
` [PATCH 2/2] i2c: Added switch for allowing usage 16bit register addresses
` Re[2]: "
[PATCH] fix typo addreee -> address
2012-05-11 19:56 UTC (2+ messages)
barebox, omap3530_beagle_xload and qemu-linaro
2012-05-11 19:49 UTC (2+ messages)
[PATCH] ARM: Shutdown barebox (MMU) before setting ATAGS to avoid page #0 fault
2012-05-11 19:00 UTC (2+ messages)
[PATCH 1/1] linux/types.h: define phys_size_t
2012-05-11 10:58 UTC
[RFC 0/5] MIPS: add XBurst processor family support
2012-05-11 9:11 UTC (10+ messages)
` [RFC 1/5] MIPS: add common header file for DEBUG_LL via NS16550
` [RFC 2/5] MIPS: add XBurst processor family support
` [RFC 3/5] MISP: XBurst: add JZ4755 CPU support
` [RFC 4/5] MIPS: XBurst: add Ritmix RZX-50 board support
` [RFC 5/5] MIPS: add defconfig for Ritmix RZX-50 board
[RFC] MIPS: initial modules support
2012-05-11 7:24 UTC (2+ messages)
[PATCH 1/1] ppc reloc.S: use a common trap relocation function
2012-05-11 7:07 UTC (2+ messages)
[PATCH 1/1] ppc io.h: update following MMIO primitives fix
2012-05-11 7:06 UTC (2+ messages)
[RFCv2 1/2] MIPS: start.S: add "barebox" label at _start + 0x10
2012-05-11 7:05 UTC (4+ messages)
` [RFCv2 2/2] MIPS: bootm: add "MIPS barebox" handler
[PATCH] arm: mxs: get MAC from OCOTP for MX28EVK
2012-05-10 12:28 UTC (2+ messages)
[PATCH 0/8] arm: mxs: add ocotp write support
2012-05-08 7:54 UTC (9+ messages)
` [PATCH 1/8] arm: mxs: make get_hclk result useable for upcoming set_hclk
` [PATCH 2/8] arm: mxs: add imx_set_hclk
` [PATCH 3/8] arm: mxs: refactor access to power domain
` [PATCH 4/8] arm: mxs: add POWER_BASE for MX28, too
` [PATCH 5/8] arm: mxs: add functions to get/set vddio
` [PATCH 6/8] arm: mxs: refactor timeout routine for ocotp
` [PATCH 7/8] arm: mxs: use consistent naming for #defines "
` [PATCH 8/8] arm: mxs: add write support "
string processing
2012-05-08 7:24 UTC (4+ messages)
` Antwort: "
[PATCH] ARM: Changes to bootz
2012-05-07 13:38 UTC (2+ messages)
[PATCH] README: fix some typos
2012-05-07 7:55 UTC (2+ messages)
RFC: Fix big endian MMIO primitives
2012-05-07 7:51 UTC (5+ messages)
RFC: Force a 2s delay on startup to allow bypassing /dev/env0
2012-05-07 0:14 UTC (5+ messages)
[PATCH] Cosmetic: fix endianness convertions in read[wlq]()
2012-05-06 20:08 UTC (3+ messages)
RFC: memmap() now returns NULL on failure
2012-05-06 18:05 UTC (2+ messages)
[PATCH] ARM: remove unused struct param_struct and related info
2012-05-06 17:19 UTC (2+ messages)
[PATCH] PCM038: choose boot device by parsing barebox_loc magic variable
2012-05-06 5:42 UTC
I wonder what exactly I was going to achieve
2012-05-05 21:52 UTC
[PATCH 0/4] Support Samsung S5PV210 CPU
2012-05-04 12:34 UTC (19+ messages)
` [PATCH 1/4] Support most Samsung SoCs in S3C serial driver
` [PATCH 2/4] Fine split S3C arch dependencies from generic code
` missing sscanf
` [PATCH 3/4] Minimal S5PV210 + Tiny210 support (2nd stage only)
` [PATCH 4/4] S5PV210 iROM magic boot code
[PATCH 1/1] complete: fix duplicate env eval list
2012-05-03 18:00 UTC (2+ messages)
v2012.05.0
2012-05-03 8:00 UTC
improved complete support: the list of available variable name completions is dubbed
2012-05-03 8:00 UTC (6+ messages)
[PATCH V4 0/4] MPC85xx support
2012-05-03 7:13 UTC (7+ messages)
` [PATCH V4 1/4] Preparation stage to support multiple PPC architectures
` [PATCH V4 2/4] Minimal support of the MPC85xx architecture
` [PATCH V4 3/4] Header files update to support the mpc85xx
` [PATCH V4 4/4] Minimal P2020RDB platform support and configuration file
support for OMAP-L138
2012-05-02 13:38 UTC
[ANNOUNCE] Meet the penguins at the LinuxTag 2012 in Berlin
2012-05-02 13:17 UTC
drivers/power ? drivers/hwmon ?
2012-05-02 12:57 UTC (2+ messages)
Flashing kernel from Linux
2012-05-02 10:42 UTC (2+ messages)
[PATCH] hush: bail out of scripts on syntax error
2012-05-02 7:36 UTC (2+ messages)
[PATCH] uimage/file_to_sdram: fix resource allocation
2012-05-02 6:48 UTC
[PATCH 1/1] complete: eth typo fix
2012-05-02 2:18 UTC
[PATCH 00/11 v3] improve complete support
2012-05-01 19:43 UTC (13+ messages)
` [PATCH 01/11] stringlist: use seperately allocated string
` [PATCH 02/11] stringlist: implement string_list_add_asprintf
` [PATCH 03/11] complete: add var and device param complete support
` [PATCH 04/11] complete: add generic command complete framework
` [PATCH 05/11] complete: add device name complete support for devinfo
` [PATCH 06/11] complete: add help complete support
` [PATCH 07/11] complete: add empty "
` [PATCH 08/11] complete: add eth interface "
` [PATCH 09/11] complete: add go and sleep support
` [PATCH 10/11] complete: add delpart complete support
` [PATCH 11/11] complete: add executable file support
[PATCH 0/3] qemu-malta nor flash support
2012-05-01 19:41 UTC (5+ messages)
` [PATCH 1/3] mips: add in_be16/32 and out_be16/32 for cfi support
` [PATCH 2/3] qemu-malta: rename serial.c to init.c
` [PATCH 3/3] qemu-malta: add nor flash support
debugging on board
2012-04-30 15:25 UTC (9+ messages)
imx35_nand driver
2012-04-30 12:29 UTC (3+ messages)
[PATCH] Makefile: add barebox.srec to 'clean'
2012-04-30 12:02 UTC (4+ messages)
[RFC 1/2] MIPS: start.S: add "barebox" label at _start + 8
2012-04-30 11:51 UTC (3+ messages)
[PATCH] netX: fixes, cleanups, helpers and a new platform: THLINK-ETH
2012-04-30 11:46 UTC (3+ messages)
` [PATCH 7/7] netX: add the 'th link' platform
[PATCH] Increase heapsize for i.MX21ADS board again
2012-04-30 11:43 UTC (2+ messages)
initramfs
2012-04-30 11:40 UTC (2+ messages)
[PATCH] bootm: fix initrd handling
2012-04-30 11:39 UTC
misc patches
2012-04-30 11:32 UTC (5+ messages)
` [PATCH 1/4] edit: Add proper screen size handling
` [PATCH 2/4] remove dlmalloc.src
` [PATCH 3/4] dhcp: set start time
` [PATCH 4/4] tlsf_malloc: return valid pointer for malloc(0)
hush fixes and cleanups
2012-04-30 11:19 UTC (3+ messages)
` [PATCH 03/13] hush: cleanup coding style
` [PATCH 05/13] hush: run_pipe_real must have num_progs == 1
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