Forum Discussion
Altera_Forum
Honored Contributor
20 years agoU-Boot git repository
Hi All, CVS support for u-boot is EOL: http://forum.niosforum.com/forum/index.php...indpost&p=15735 (http://forum.niosforum.com/forum/index.php?act=st&f=18&t=4025&hl=&view=findpost&p=15735) ...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by smcnutt@Jun 9 2006, 09:41 AM hi hippo,
if you can spare the time -- i'd be grateful if you could try cloning from denx and pulling from psyent --
and let me know if you have any problems.
many thanks,
--scott
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16049)
--- quote end ---
--- Quote End --- Method 2 is OK. I will try make later. (ps, my git is git-1.3.3-1.fc5) <div class='quotetop'>QUOTE </div> --- Quote Start --- git pull http://www.psyent.com/git/uboot (http://www.psyent.com/git/uboot) nios2 Fetching refs/heads/nios2 from http://www.psyent.com/git/uboot (http://www.psyent.com/git/uboot) using http Getting alternates list for http://www.psyent.com/git/uboot/ (http://www.psyent.com/git/uboot/) Getting pack list for http://www.psyent.com/git/uboot/ (http://www.psyent.com/git/uboot/) Getting index for pack 307a4ccb7a3ef9094f77cbf2c1bd60416c5f7b12 Getting pack 307a4ccb7a3ef9094f77cbf2c1bd60416c5f7b12 which contains 9cc833783206efd25b4655aa451ce81e5cc28fc2 walk 9cc833783206efd25b4655aa451ce81e5cc28fc2 walk 1f6ce8f5ba013b9cfd2b8f9cea051d70f3b1bc43 walk 3d22d0b89bb3d669e27ff98d15ab013fbe04ee87 walk c2ced000f4f18361feb36ea257fabbb46913e1d4 Updating from e461a24113c66747510b07930a83b0d84171a559 to 9cc833783206efd25b4655aa451ce81e5cc28fc2 Fast forward CHANGELOG | 21 ++++ MAINTAINERS | 3 + MAKEALL | 2 Makefile | 9 ++ README | 1 board/altera/common/AMDLV065D.c | 190 +++++++++++++++++++++++++++++++++++++ board/altera/common/epled.c | 62 ++++++++++++ board/altera/ep1c20/Makefile | 50 ++++++++++ board/altera/ep1c20/config.mk | 31 ++++++ board/altera/ep1c20/ep1c20.c | 40 ++++++++ board/altera/ep1c20/u-boot.lds | 136 +++++++++++++++++++++++++++ board/altera/ep1s10/Makefile | 50 ++++++++++ board/altera/ep1s10/config.mk | 31 ++++++ board/altera/ep1s10/ep1s10.c | 40 ++++++++ board/altera/ep1s10/u-boot.lds | 136 +++++++++++++++++++++++++++ board/altera/ep1s40/Makefile | 50 ++++++++++ board/altera/ep1s40/config.mk | 31 ++++++ board/altera/ep1s40/ep1s40.c | 35 +++++++ board/altera/ep1s40/u-boot.lds | 136 +++++++++++++++++++++++++++ board/psyent/common/AMDLV065D.c | 57 +++++------ board/psyent/pk1c20/config.mk | 2 board/psyent/pk1c20/led.c | 14 +-- cpu/nios2/epcs.c | 38 +++++-- cpu/nios2/exceptions.S | 3 + cpu/nios2/interrupts.c | 18 ++-- cpu/nios2/serial.c | 26 ++--- cpu/nios2/sysid.c | 11 +- examples/Makefile | 2 examples/stubs.c | 2 include/asm-nios2/io.h | 7 + include/configs/EP1C20.h | 199 +++++++++++++++++++++++++++++++++++++++ include/configs/EP1S10.h | 193 ++++++++++++++++++++++++++++++++++++++ include/configs/EP1S40.h | 193 ++++++++++++++++++++++++++++++++++++++ include/configs/PK1C20.h | 20 ++-- include/nios2-epcs.h | 5 + lib_nios2/board.c | 10 ++ nios2_config.mk | 2 37 files changed, 1762 insertions(+), 94 deletions(-) create mode 100644 board/altera/common/AMDLV065D.c create mode 100644 board/altera/common/epled.c create mode 100644 board/altera/ep1c20/Makefile create mode 100644 board/altera/ep1c20/config.mk create mode 100644 board/altera/ep1c20/ep1c20.c create mode 100644 board/altera/ep1c20/u-boot.lds create mode 100644 board/altera/ep1s10/Makefile create mode 100644 board/altera/ep1s10/config.mk create mode 100644 board/altera/ep1s10/ep1s10.c create mode 100644 board/altera/ep1s10/u-boot.lds create mode 100644 board/altera/ep1s40/Makefile create mode 100644 board/altera/ep1s40/config.mk create mode 100644 board/altera/ep1s40/ep1s40.c create mode 100644 board/altera/ep1s40/u-boot.lds create mode 100644 include/configs/EP1C20.h create mode 100644 include/configs/EP1S10.h create mode 100644 include/configs/EP1S40.h[/b] --- Quote End ---