summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: add target to produce a SPL compatible uImageJan Luebbe2012-09-292-1/+19
* ARM i.MX: add debug for iomux-v3Sascha Hauer2012-09-281-0/+4
* genenv: Allow to also specify files for the environment instead of only direc...Jean-Christophe PLAGNIOL-VILLARD2012-09-111-1/+5
* libbb: remove vi tabwidth settingAlexander Aring2012-09-111-1/+0
* common: split out meminfo output and make it optionalJan Luebbe2012-09-065-23/+30
* Atmel sam9x boards: enable the pblJean-Christophe PLAGNIOL-VILLARD2012-09-067-0/+7
* Calao boards: enable the pblJean-Christophe PLAGNIOL-VILLARD2012-09-0610-0/+10
* Merge branch 'for-next/usb'Sascha Hauer2012-09-051-1/+2
|\
| * usb: use ep-specific pwrgood delaySteffen Trumtrar2012-08-311-1/+2
* | Merge branch 'for-next/smc911x'Sascha Hauer2012-09-055-397/+565
|\ \
| * | smc911x: check if the device is ready before using itJean-Christophe PLAGNIOL-VILLARD2012-09-031-1/+11
| * | smc911x: update chip detectionJean-Christophe PLAGNIOL-VILLARD2012-09-032-39/+34
| * | smc911x: improve detection handleJean-Christophe PLAGNIOL-VILLARD2012-09-032-1/+22
| * | smc911x: add support to pass the shift via platform dataJean-Christophe PLAGNIOL-VILLARD2012-09-035-43/+109
| * | smc911x: add 16bit bus width supportJean-Christophe PLAGNIOL-VILLARD2012-09-031-5/+29
| * | smc911x: introduce read/write opsJean-Christophe PLAGNIOL-VILLARD2012-09-031-38/+63
| * | smc911x: move register define to smc911x.hJean-Christophe PLAGNIOL-VILLARD2012-09-032-327/+354
* | | Merge branch 'for-next/sandbox'Sascha Hauer2012-09-053-32/+64
|\ \ \
| * | | sandbox: fix malloc argumentAlexander Aring2012-09-031-30/+57
| * | | sandbox: fix whitespaces in board fileAlexander Aring2012-09-031-1/+1
| * | | sandbox: add asm-generic/io.hAlexander Aring2012-09-031-1/+6
| |/ /
* | | Merge branch 'for-next/ppc'Sascha Hauer2012-09-0510-0/+946
|\ \ \
| * | | ppc: P2020RDB Ethernet configurationRenaud Barbier2012-08-102-0/+20
| * | | fsl: Freescale TSEC specific initialization.Renaud Barbier2012-08-102-0/+50
| * | | net: GIANFAR driverRenaud Barbier2012-08-105-0/+869
| * | | ppc: GIANFAR base address definitionRenaud Barbier2012-08-101-0/+7
* | | | Merge branch 'for-next/pbl'Sascha Hauer2012-09-0578-166/+982
|\ \ \ \
| * | | | create a common ARM flush_icache functionSascha Hauer2012-08-133-6/+14
| * | | | ARM pbl: enable MMU during decompressionSascha Hauer2012-08-132-0/+75
| * | | | ARM MMU: call __mmu_cache_* as regular C functionsSascha Hauer2012-08-132-19/+14
| * | | | ARM __mmu_cache_*: Do not clobber registersSascha Hauer2012-08-132-3/+6
| * | | | ARM pbl: generate zbarebox.map in $(obj)Sascha Hauer2012-08-121-1/+1
| * | | | ARM: fix netx/MLO/s5p image build for pblSascha Hauer2012-08-121-16/+29
| * | | | ARM Makefile: Do not hardcode targets in MLO/netx/davinci/s5pSascha Hauer2012-08-121-6/+6
| * | | | ARM boards: Make boards pbl safeSascha Hauer2012-08-1238-5/+47
| * | | | ARM s3c boards: Do not hardcode image sizesSascha Hauer2012-08-124-21/+10
| * | | | ARM eukrea cpuimx25: Move flash_header to seperate fileSascha Hauer2012-08-123-34/+62
| * | | | Makefile: generate a barebox-flash-image linkSascha Hauer2012-08-125-18/+8
| * | | | Makefile.lib: add disasm and ln commandsSascha Hauer2012-08-122-3/+7
| * | | | Merge tag 'pbl' of git://git.jcrosoft.org/barebox into for-next/pblSascha Hauer2012-08-0326-46/+715
| |\ \ \ \
| | * | | | arm: always enable the garbage collector for pblJean-Christophe PLAGNIOL-VILLARD2012-08-031-0/+2
| | * | | | kbuild: allow to have custom cppflags for pblJean-Christophe PLAGNIOL-VILLARD2012-08-031-2/+2
| | * | | | at91: add lowlevel init to the pblJean-Christophe PLAGNIOL-VILLARD2012-08-031-0/+2
| | * | | | ARM pbl: Add .gitignore for generated filesSascha Hauer2012-08-031-0/+5
| | * | | | compressed image: add gzip supportJean-Christophe PLAGNIOL-VILLARD2012-08-035-0/+16
| | * | | | ARM: add early malloc support needed by the decompressorJean-Christophe PLAGNIOL-VILLARD2012-08-031-0/+8
| | * | | | decompressor: import malloc/free implementation for linux 3.4Jean-Christophe PLAGNIOL-VILLARD2012-08-031-0/+68
| | * | | | Add compressed image supportJean-Christophe PLAGNIOL-VILLARD2012-08-034-5/+69
| | * | | | pbl: discard unwind symbol if enable in bareboxJean-Christophe PLAGNIOL-VILLARD2012-08-035-2/+29
| | * | | | Add pre-bootloader (pbl) image supportJean-Christophe PLAGNIOL-VILLARD2012-08-0316-41/+459