Timeline



Sep 21, 2018:

10:27 PM Changeset [562] by nicolas.van.phan@…
Disable DQDT and remove y_max FOR GOOD
10:26 PM Changeset [561] by nicolas.van.phan@…
Remove y_max in all functions except dqdt_init()
10:26 PM Changeset [560] by nicolas.van.phan@…
Remove y_max in kernel init barriers
10:26 PM Changeset [559] by nicolas.van.phan@…
Remove y_max in loops (easy replacements)
10:26 PM Changeset [558] by nicolas.van.phan@…
Make soclib_sdc internal function not use globals
10:26 PM Changeset [557] by nicolas.van.phan@…
Add cluster_info[][] array in cluster descriptor
10:25 PM Changeset [556] by nicolas.van.phan@…
Gather LETI-specific macros into hard_config.h
10:25 PM Changeset [555] by nicolas.van.phan@…
Add script to load almos on sd card
10:25 PM Changeset [554] by nicolas.van.phan@…
Change params-hard.mk to symlink
10:24 PM Changeset [553] by nicolas.van.phan@…
Add SEGS_SET param in params-hard.mk
10:24 PM Changeset [552] by nicolas.van.phan@…
Stop fetching instructions from local cluster At the beginning of the …
10:24 PM Changeset [551] by nicolas.van.phan@…
Make locks before IDLE Init busy
10:24 PM Changeset [550] by nicolas.van.phan@…
Add SD card driver in kernel
10:24 PM Changeset [549] by nicolas.van.phan@…
Fix typo
10:23 PM Changeset [548] by nicolas.van.phan@…
Add SYS_CLK parameter to set in params-hard Add forgotten sys_clk …
10:23 PM Changeset [547] by nicolas.van.phan@…
Implement bootloader SPI SD card driver (VERY SLOW) Rectify …
10:23 PM Changeset [546] by nicolas.van.phan@…
Make hard_config.h generate from params-hard IOC_TYPE
10:23 PM Changeset [545] by nicolas.van.phan@…
Fix memory access at 0x10 and 0x14 chdev_dir() tried to read …
10:22 PM Changeset [544] by nicolas.van.phan@…
Stop accessing first 8Mb of physical memory
10:22 PM Changeset [543] by nicolas.van.phan@…
Add untested bare SDC driver (from giet) Changes some hard-coded …
10:22 PM Changeset [542] by nicolas.van.phan@…
Add IS_LETI macro for preloader/bootloader
10:22 PM Changeset [541] by nicolas.van.phan@…
Multiplex bootloader writes on LETI
10:22 PM Changeset [540] by nicolas.van.phan@…
TTY MUX 5/5 : Multiplex TTY character receiving The multiplexing for …
10:21 PM Changeset [539] by nicolas.van.phan@…
TTY MUX 4 : Multiplex TTY character sending Now, when a thread wants …
10:21 PM Changeset [538] by nicolas.van.phan@…
TTY MUX 3 : Comment multi_tty TX IRQ enabling Enabling and disabling …
10:21 PM Changeset [537] by nicolas.van.phan@…
TTY MUX 2 : Make mtty driver only address chan. 0 The physical …
10:21 PM Changeset [536] by nicolas.van.phan@…
TTY MUX 1 : Init tty chdevs in internal_devices_init()
10:20 PM Changeset [535] by nicolas.van.phan@…
Replace TXT0 by MTTY0 for LETI
10:20 PM Changeset [534] by nicolas.van.phan@…
Add mtty driver.
10:20 PM Changeset [533] by nicolas.van.phan@…
Add untested multi_tty driver
10:20 PM Changeset [532] by nicolas.van.phan@…
Add message to show enabling of IPI on cores.
10:19 PM Changeset [531] by nicolas.van.phan@…
Fix error in thread debug prints
10:19 PM Changeset [530] by nicolas.van.phan@…
Hack to compile on both IOB and LETI for now
10:19 PM Changeset [529] by nicolas.van.phan@…
Fix friday's fat bug triggered by fork() in init.c
10:15 PM Changeset [528] by nicolas.van.phan@…
Change usage of y_max/x_max for iterating through clusters. This is …

Sep 17, 2018:

4:49 PM page_tables edited by phan
(diff)
4:31 PM page_tables edited by phan
(diff)
4:26 PM page_tables edited by phan
(diff)
3:56 PM page_tables edited by phan
(diff)
3:42 PM page_tables edited by phan
(diff)
11:13 AM page_tables edited by phan
(diff)
10:46 AM page_tables edited by phan
(diff)

Aug 30, 2018:

