aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-08-26fdt: refactor initrd related codeKumar Gala1-0/+1
2008-08-26fdt: refactor fdt resize codeKumar Gala1-0/+1
2008-08-26bootm: refactor image detection and os load stepsKumar Gala1-0/+9
2008-08-26bootm: move lmb into the bootm_headers_t structureKumar Gala1-1/+3
2008-08-26bootm: Set working fdt address as part of the bootm flowKumar Gala1-0/+2
2008-08-26bootm: refactor fdt locating and relocation codeKumar Gala1-0/+13
2008-08-26bootm: refactor ramdisk locating codeKumar Gala1-0/+2
2008-08-26bootm: refactor entry point codeKumar Gala1-0/+2
2008-08-26Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk5-30/+65
2008-08-26ADS5121: adjust image addresses in RAM and flashWolfgang Denk1-7/+9
2008-08-25change mvBL-M7 default env and move to vendor subdirAndre Schwarz1-27/+29
2008-08-25MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family d...Nick Spence2-1/+10
2008-08-25MPC8349EMDS: Add PCI Agent (PCISLAVE) supportIra W. Snyder1-1/+21
2008-08-25MPC8349EMDS: use 83XX_GENERIC_PCI setup codeIra W. Snyder1-1/+3
2008-08-25Merge branch 'next'Kim Phillips1-0/+2
2008-08-24libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()David Gibson1-0/+30
2008-08-24libfdt: Improve documentation in libfdt.hWolfram Sang1-14/+14
2008-08-24dtc: Enable and fix -Wcast-qual warningsDavid Gibson1-4/+4
2008-08-24dtc: Enable and fix -Wpointer-arith warningsDavid Gibson1-0/+12
2008-08-23Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk3-64/+89
2008-08-21Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park4-12/+33
2008-08-21ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patchStefan Roese1-12/+12
2008-08-21ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,Prodyut Hazarika3-64/+89
2008-08-21fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala1-1/+1
2008-08-21cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVERHeiko Schocher1-27/+27
2008-08-21Consolidate strmhz() implementationHaavard Skinnemoen1-1/+3
2008-08-21Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 BoardsAxel Beierlein2-0/+2
2008-08-21Add a hook to allow board-specific PIO mode setting.Steven A. Falco1-1/+3
2008-08-21Replace enums in ata.h with an include of libata.hSteven A. Falco1-60/+2
2008-08-21coldfire: fix CFI drivers activation with new macroJean-Christophe PLAGNIOL-VILLARD3-3/+3
2008-08-20hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVERHaavard Skinnemoen2-2/+2
2008-08-20Merge branch 'next' of git://git.denx.de/u-boot-avr32Haavard Skinnemoen4-0/+551
2008-08-20hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPTHaavard Skinnemoen1-1/+1
2008-08-20favr-32-ezkit: Fix printf format warningsHaavard Skinnemoen1-1/+1
2008-08-20Merge branch 'mimc200' of git://git.denx.de/u-boot-avr32Haavard Skinnemoen1-0/+177
2008-08-20avr32: Add MIMC200 boardMark Jackson1-0/+177
2008-08-18Minor code cleanup: keep lists sorted.Wolfgang Denk1-7/+7
2008-08-18Add support for ADT7460 I2C monitor chipRicardo Ribalda Delgado1-1/+2
2008-08-18Add 'license' command to U-Boot command lineHarald Welte1-0/+1
2008-08-18add 'unzip' command to u-boot commandlineHarald Welte1-0/+1
2008-08-14ColdFire: Multiple fixes for M5282EVBTsiChung Liew1-2/+2
2008-08-14ColdFire: Add M54451EVB platform support for MCF5445xTsiChung Liew2-2/+354
2008-08-14ColdFire: Add Serial Flash support for M54455EVBTsiChung Liew1-0/+4
2008-08-14ColdFire: Implement SBF feature for M5445EVBTsiChung Liew1-16/+76
2008-08-14ColdFire: Add SSPI feature for MCF5445xTsiChung Liew1-1/+15
2008-08-14ColdFire: Use CFI Flash driver for M54455EVBTsiChung Liew1-39/+6
2008-08-14ColdFire: Add M5253DEMO platform support for MCF5253TsiChung Liew1-0/+252
2008-08-14ColdFire: Raise M5253EVBE uart baudrate to 115200 bpsTsiChung Liew1-1/+1
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk7-40/+38
2008-08-14Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk4-42/+21