aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Support for the Ebony 440GP reference board in arch/powerpcDavid Gibson2007-05-089-10/+375
* [POWERPC] Add device tree for EbonyDavid Gibson2007-05-081-0/+307
* [POWERPC] Holly bootwrapperJosh Boyer2007-05-082-1/+46
* [POWERPC] Holly DTSJosh Boyer2007-05-081-0/+198
* [POWERPC] lite5200(b) support for i2cDomen Puncer2007-05-072-4/+8
* [POWERPC] lite5200(b) DTS fixesDomen Puncer2007-05-072-4/+6
* [POWERPC] Fix some missing build dependencies in arch/powerpc/bootDavid Gibson2007-05-071-4/+5
* [POWERPC] bootwrapper: Only build cuImage if CONFIG_DEVICE_TREE is non-emptyScott Wood2007-05-071-1/+4
* [POWERPC] Small cleanups to the cuboot bootwrapper codeDavid Gibson2007-05-022-24/+19
* [POWERPC] Replace undocumented interface properties in dts filesKim Phillips2007-05-024-10/+4
* [POWERPC] Add dt_xlate_addr() to bootwrapperMark A. Greer2007-04-302-16/+35
* [POWERPC] bootwrapper: CONFIG_ -> CONFIG_DEVICE_TREEScott Wood2007-04-301-1/+1
* [POWERPC] bootwrapper: cuboot-83xx: Exclude upper 1MB from heap.Scott Wood2007-04-271-1/+1
* [POWERPC] bootwrapper: cuImage for 85xxScott Wood2007-04-272-1/+71
* [POWERPC] bootwrapper: Fix array handling in dt_xlate_reg().Scott Wood2007-04-271-12/+11
* [POWERPC] boot: More verbose gunzip error messageMilton Miller2007-04-271-1/+2
* [POWERPC] Enable make installAkinobu Mita2007-04-271-1/+1
* [POWERPC] Fix comment typo in Kurobox device treeGrant Likely2007-04-242-6/+6
* [POWERPC] bootwrapper: Use `unsigned long' for malloc sizesGeert Uytterhoeven2007-04-243-20/+21
* [POWERPC] bootwrapper: cuboot for 83xxScott Wood2007-04-242-1/+70
* [POWERPC] bootwrapper: Add ppcboot.hScott Wood2007-04-241-0/+108
* [POWERPC] bootwrapper: Add a cuboot platform and a cuImage targetScott Wood2007-04-243-4/+33
* [POWERPC] Fix detection of loader-supplied initrd on OF platformsPaul Mackerras2007-04-131-2/+4
* [POWERPC] bootwrapper: Decompress less, check moreMilton Miller2007-04-131-1/+4
* [POWERPC] bootwrapper: no-gzip fixesMilton Miller2007-04-132-2/+8
* [POWERPC] bootwrapper: missing relocation in crt0.SMilton Miller2007-04-131-2/+6
* [POWERPC] Routine to find the devtree node of a linux,phandleMark A. Greer2007-04-131-0/+6
* [POWERPC] Move bootwrapper ELF parsing routines to a fileMark A. Greer2007-04-134-67/+85
* [POWERPC] bootwrapper: Add dt_xlate_reg(), and use it to find serial registers.Scott Wood2007-04-133-2/+187
* [POWERPC] Clean up zImage handling of the command lineDavid Gibson2007-04-132-33/+21
* [POWERPC] Add device tree utility functions to zImageDavid Gibson2007-04-134-17/+136
* [POWERPC] 85xx: Add initial MPC8544 DS platform files.Jon Loeliger2007-03-291-0/+136
* [POWERPC] 83xx: Add MPC832x RDB board support.Michael Barkowski2007-03-291-0/+291
* [POWERPC] 86xx: Added 2nd PCI-Ex controller support for MPC8641 HPCN to DTS.Zhang Wei2007-03-261-0/+24
* [POWERPC] New reg.h for the zImageDavid Gibson2007-03-264-4/+26
* [POWERPC] Add gcc format warnings to zImage printf()David Gibson2007-03-262-5/+6
* [POWERPC] boot: Use a common zImage ruleMilton Miller2007-03-261-43/+24
* [POWERPC] boot: clean rule fixesMilton Miller2007-03-261-4/+4
* [POWERPC] boot: Use FORCEMilton Miller2007-03-261-17/+19
* [POWERPC] bootwrapper: Allow platforms to call library zImage_startMilton Miller2007-03-261-0/+2
* [POWERPC] bootwrapper: Add a fatal error helperMilton Miller2007-03-264-47/+28
* [POWERPC] boot: export flush_cacheMilton Miller2007-03-212-3/+1
* [POWERPC] boot: rebuild when wrapper changesMilton Miller2007-03-211-1/+2
* [POWERPC] bootwrapper: Make setprop accept a const buffer.Scott Wood2007-03-211-1/+2
* [POWERPC] bootwrapper: Make compression of the kernel image optional.Scott Wood2007-03-211-7/+17
* [POWERPC] bootwrapper: Add dt_ops methods.Scott Wood2007-03-212-10/+83
* [POWERPC] Add documentation for the zImage's gunzip convenience functionsDavid Gibson2007-03-162-3/+95
* [POWERPC] bootwrapper: Make ft_create_node() pay attention to the parent para...Scott Wood2007-03-162-5/+13
* [POWERPC] bootwrapper: Add ft_find_node_by_prop_value().Scott Wood2007-03-162-0/+68
* [POWERPC] bootwrapper: Make ft_get_parent() return a phandle, and NULL if alr...Scott Wood2007-03-162-8/+14