Changeset edc89bd0 in mainline for arch/ppc32/src
- Timestamp:
- 2006-03-14T16:50:28Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e4ddfa8
- Parents:
- 6463264c
- Location:
- arch/ppc32/src
- Files:
-
- 1 added
- 2 edited
-
boot/boot.S (modified) (1 diff)
-
drivers/cuda.c (modified) (1 diff)
-
exception.S (added)
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/boot/boot.S
r6463264c redc89bd0 32 32 #include <arch/boot/memmap.h> 33 33 34 .section K_TEXT_START 34 .section K_TEXT_START, "ax" 35 35 36 36 .global kernel_image_start -
arch/ppc32/src/drivers/cuda.c
r6463264c redc89bd0 29 29 #include <arch/drivers/cuda.h> 30 30 #include <arch/asm.h> 31 #include <console/chardev.h> 32 #include <console/console.h> 31 33 32 34 #define CUDA_PACKET 0x01
Note:
See TracChangeset
for help on using the changeset viewer.
