| Commit message (Expand) | Author | Files | Lines |
2007-03-21 | [POWERPC] bootwrapper: Make compression of the kernel image optional. | Scott Wood | 1 | -7/+17 |
2007-03-21 | [POWERPC] bootwrapper: Add dt_ops methods. | Scott Wood | 2 | -10/+83 |
2007-03-16 | [POWERPC] Correct apparently misspelled "XMON" preprocessor symbol. | Robert P. J. Day | 1 | -3/+3 |
2007-03-16 | [POWERPC] Add documentation for the zImage's gunzip convenience functions | David Gibson | 2 | -3/+95 |
2007-03-16 | [POWERPC] Update documentation for flat device tree format v17 | David Gibson | 2 | -6/+25 |
2007-03-16 | [POWERPC] 8xx parenthesis balance | Mariusz Kozlowski | 2 | -2/+2 |
2007-03-16 | [POWERPC] ibmebus: dynamic addition/removal of adapters, some code cleanup | Joachim Fenkes | 2 | -35/+134 |
2007-03-16 | [POWERPC] ibmebus: whitespace fixes | Joachim Fenkes | 2 | -84/+84 |
2007-03-16 | [POWERPC] 32-bit early_init() should zero from __bss_start to __bss_stop only | Mark A. Greer | 1 | -1/+2 |
2007-03-16 | [POWERPC] bootwrapper: Make ft_create_node() pay attention to the parent para... | Scott Wood | 2 | -5/+13 |
2007-03-16 | [POWERPC] bootwrapper: Add ft_find_node_by_prop_value(). | Scott Wood | 2 | -0/+68 |
2007-03-16 | [POWERPC] bootwrapper: Make ft_get_parent() return a phandle, and NULL if alr... | Scott Wood | 2 | -8/+14 |
2007-03-16 | [POWERPC] bootwrapper: Refactor ft_get_prop() into internal and external func... | Scott Wood | 1 | -19/+34 |
2007-03-16 | [POWERPC] bootwrapper: Add ft_find_device_rel(). | Scott Wood | 2 | -0/+15 |
2007-03-13 | [POWERPC] bootwrapper: Use map_string() instead of lookup_string() in ft_prop(). | Scott Wood | 1 | -1/+1 |
2007-03-13 | [POWERPC] bootwrapper: Modify *pp, not *p, in ft_shuffle(). | Scott Wood | 1 | -1/+1 |
2007-03-13 | [POWERPC] bootwrapper: Preserve the pp pointer in ft_make_space() when callin... | Scott Wood | 1 | -2/+8 |
2007-03-13 | [POWERPC] bootwrapper: Make ft_get_phandle() accept and return NULL. | Scott Wood | 1 | -0/+3 |
2007-03-13 | [POWERPC] bootwrapper: Rename ft_node_add() to ft_get_phandle(). | Scott Wood | 1 | -2/+2 |
2007-03-13 | [POWERPC] bootwrapper: Add ft_root_node(). | Scott Wood | 1 | -4/+9 |
2007-03-13 | [POWERPC] bootwrapper: Add stddef.h to ops.h | Scott Wood | 1 | -0/+1 |
2007-03-13 | [POWERPC] zImage: Cleanup and improve zImage entry point | David Gibson | 8 | -23/+61 |
2007-03-13 | [POWERPC] zImage: Cleanup and improve prep_kernel() | David Gibson | 3 | -66/+114 |
2007-03-13 | [POWERPC] zImage: Add more flexible gunzip convenience functions | David Gibson | 4 | -94/+192 |
2007-03-09 | [POWERPC] 750CL cputable entry | Jake Moilanen | 1 | -0/+12 |
2007-03-09 | [POWERPC] Remove fixed setting of ROOT_DEV for 7448HPC2 platforms | Zang Roy-r61911 | 1 | -10/+0 |
2007-03-09 | [POWERPC] Make find_and_init_pbs() a void function | Stephen Rothwell | 2 | -4/+2 |
2007-03-09 | [POWERPC] Allow xmon to build without CONFIG_DEBUG_BUGVERBOSE | Stephen Rothwell | 1 | -0/+4 |
2007-03-09 | [POWERPC] Allow pSeries to build without CONFIG_PCI | Stephen Rothwell | 7 | -30/+51 |
2007-03-09 | [POWERPC] Make iSeries build without CONFIG_PCI | Stephen Rothwell | 1 | -0/+3 |
2007-03-09 | [POWERPC] Create and use get_pci_dma_ops() | Stephen Rothwell | 4 | -9/+16 |
2007-03-09 | [POWERPC] Create and use set_pci_dma_ops | Stephen Rothwell | 8 | -11/+20 |
2007-03-09 | [POWERPC] DMA 4GB boundary protection | Jake Moilanen | 1 | -0/+10 |