| Commit message (Expand) | Author | Age | Files | Lines |
* | add delays around 16-bit enable/disable a la the driver; w/o this | sam | 2008-12-19 | 1 | -0/+2 |
* | merge WIP multi-board support; tested on Avila and Cambria, still | sam | 2008-12-13 | 4 | -75/+154 |
* | Let ARM loader(8) build with the man page. | raj | 2008-11-27 | 1 | -4/+3 |
* | Initial storage functionality for U-Boot support library. | raj | 2008-11-19 | 3 | -3/+4 |
* | Initial support of loader(8) for ARM machines running U-Boot. | raj | 2008-10-14 | 7 | -1/+422 |
* | More diff reductions against ixp425/boot2/boot2.c. This time, we | imp | 2008-10-07 | 1 | -0/+87 |
* | Diff reduction with boot/arm/at91/boot2/boot2.c: indent this statement | imp | 2008-10-07 | 1 | -1/+1 |
* | don't hardcode cc | sam | 2008-10-07 | 1 | -3/+3 |
* | Add a boot loader for ixp425 based boards like the Gateworks Avila | jhay | 2008-10-06 | 7 | -0/+1473 |
* | Bring in the trivial differences between this code and John Hay's new | imp | 2008-10-05 | 1 | -17/+26 |
* | Remove XMODEM_DL support. It never was complete and only serves to | imp | 2008-10-05 | 3 | -14/+0 |
* | Indent with 8-space tabs. This reduces the diffs to the newer ixp425 | imp | 2008-10-05 | 1 | -165/+169 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 2 | -0/+5 |
* | - remove code from oroginal file, which is not required on BWCT boards | ticso | 2007-12-23 | 1 | -52/+86 |
* | BWCT boards uses two different SPI flash chips | ticso | 2007-12-23 | 1 | -2/+3 |
* | Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE is | jhb | 2007-10-26 | 1 | -0/+1 |
* | Fix signedness to make gcc happy. | cognet | 2007-10-25 | 3 | -4/+4 |
* | Load the bytes into the EMAC's MAC address register in the proper | imp | 2007-10-25 | 1 | -2/+2 |
* | Don't pass RB_BOOTINFO to the kernel. There's no bootinfo actually | imp | 2007-08-17 | 1 | -1/+1 |
* | Use the .S version for now. I have a version optimized for size p4, | imp | 2007-08-09 | 1 | -1/+1 |
* | MFp4: | imp | 2007-07-13 | 11 | -34/+197 |
* | Loop on sdcard init. This helps if one hasn't plugged in the card | imp | 2007-04-02 | 1 | -1/+2 |
* | RTC_TIMR's RTC_SEC field is BCD. That makes it unsuitable for | imp | 2007-03-28 | 4 | -8/+13 |
* | Since we're about to set ST_RTMR to 1 to increase the accuracy of the | imp | 2007-03-28 | 1 | -3/+0 |
* | All SD cards have a block size of 512. The READ_BL_LEN field in the | imp | 2007-03-28 | 1 | -4/+6 |
* | Various buglets fixed (from submitter): | imp | 2007-03-28 | 1 | -6/+7 |
* | Fix problem where memcmp would return true in the case where the | imp | 2007-03-28 | 1 | -1/+1 |
* | Fix off by one error in length of the string. | imp | 2007-03-28 | 1 | -1/+1 |
* | Remove vestiges of very specific fpga support for my company's board. | imp | 2007-03-15 | 2 | -38/+1 |
* | MFp4: differences for bwct ethernet attachment | imp | 2006-12-20 | 2 | -3/+13 |
* | MFp4: Differences in flash part for bwct. need a more generic way to cope. | imp | 2006-12-20 | 2 | -0/+35 |
* | MFp4: Add timeout to eeprom access for lame eeprom that go awol | imp | 2006-12-20 | 2 | -4/+8 |
* | MFp4: bwct memory size and PLL parameters | imp | 2006-12-20 | 1 | -0/+8 |
* | MFp4: bwct boot rom is different. need a more generic way to cope long term. | imp | 2006-12-20 | 1 | -0/+4 |
* | MFp4: Delay a second or two after the upload before printing Done. | imp | 2006-12-20 | 1 | -2/+6 |
* | MFp4: bwct is a new board choice. | imp | 2006-12-20 | 1 | -1/+1 |
* | Mfp4: Remove mci_device.c. It should have been removed when it was | imp | 2006-11-16 | 1 | -575/+0 |
* | Move to using a common arm_init.S. These things are more similar than | imp | 2006-11-16 | 8 | -248/+26 |
* | MFp4: Don't fix the size at 8k, and some minor cleanups. andre@ contributed | imp | 2006-11-16 | 1 | -4/+11 |
* | MFp4: Improvements, including the ability to download to an arbitrary | imp | 2006-11-16 | 1 | -5/+8 |
* | Tweaks for better boot flavor support. | imp | 2006-11-16 | 1 | -5/+2 |
* | Mfp4: We no longer need ee.h included here. | imp | 2006-11-16 | 1 | -1/+0 |
* | MFp4: boot2 should now build | imp | 2006-11-09 | 2 | -1/+3 |
* | MFp4: boot on KB9202 correctly. Also, reduce the size of the SD/MMC driver | imp | 2006-11-09 | 15 | -163/+331 |
* | MFp4: Support KB9202 booting better | imp | 2006-11-09 | 1 | -0/+4 |
* | Fix typo | imp | 2006-11-09 | 1 | -1/+1 |
* | MFp4: Make boot2 work on Kwikbyte KB9202 boards. | imp | 2006-11-09 | 4 | -10/+67 |
* | MFp4: Merge a slightly more generic build infrastructure. | imp | 2006-11-09 | 1 | -6/+8 |
* | MFp4: Remove bogus \r | imp | 2006-11-09 | 1 | -2/+2 |
* | Don't descend into at91 until we sort out the boot loader issues more generally | imp | 2006-10-23 | 1 | -1/+1 |