Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | | * | | | | | | AVR32: Make some AT32AP700x peripherals optional | Haavard Skinnemoen | 2007-12-17 | -0/+57 | |
| | | * | | | | | | AVR32: Rename at32ap7000 -> at32ap700x | Haavard Skinnemoen | 2007-12-17 | -1/+1 | |
| | | * | | | | | | atmel_mci: Show SR when block read fails | Haavard Skinnemoen | 2007-12-17 | -6/+7 | |
| | | | |_|_|_|/ | | | |/| | | | | |||||
| * | | | | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx | Wolfgang Denk | 2007-12-27 | -877/+773 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | Handle MPC85xx PCIe reset errata (PCI-Ex 38) | Kumar Gala | 2007-12-11 | -1/+29 | |
| | * | | | | | | Update Freescale MPC85xx ADS/CDS/MDS board config | Kumar Gala | 2007-12-11 | -0/+7 | |
| | * | | | | | | Handle Asynchronous DDR clock on 85xx | Kumar Gala | 2007-12-11 | -4/+45 | |
| | * | | | | | | Update Freescale MPC85xx ADS/CDS/MDS board config | Kumar Gala | 2007-12-11 | -88/+7 | |
| | * | | | | | | Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale. | Kumar Gala | 2007-12-11 | -9/+9 | |
| | * | | | | | | Move the MPC8540 ADS board under board/freescale. | Kumar Gala | 2007-12-11 | -3/+3 | |
| | * | | | | | | Move the MPC8560 ADS board under board/freescale. | Kumar Gala | 2007-12-11 | -3/+3 | |
| | * | | | | | | Move the MPC8568 MDS board under board/freescale. | Kumar Gala | 2007-12-11 | -3/+3 | |
| | * | | | | | | Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx | Kumar Gala | 2007-12-11 | -47/+28 | |
| | * | | | | | | Stop using immap_t on 85xx | Kumar Gala | 2007-12-11 | -124/+73 | |
| | * | | | | | | Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt | Kumar Gala | 2007-12-11 | -123/+0 | |
| | * | | | | | | Update MPC8568 MDS to use libfdt | Kumar Gala | 2007-12-11 | -35/+22 | |
| | * | | | | | | Add PCI Express support on MPC8568MDS | Haiying Wang | 2007-12-11 | -70/+206 | |
| | * | | | | | | Update MPC85xx CDS to use libfdt | Kumar Gala | 2007-12-11 | -74/+108 | |
| | * | | | | | | Update MPC8540 ADS to use libfdt | Kumar Gala | 2007-12-11 | -22/+18 | |
| | * | | | | | | Update MPC8560 ADS to use libfdt | Kumar Gala | 2007-12-11 | -37/+23 | |
| | * | | | | | | Stop using immap_t for cpm offset on 85xx | Kumar Gala | 2007-12-11 | -88/+87 | |
| | * | | | | | | Stop using immap_t for guts offset on 85xx | Kumar Gala | 2007-12-11 | -52/+36 | |
| | * | | | | | | Update MPC8544 DS config | Kumar Gala | 2007-12-11 | -95/+12 | |
| | * | | | | | | Update MPC8544DS to use libfdt | Kumar Gala | 2007-12-11 | -46/+35 | |
| | * | | | | | | Add libfdt based ft_cpu_setup for mpc85xx | Kumar Gala | 2007-12-11 | -1/+67 | |
| * | | | | | | | Merge branch 'testing' of git://www.denx.de/git/u-boot-fdt | Wolfgang Denk | 2007-12-27 | -52/+136 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | Conditionally compile fdt_fixup_ethernet() | Gerald Van Baren | 2007-12-07 | -0/+4 | |
| | * | | | | | | Convert boards that set memory node to use fdt_fixup_memory() | Kumar Gala | 2007-12-07 | -43/+7 | |
| | * | | | | | | Added fdt_fixup_stdout that uses aliases to set linux,stdout-path | Kumar Gala | 2007-12-07 | -0/+43 | |
| | * | | | | | | Add common memory fixup function | Kumar Gala | 2007-12-07 | -0/+79 | |
| | * | | | | | | Conditionally compile fdt_support.c | Kumar Gala | 2007-12-07 | -7/+1 | |
| | * | | | | | | Fix build breakage due to libfdt import | Kumar Gala | 2007-12-07 | -1/+1 | |
| | * | | | | | | Add spaces around the = in the fdt print format. | Gerald Van Baren | 2007-12-07 | -2/+2 | |
| | |/ / / / / | |||||
| * | | | | | | cfi_flash: Add manufacturer-specific fixups | Haavard Skinnemoen | 2007-12-17 | -14/+53 | |
| * | | | | | | cfi_flash: Add cmdset-specific init functions | Haavard Skinnemoen | 2007-12-17 | -63/+111 | |
| * | | | | | | cfi_flash: Read whole QRY structure in one go | Haavard Skinnemoen | 2007-12-17 | -86/+90 | |
| * | | | | | | cfi_flash: Use map_physmem() and unmap_physmem() | Haavard Skinnemoen | 2007-12-13 | -60/+109 | |
| * | | | | | | Introduce map_physmem() and unmap_physmem() | Haavard Skinnemoen | 2007-12-13 | -0/+267 | |
| * | | | | | | cfi_flash: Introduce read and write accessors | Haavard Skinnemoen | 2007-12-13 | -78/+127 | |
| * | | | | | | Implement __raw_{read,write}[bwl] on all architectures | Haavard Skinnemoen | 2007-12-13 | -1/+61 | |
| * | | | | | | cfi_flash: Reorder functions and eliminate extra prototypes | Haavard Skinnemoen | 2007-12-13 | -687/+656 | |
| * | | | | | | cfi_flash: Make some needlessly global functions static | Haavard Skinnemoen | 2007-12-13 | -7/+9 | |
| * | | | | | | cfi_flash: Break long lines | Haavard Skinnemoen | 2007-12-13 | -115/+189 | |
| * | | | | | | CFI: synchronize command offsets with Linux CFI driver | Bartlomiej Sieka | 2007-12-13 | -3/+21 | |
| * | | | | | | CFI: Coding style cleanup | Stefan Roese | 2007-12-08 | -5/+4 | |
| * | | | | | | CFI: support JEDEC flash roms in CFI-flash framework | Michael Schwingen | 2007-12-08 | -12/+421 | |
| |/ / / / / | |||||
* | | | | | | Remove CPCI440 board | Matthias Fuchs | 2007-12-27 | -1551/+0 | |
* | | | | | | Add support for Korat PPC440EPx board | Larry Johnson | 2007-12-27 | -0/+1082 | |
* | | | | | | Add configuration file for Korat board | Larry Johnson | 2007-12-27 | -0/+376 | |
* | | | | | | Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile | Larry Johnson | 2007-12-27 | -0/+2 |