summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* disk: partitions: add EFI GUID Partition TableJean-Christophe PLAGNIOL-VILLARD2013-02-185-0/+1167
* disk: introduce partition nameJean-Christophe PLAGNIOL-VILLARD2013-02-163-13/+45
* partitons: add frameworkJean-Christophe PLAGNIOL-VILLARD2013-02-167-100/+194
* filetype: add GPT supportJean-Christophe PLAGNIOL-VILLARD2013-02-162-0/+53
* linux/types: import __aligned_x64 from the kernelJean-Christophe PLAGNIOL-VILLARD2013-02-161-0/+13
* arm: fix memset-related crashes caused by recent GCC (4.7.2) optimizationsIvan Djelic2013-02-151-41/+44
* ARM i.MX28: Add missing return value in non-void functionSascha Hauer2013-02-151-0/+2
* ARM at91sam9n12ek_defconfig: Fix reassigning of BAREBOX_MAX_IMAGE_SIZESascha Hauer2013-02-151-1/+0
* ARM OMAP phycard-a-l1: Add missing includeSascha Hauer2013-02-151-0/+1
* ARM i.MX21: Fix device names for gpioSascha Hauer2013-02-151-6/+6
* ARM i.MX35: Fix device names for gpioSascha Hauer2013-02-151-3/+3
* fix brown paper bag bug introduced with compile time loglevelSascha Hauer2013-02-151-4/+1
* Add warning above get_ram_sizeSascha Hauer2013-02-131-0/+3
* ARM i.MX28: change default watchdog reset methodSteffen Trumtrar2013-02-121-0/+12
* ArchosG9: solve regression in second stage lowlevel initVicente Bergas2013-02-121-2/+5
* oftree: fix probe supportJean-Christophe PLAGNIOL-VILLARD2013-02-111-0/+7
* phy/micrel: KSZ9021 diasable Asym Pause supportJean-Christophe PLAGNIOL-VILLARD2013-02-111-2/+6
* macb: add cadence Gigabit GEM supportJean-Christophe PLAGNIOL-VILLARD2013-02-112-42/+317
* macb: fix tx ring sizeJean-Christophe PLAGNIOL-VILLARD2013-02-111-15/+33
* net macb: reset the IP at initJean-Christophe PLAGNIOL-VILLARD2013-02-111-0/+23
* net macb: enable Tramsmit and Receive at openJean-Christophe PLAGNIOL-VILLARD2013-02-111-2/+3
* net macb: use the macro as in linux for tx/rx buffer ring sizeJean-Christophe PLAGNIOL-VILLARD2013-02-111-16/+17
* net macb: sync remaining define with linuxJean-Christophe PLAGNIOL-VILLARD2013-02-112-49/+92
* net macb: call macb_init at probe explicitlyJean-Christophe PLAGNIOL-VILLARD2013-02-111-5/+3
* sama5de3k: add gmacb supportJean-Christophe PLAGNIOL-VILLARD2013-02-111-0/+31
* ARM: mmu: Clear unpredictable bits for translation tableAlexander Shiyan2013-02-111-0/+3
* arm: rename reset and common_reset to barebox_arm_reset_vector and arm_cpu_lo...Jean-Christophe PLAGNIOL-VILLARD2013-02-0870-156/+156
* macb: drop non used defineJean-Christophe PLAGNIOL-VILLARD2013-02-081-4/+0
* macb: report timeout on sendJean-Christophe PLAGNIOL-VILLARD2013-02-081-3/+5
* macb: use dev_xx messageJean-Christophe PLAGNIOL-VILLARD2013-02-081-14/+18
* beagle: add nand partition and bootJean-Christophe PLAGNIOL-VILLARD2013-02-053-0/+30
* at91sam9: drop AT91_BASE_SYS for sdram controllerJean-Christophe PLAGNIOL-VILLARD2013-02-0512-74/+173
* at91sam926x_lowlevel_init: use struct to pass soc configJean-Christophe PLAGNIOL-VILLARD2013-02-055-37/+71
* at91sam926x_lowlevel_init: use pio macroJean-Christophe PLAGNIOL-VILLARD2013-02-051-3/+6
* at91: gpio: split accessor so we can use them for early initJean-Christophe PLAGNIOL-VILLARD2013-02-052-125/+154
* pbl: fix IMAGE_COMPRESSION_LZO-enabled build on MIPSAntony Pavlov2013-02-051-1/+3
* MIPS: pbl: fix none compression supportAntony Pavlov2013-02-051-6/+6
* Merge branch 'pu/arm-entry'Sascha Hauer2013-02-04143-400/+1064
|\
| * ARM pbl: inline decompress functionSascha Hauer2013-02-041-8/+3
| * ARM: disable HAVE_CONFIGURABLE_MEMORY_LAYOUTSascha Hauer2013-02-042-5/+4
| * generic memory layout: fix deps for [MALLOC|STACK]_BASESascha Hauer2013-02-041-4/+2
| * ARM: Automatically determine malloc sizeSascha Hauer2013-02-043-15/+28
| * ARM: Enable mmu earlySascha Hauer2013-02-043-1/+28
| * ARM: Factor out early mmu codeSascha Hauer2013-02-044-74/+61
| * ARM mmu: pickup already enabled mmuSascha Hauer2013-02-041-1/+8
| * ARM pbl: Use dynamic parameters for early malloc spaceSascha Hauer2013-02-041-4/+7
| * ARM: Setup stack at end of SDRAMSascha Hauer2013-02-045-9/+32
| * ARM start: pickup parameters from pblSascha Hauer2013-02-042-22/+23
| * ARM start-pbl: call uncompressed binary with argumentsSascha Hauer2013-02-041-9/+9
| * ARM start-pbl: make board_init_lowlevel_return staticSascha Hauer2013-02-041-9/+5