2010-05-05 | Graeme Russ | x86: Move GDT to a safe location in RAM Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2010-05-05 | Graeme Russ | x86: Add RAM bootstrap functionality Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2010-05-05 | Graeme Russ | x86: Split sc520 memory sizing versus reporting Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2010-05-05 | Graeme Russ | x86: Fix sc520 memory size reporting Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2010-05-05 | Graeme Russ | x86: Fix do_go_exec() Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2010-05-05 | Graeme Russ | x86: Add register dump to crash handlers Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2010-05-05 | Graeme Russ | x86: Fix MMCR Access Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2010-05-05 | Graeme Russ | x86: #ifdef out getenv_IPaddr() Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2010-05-05 | Graeme Russ | x86: Add unaligned.h Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-12-05 | Graeme Russ | i386: Final Relocation Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-12-05 | Graeme Russ | i386: Move references to link script exports Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-12-05 | Graeme Russ | i386: Remove inline asm symbols from .dynsym Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-12-05 | Graeme Russ | i386: Rearrange Interupt Handling Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-12-05 | Graeme Russ | i386: Fix race condition when using SC520 timers Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-12-05 | Graeme Russ | i386: Fix global label in inline asm compile error Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-12-05 | Graeme Russ | i386: Reorder source objects in lib_i386 Makefile Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-12-05 | Graeme Russ | i386: Fix link collisions resulting from gcc4.4.1 upgrade Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-12-05 | Graeme Russ | i386: Fix malloc initialization Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-12-05 | Graeme Russ | i386: Fix dlmalloc compile warning Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | Add PCI support to eNET board Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | i386: Moved PCI from #ifdef to conditional compile... Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | i386: Replace [read, write]_mmcr_[byte, word, long... Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | Misc sc520 cdp fixups Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | Fixup sc520_spunk board Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | Misc ds1722 fixups Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | Misc ti_pci1410a fixups Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | Misc SATA fixups Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | i386: Misc PCI fixups Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | Fix sc520 timer interrupt generation Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | Fix environment configuration for eNET board Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | i386: Fix regression introduced by commit 8c63d47651f7 Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | i386: Change inline asm global symbols to local Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-09-04 | Graeme Russ | i386: Add errno.h Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-03-20 | Graeme Russ | Add basic relocation to i386 port Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-03-20 | Graeme Russ | Implement SC520 timers Signed-off-by: Graeme Russ <graeme.russ at gmail.com> |
commit | commitdiff | tree |
2009-03-20 | Graeme Russ | Factor out SC520 sub-features Signed-off-by: Graeme Russ <graeme.russ at gmail.com> |
commit | commitdiff | tree |
2009-03-20 | Graeme Russ | Rewrite i386 interrupt handling Signed-off-by: Graeme Russ <graeme.russ at gmail.com> |
commit | commitdiff | tree |
2009-03-20 | Graeme Russ | Move ali512x.h Signed-off-by: Graeme Russ <graeme.russ at gmail.com> |
commit | commitdiff | tree |
2009-03-20 | Graeme Russ | Rename SC520 Configuration Options Signed-off-by: Graeme Russ <graeme.russ at gmail.com> |
commit | commitdiff | tree |
2009-02-25 | Graeme Russ | Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a10... Signed-off-by: Graeme Russ <graeme.russ at gmail.com> |
commit | commitdiff | tree |
2009-01-24 | Graeme Russ | Fixed off-by-one errors in lib_m68k/interrupts.c Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-01-24 | Graeme Russ | Removed all references to CONFIG_SYS_RESET_GENERIC Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-01-24 | Graeme Russ | Remove #ifdef CONFIG_SC520 in source code Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-01-24 | Graeme Russ | Added MMCR reset functionality Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-01-24 | Graeme Russ | Moved generic (triple fault) reset code Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-01-24 | Graeme Russ | Moved definition of set_vector() to new header file Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-01-24 | Graeme Russ | Moved sc520 specific code into new cpu/i386/sc520 folder Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-01-24 | Graeme Russ | Renamed cpu/i386/reset.S to resetvec.S Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2009-01-24 | Graeme Russ | Added initial eNET board support Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2008-12-09 | Graeme Russ | Moved sc520 PCI definitions to stand-alone file Signed Off By: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2008-12-09 | Graeme Russ | Fixed path to sc520 SSI include file Signed Off By: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2008-12-09 | Graeme Russ | Fixed build error due to #define of _LINUX_STRING_H_... Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2008-10-27 | Graeme Russ | i386: Renamed show_boot_progress in assembler code Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |
2008-09-09 | Graeme Russ | Update i386 code (sc520_cdp) Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |
commit | commitdiff | tree |