summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | | RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)Stefan Roese2008-08-25-1/+2
* | | Add note on dereferencing /aliases pointersGerald Van Baren2008-08-24-2/+2
* | | libfdt: Add support for using aliases in fdt_path_offset()Kumar Gala2008-08-24-2/+19
* | | libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()David Gibson2008-08-24-7/+60
* | | libfdt: Forgot one function when cleaning the namespaceDavid Gibson2008-08-24-2/+3
* | | libfdt: Improve documentation in libfdt.hWolfram Sang2008-08-24-14/+14
* | | libfdt: Increase namespace-pollution paranoiaDavid Gibson2008-08-24-122/+119
* | | dtc: Enable and fix -Wcast-qual warningsDavid Gibson2008-08-24-10/+11
* | | dtc: Enable and fix -Wpointer-arith warningsDavid Gibson2008-08-24-30/+47
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2008-08-23-73/+120
|\ \
| * | ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fixTirumala R Marri2008-08-22-5/+5
| * | ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patchStefan Roese2008-08-21-36/+25
| * | ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,Prodyut Hazarika2008-08-21-69/+127
* | | Make the YAFFS filesystem workRemy Bohmer2008-08-21-1/+4
* | | Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park2008-08-21-228/+772
* | | NAND: Remove delay from nand_boot_fsl_elbc.c.Scott Wood2008-08-21-2/+0
|/ /
* | fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala2008-08-21-50/+36
* | hush: Fix printf debug macro in hush.c so that it usable in U-BootStefan Roese2008-08-21-2/+6
* | cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVERHeiko Schocher2008-08-21-27/+27
* | Consolidate strmhz() implementationHaavard Skinnemoen2008-08-21-57/+40
* | fix mvbc_p board build warningsAndre Schwarz2008-08-21-6/+6
* | Makefile: fix posix support on findJean-Christophe PLAGNIOL-VILLARD2008-08-21-3/+3
* | Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 BoardsAxel Beierlein2008-08-21-0/+22
* | mod_i2c_mem() bugfixPeter Tyser2008-08-21-3/+3
* | Fix typo in spelling of ATAPI.Steven A. Falco2008-08-21-2/+2
* | Add a hook to allow board-specific PIO mode setting.Steven A. Falco2008-08-21-1/+49
* | Replace enums in ata.h with an include of libata.hSteven A. Falco2008-08-21-60/+2
* | coldfire: fix CFI drivers activation with new macroJean-Christophe PLAGNIOL-VILLARD2008-08-21-3/+3
* | fdt: fdt addr w/o any args reports back the current working addressKumar Gala2008-08-21-0/+8
* | fdt: added the ability to set initrd start/end via chosen commandKumar Gala2008-08-21-4/+17
* | Add command to enable/disable interruptsKumar Gala2008-08-21-0/+51
* | Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk2008-08-21-3/+10
|\ \
| * | CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()Nick Spence2008-08-20-0/+1
| * | CFI: Fix AMD Legacy sector protectTsiChung Liew2008-08-20-3/+9
* | | Merge branch 'master' of git://git.denx.de/u-boot-avr32Wolfgang Denk2008-08-21-37/+1556
|\ \ \
| * | | hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVERHaavard Skinnemoen2008-08-20-2/+2
| * | | Merge branch 'next' of git://git.denx.de/u-boot-avr32Haavard Skinnemoen2008-08-20-37/+1556
| |\ \ \ | | |/ / | |/| |
| | * | hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPTHaavard Skinnemoen2008-08-20-1/+1
| | * | favr-32-ezkit: Fix printf format warningsHaavard Skinnemoen2008-08-20-3/+3
| | * | MAINTAINERS: Sort avr32 section alphabeticallyHaavard Skinnemoen2008-08-20-11/+11
| | * | Merge branch 'mimc200' of git://git.denx.de/u-boot-avr32Haavard Skinnemoen2008-08-20-0/+512
| | |\ \
| | | * | avr32: Add MIMC200 boardMark Jackson2008-08-20-0/+512
| | * | | Merge branch 'favr-32' of git://git.denx.de/u-boot-avr32Haavard Skinnemoen2008-08-06-351/+1560
| | |\ \ \
| | | * | | avr32: add support for EarthLCD Favr-32 boardHans-Christian Egtvedt2008-08-06-0/+652
| | | |/ /
| | * | | Merge branch 'hammerhead' of git://git.denx.de/u-boot-avr32Haavard Skinnemoen2008-07-30-1325/+513
| | |\ \ \
| | | * | | Add support for the hammerhead (AVR32) boardJulien May2008-07-30-1/+416
| | * | | | Merge branch 'eth-cleanup' of git://git.denx.de/u-boot-avr32Haavard Skinnemoen2008-07-30-84/+24
| | |\ \ \ \
| | | * | | | Moved initialization of AVR32 Ethernet controllers to board_eth_init()Ben Warren2008-07-24-84/+24
* | | | | | | rtl8169: add support for RTL8110SCLYoshihiro Shimoda2008-08-18-6/+22
* | | | | | | Fix dm9000 receive status and len little endian issueTsiChung Liew2008-08-18-6/+10
|/ / / / / /