1: ============================================================================
2: "Modification of T-Kernel 2.0 Source Code Package Ver 2.01.02"
3: June 25, 2012
4:
5: - Modification of T-Kernel Ver 2.01.02 -
6:
7: ----
8: [K-20102-1]The start-up of T-Kernel for RAM load configuration has been modified.
9:
10: MODIFICATION:
11: When T-Kernel (kernel-ram.sys) for RAM load configuration was linked, the same
12: start-up file as T-Kernel (kernel-rom.rom) for writing to ROM was linked.
13: T-Kernel for RAM load configuration is not described in the instruction document,
14: but Makefile description for T-Kernel for RAM configuration has been modified.
15:
16: MODIFIED FILE(S):
17: kernel/sysmain/src/Makefile.common
18: kernel/sysmain/build_drv/Makefile.common
19:
20:
21: [K-20102-2] The emulator program has been modified.
22:
23: MODIFICATION:
24: * The failure of RTC not operating is corrected.
25: * The incorrect IRQ number assigned to the network controller is corrected.
26: IRQ172 was used for the target hardware, but IRQ127 was used for Qemu
27: (It is now changed to IRQ172).
28: * Packet could not be received normally after the driver disposed the packet with
29: the network controller. This is now fixed.
30: - Specifically, when the "Receive Data FIFO Fast Forward" function of LAN9221
31: is used, the controller extended abnormal state.
32:
33: MODIFIED FILE(S):
34: emulator/tef_em1d/bin/qemu-tef_em1d.exe
35: emulator/tef_em1d/build/qemu-0.12.4-tef_em1d.tar.gz
36:
37: ----
38: UPDATE OF SOURCE CODE:
39: * The typos in the comments of the source code have been modified.
40: - The source code itself has not been changed.
41:
42: ----
43: UPDATE OF DOCUMENTS:
44:
45: * "T-Kernel Build Manual Using Eclipse (for tef_em1d)"
46: srcpkg/doc/en/eclipse_guide.txt
47: - The explanation of "5.1 Build of Kernel for ROM" has been updated.
48:
49: * "Instruction Manual for the emulator (QEMU-tef_em1d) for T-Engine reference board (tef_em1d)"
50: emulator/tef_em1d/readme_en.txt
51: - The parameter value in the explanation of "(c) Touch panel" in
52: "3. Peripheral devices" has been corrected.
53:
54: * "Device driver build manual (for tef_em1d)"
55: srcpkg/doc/en/driver.txt
56: - The specification name in "1. Introduction" has been corrected.
57: - In correct indentations by TAB have been adjusted.
58: EOT
59: ============================================================================