summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* dummy malloc: Add licence headerSascha Hauer2013-03-081-0/+23
* defaultenv-2: add boot sequenceJean-Christophe PLAGNIOL-VILLARD2013-03-051-0/+2
* Merge branch 'for-next/mxs'Sascha Hauer2013-03-041-0/+40
|\
| * env: add register_persistent_environmentEric BĂ©nard2013-02-211-0/+40
* | Merge branch 'for-next/misc'Sascha Hauer2013-03-041-1/+23
|\ \
| * | hush: implement $*Sascha Hauer2013-02-261-0/+21
| * | hush: add getopt only if it enabledAlexander Aring2013-02-111-1/+2
| |/
* | Merge branch 'for-next/highbank'Sascha Hauer2013-03-041-0/+27
|\ \
| * | of: add do_fixup_by_compatible with u32 and string versionJean-Christophe PLAGNIOL-VILLARD2013-03-031-0/+27
* | | Merge branch 'for-next/gpt'Sascha Hauer2013-03-0410-108/+906
|\ \ \
| * | | disk: partitions: add EFI GUID Partition TableJean-Christophe PLAGNIOL-VILLARD2013-02-184-0/+620
| * | | 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-161-0/+52
| |/ /
* | | Merge branch 'for-next/dt'Sascha Hauer2013-03-041-0/+66
|\ \ \
| * | | DeviceTree: add support for initrd in the DTVicente Bergas2013-02-121-0/+66
| | |/ | |/|
* | | Merge branch 'for-next/console'Sascha Hauer2013-03-045-211/+111
|\ \ \
| * | | console: consolidate common console codeSascha Hauer2013-02-135-211/+111
| |/ /
* | | menu: fix remove superfluous newline: change puts() -> printf("%s", )Fabio Porcedda2013-02-261-1/+1
* | | fix compiler warnings: use puts() instead of printf()Fabio Porcedda2013-02-211-1/+1
| |/ |/|
* | Add warning above get_ram_sizeSascha Hauer2013-02-131-0/+3
|/
* ARM: Enable mmu earlySascha Hauer2013-02-041-0/+9
* ARM: Setup stack at end of SDRAMSascha Hauer2013-02-041-5/+0
* ARM: remove now unused MACH_[HAS|DO]_LOWLEVEL_INITSascha Hauer2013-02-041-12/+0
* Merge branch 'for-next/pbl'Sascha Hauer2013-02-041-41/+1
|\
| * pbl: move configs to pbl/KconfigJean-Christophe PLAGNIOL-VILLARD2013-01-301-41/+1
* | Merge branch 'for-next/oftree'Sascha Hauer2013-02-041-8/+51
|\ \
| * | oftree command: refactorSascha Hauer2013-01-191-3/+8
| * | of: remove unused barebox_fdtSascha Hauer2013-01-191-2/+0
| * | of: make of_get_fixed_tree more universally usableSascha Hauer2013-01-111-5/+45
* | | Merge branch 'for-next/misc'Sascha Hauer2013-02-044-7/+62
|\ \ \
| * | | introduce console none supportJean-Christophe PLAGNIOL-VILLARD2013-01-233-0/+47
| * | | console: switch select to choiceJean-Christophe PLAGNIOL-VILLARD2013-01-231-7/+11
| * | | barebox-data: add barebox-data sectionsAlexander Aring2013-01-181-0/+4
| | |/ | |/|
* | | Merge branch 'for-next/compile-log-level'Sascha Hauer2013-02-047-20/+47
|\ \ \
| * | | introduce compile time loglevelSascha Hauer2013-01-271-0/+16
| * | | treewide: fix format specifiersSascha Hauer2013-01-276-20/+31
| |/ /
* | | menu: the dependancy on process escape is wrong drop itJean-Christophe PLAGNIOL-VILLARD2013-01-311-1/+0
* | | filetype: add is_barebox_mips_head supportJean-Christophe PLAGNIOL-VILLARD2013-01-221-1/+1
* | | filetype: Make buf in file_detect_type constSascha Hauer2013-01-201-5/+5
* | | defaultenv loading: rework to use less ifdefs/definesSascha Hauer2013-01-201-18/+22
* | | startup: add __noreturn to start_bareboxSascha Hauer2013-01-201-2/+1
* | | startup: Use IS_ENABLED for loading environmentSascha Hauer2013-01-201-9/+11
* | | startup: use IS_ENABLED instead of ifdefSascha Hauer2013-01-201-9/+8
* | | move prototypes for envfs_* to envfs.hSascha Hauer2013-01-201-1/+1
* | | make file_*_action staticSascha Hauer2013-01-201-2/+2
* | | move struct action_data to the only file using itSascha Hauer2013-01-201-0/+7
* | | startup: call a barebox_main function pointer at the end of the startupSascha Hauer2013-01-202-7/+14
|/ /
* | meminfo: fix display of allocated addressesAlexander Aring2013-01-141-3/+3
* | memory: fix size address calculationAlexander Aring2013-01-141-2/+2