10:26 PM Changeset [527] by viala@…
Rewrite if-then-else return function into switch case. For safety …
10:26 PM Changeset [526] by viala@…
Add explicit type to enum in syscall_numbers.h
10:25 PM Changeset [525] by viala@…
[boot] Uniformisation of style on some prototypes.
10:21 PM Changeset [524] by viala@…
[boot] Add extern qualifier to boot_loader function.
6:45 PM Changeset [523] by viala@…
[boot] Remove testing if a pointer is null. It's a bad practice in a …
6:39 PM Changeset [522] by viala@…
FIX rev520: Previous commit contained a superflous '}'
6:39 PM Changeset [521] by viala@…
[boot] Add const qualifier where it's possible. Fix some gcc warning …
6:23 PM Changeset [520] by viala@…
[soclib_hba] Use assert instead of printk + Hal_core_sleep for panic.

Aug 27, 2018:

10:49 PM Changeset [519] by viala@…
fat/boot_fat32 use unused attribute
4:32 AM Changeset [518] by viala@…
[thread.c] Fix we forgot to assign thread->type. Alain and I forgot …
4:19 AM Changeset [517] by viala@…
Revert rev515. I introduced a problem. The fact is that entry is …

Aug 26, 2018:

7:43 PM Changeset [516] by viala@…
[chdev] Fix a bad call to thread_can_yield.
7:36 PM Changeset [515] by viala@…
[kernel_init] Fix a potentially not initalized variable. I added an …
7:24 PM Changeset [514] by viala@…
[process] fix undefined/declared variable in process_register_thread. …
6:18 PM Changeset [513] by viala@…
[mm/mapper] Fix prototype of mapper_create. Add some doc in interface.

Aug 25, 2018:

6:35 PM Changeset [512] by viala@…
[libk] Add documentation to memcmp().
6:30 PM Changeset [511] by viala@…
[libmath] Add braces arround a misleading indent for loop. Sometimes …
6:30 PM Changeset [510] by viala@…
[kernel_config] Add macro debug macro in kernel conf found with -Wunused.
6:30 PM Changeset [509] by viala@…
[syscalls] Typo in macro invocations found with -Wundef.
6:30 PM Changeset [508] by viala@…
[syscall] Use assert instead of printk+hal_core_sleep.
6:30 PM Changeset [507] by viala@…
[soclib_nic] Missing default case fixed by adding an assert. …
6:29 PM Changeset [506] by viala@…
[syscalls] add interface in implementation. Add const where possible, …
6:28 PM Changeset [505] by viala@…
[hal] Fix protoypes and add headers in hal mips32 implementation. Fix …
6:28 PM Changeset [504] by viala@…
[user/sort] Fix function prototypes add const when possible.
6:28 PM Changeset [503] by viala@…
Add void type on function that takes no parameters, fix invalid call. …

Aug 24, 2018:

10:42 PM Changeset [502] by viala@…
assert: Fix signature mismatch.
10:42 PM Changeset [501] by viala@…
[hal] Add headers in .c hal/tsar_mips32/core/hal_remote.c:371:6: …

Aug 23, 2018:

12:31 AM Changeset [500] by viala@…
Minor change: Remove an extra call to spinlock_init in scheduler.c …
12:02 AM Changeset [499] by viala@…
[boot] add extern to an externaly used function. boot.c: At top …
12:02 AM Changeset [498] by viala@…
[boot] Add static const to a device_type_str. Fix: ` boot.c: At top …
12:01 AM Changeset [497] by viala@…
[boot] Add static to an internal function. Fix: gcc warning ` …

Aug 22, 2018:

11:57 PM Changeset [496] by viala@…
Remove all build files of libmath. Maybe this whas commited by error.
11:56 PM Changeset [495] by viala@…
Minor: principal Makefile: Add cleaning libmath.
11:56 PM Changeset [494] by viala@…
Fix an error in an assert, style on an other.
11:56 PM Changeset [493] by viala@…
[hal/drivers] Use asserts and fix a bad call. We called …
11:55 PM Changeset [492] by viala@…
Refactoring assert calling to conform with new assert macro. Made …
11:55 PM Changeset [491] by viala@…
Change assert to be a macro Ease using of static analyser and add …
9:17 PM Changeset [490] by viala@…
Minor: Add extern prototype for kernel_init function. Also I add …
9:17 PM Changeset [489] by viala@…
[hal] Add headers in hal_interrupt.c ` …
9:17 PM Changeset [488] by viala@…
[kernel] Add const to syscall_str return type. ` …
9:16 PM Changeset [487] by viala@…
[libk/memcpt.c] Add .h in .c. Fix needed for C99 or C11 where not …
6:11 PM processus_thread edited by alain
(diff)
6:08 PM processus_thread edited by alain
(diff)
6:01 PM processus_thread edited by alain
(diff)
5:55 PM processus_thread edited by alain
(diff)
Note: See TracTimeline for information about the timeline view.