Marian Balakowicz
4f0645eb79
Fix LOG_DIR directory creation error.
...
Add support for automatic creation of BUILD_DIR directory.
19 years ago
Stefan Roese
887e2ec9ec
Add support for AMCC Sequoia PPC440EPx eval board
...
- Add support for PPC440EPx & PPC440GRx
- Add support for PPC440EP(x)/GR(x) NAND controller
in cpu/ppc4xx directory
- Add NAND boot functionality for Sequoia board,
please see doc/README.nand-boot-ppc440 for details
- This Sequoia NAND image doesn't support environment
in NAND for now. This will be added in a short while.
Patch by Stefan Roese, 07 Sep 2006
19 years ago
Wolfgang Denk
0dab03ba8f
Fix mkimage -l bug with multifile images on 64bit platforms
...
Patch by David Updegraff, 06 Sep 2006
19 years ago
Wolfgang Denk
f60ba0d35e
Fix build problems on sorcery board.
19 years ago
Wolfgang Denk
6741ae92f3
Merge with /home/m8/git/u-boot
19 years ago
Wolfgang Denk
360b410367
Fixed problems on PRS200 board caused by adding splash screen on MCC200
19 years ago
Wolfgang Denk
fc43de0d4a
Merge with /home/wd/git/u-boot/master
19 years ago
Marian Balakowicz
f93286397e
Add support for a saving build objects in a separate directory.
...
Modifications are based on the linux kernel approach and
support two use cases:
1) Add O= to the make command line
'make O=/tmp/build all'
2) Set environement variable BUILD_DIR to point to the desired location
'export BUILD_DIR=/tmp/build'
'make'
The second approach can also be used with a MAKEALL script
'export BUILD_DIR=/tmp/build'
'./MAKEALL'
Command line 'O=' setting overrides BUILD_DIR environent variable.
When none of the above methods is used the local build is performed and
the object files are placed in the source directory.
19 years ago
Marian Balakowicz
24d3d37546
Remove the board/netstar/crcit binary from git repository.
19 years ago
Marian Balakowicz
6608043fd4
Fix tools/updater build error.
19 years ago
Marian Balakowicz
4c15ef55a2
tools/easylogo/easylogo.c
19 years ago
Detlev Zundel
bfdfd7c26c
Added David Updegraff as maintainer of CRAYL1
19 years ago
Detlev Zundel
2c05165173
Added changelog entry for previous small commits and extended README on
...
coding style.
19 years ago
Detlev Zundel
ec0f7277cb
Added another example showing simple interrupt interception.
19 years ago
Detlev Zundel
d7c2a02dea
Added simple_strtoul(), getenv() and setenv() to the exported functions.
...
Also bumped up ABI version to reflect this change.
19 years ago
Detlev Zundel
43835aac48
Added interrupt handling capabilities for mpc5xxx processors.
...
Also added Linux like BUG() macros.
19 years ago
Wolfgang Denk
7d0432c9e4
Coding Style cleanup.
...
Patch by Stefano Babic, 31 Aug 2006
19 years ago
Wolfgang Denk
e8143e72e1
Add splashscreen support for MCC200 board.
19 years ago
Wolfgang Denk
0fd30252c8
Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled
19 years ago
Zhang Wei
88c8f4921f
Fixed an OF-tree off-by-one bug when adding a new property name.
...
This bug will cause the kernel booting to pause a long time.
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
(cherry picked from 2f15776ccc
commit)
19 years ago
Jon Loeliger
0855c50e65
Merge branch 'mpc86xx'
19 years ago
Jon Loeliger
9bff7a69a8
Remove trailing empty lines.
19 years ago
Jon Loeliger
42868896df
Merge branch 'mpc86xx'
19 years ago
Jon Loeliger
cd6d73d5b8
Remove bogus msync and use volatile asm.
19 years ago
Jon Loeliger
34760e662e
Merge branch 'mpc86xx'
19 years ago
Jon Loeliger
b5338b23a1
Merge branch 'mpc85xx'
19 years ago
Jon Loeliger
778d45049c
Add myself as maintainer for MPC8641HPCN.
19 years ago
Zhang Wei
2f15776ccc
Fixed an OF-tree off-by-one bug when adding a new property name.
...
This bug will cause the kernel booting to pause a long time.
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
19 years ago
Wolfgang Denk
2b75062a0f
Merge with /home/sr/git/u-boot/denx
19 years ago
Wolfgang Denk
21a9cc028d
Fix typo.
19 years ago
Stefan Roese
2b393b0f0a
PCIe endpoint support for AMCC Yucca 440SPe board
...
Patch by Tirumala R Marri, 26 Aug 2006
19 years ago
Stefan Roese
f5577aae4a
Improve DIMM detection for AMCC Yucca 440SPe board
...
Improved the memory DIMM detection for the Yucca 440SPe board for
the case where a memory DIMM is falsely detected as present.
This issue is seen on some AMCC Yucca 440SPe validation boards if
only one 512MB memory DIMM is installed, i.e. DIMM slot 0 is
populated and DIMM slot 1 is empty. In this case, U-Boot does
not correctly detect that there is only one DIMM memory module
installed and will falsely detect two DIMM memory modules are
present and therefore U-Boot will not calculate the correct amount
of total memory and u-boot will not booting up.
Patch by Adam Graham, 24 Aug 2006
19 years ago
Wolfgang Denk
16850919ff
Code cleanup
19 years ago
Jon Loeliger
3a25220822
Merge branch 'mpc86xx'
19 years ago
Haiying Wang
5567806b67
Change ramdiskaddr and dtbaddr
...
Remove PEX fluff commands.
Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
Signed-off-by: Jon Loeliger <jdl@freescale.com>
19 years ago
Wolfgang Denk
3b0ff842bf
Fix typo in MCC200/PRS200 configuration
19 years ago
Wolfgang Denk
113f64e09a
Update for MCC200 / PRS200 boards:
...
- auto-adjust console device for Linux.
- fix typos.
19 years ago
Wolfgang Denk
15f29f06ed
Merge with /home/tur/proj/fo300/u-boot
19 years ago
Wolfgang Denk
ed1cf8456f
Updates for MCC200 / PRS200 boards:
...
- support for configurations with SDRAM or DDR memory,
- support for highboot and lowboot
- adjusting environment definitions
19 years ago
Matthew McClintock
b2b78421d9
* Another small fix for booting with disable_of
...
Signed-off-by: Matthew McClintock <msm@freescale.com>
19 years ago
Jon Loeliger
41ec8b1803
Merge branch 'mpc86xx'
19 years ago
Jon Loeliger
4a7cc0f219
Cleanup and lindent new AHCI driver.
19 years ago
Jon Loeliger
5e4c24bcb3
Merge branch 'mpc86xx'
19 years ago
Jin Zhengxiong
dabf9ef8c1
Add AHCI define and sata support for MPC8641HPCN board.
...
Signed-off-by:Jason Jin<jason.jin@freescale.com>
19 years ago
Jin Zhengxiong
4782ac80b0
Add AHCI support to u-boot
...
Add AHCI support in u-boot, enable the sata disk controllers which
following the AHCI protocol.
Signed-off-by:Jason Jin<jason.jin@freescale.com>
19 years ago
Zhang Wei
d8ea2acf5f
Add dtb boot-up parameter to default boot commands.
...
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
19 years ago
Jon Loeliger
ad09083c37
Merge branch 'mpc86xx'
19 years ago
Jon Loeliger
b93775c203
Cleanup even more poorly introduced whitespace.
19 years ago
Jon Loeliger
e80e82cbb9
Merge branch 'mpc86xx'
19 years ago
Jon Loeliger
ae6241685c
Cleanup more poorly introduced whitespace.
19 years ago