tpg/acess2.git
10 years agoUDI/include - A few tweaks
John Hodge [Wed, 9 Oct 2013 15:08:56 +0000 (23:08 +0800)]
UDI/include - A few tweaks

10 years agoModules/UDI - MEI working, used for nic
John Hodge [Wed, 9 Oct 2013 15:07:40 +0000 (23:07 +0800)]
Modules/UDI - MEI working, used for nic

10 years agoKernel - Added NORETURN to Panic
John Hodge [Tue, 8 Oct 2013 15:14:01 +0000 (23:14 +0800)]
Kernel - Added NORETURN to Panic

10 years agoModules/ATA - Fixed uninitialised variable
John Hodge [Tue, 8 Oct 2013 15:13:42 +0000 (23:13 +0800)]
Modules/ATA - Fixed uninitialised variable

10 years agoUDI/ne2000 - Fixed "identifier" formatting
John Hodge [Tue, 8 Oct 2013 15:13:16 +0000 (23:13 +0800)]
UDI/ne2000 - Fixed "identifier" formatting

10 years agoUDI - Removed redundant typedef
John Hodge [Tue, 8 Oct 2013 15:11:52 +0000 (23:11 +0800)]
UDI - Removed redundant typedef

10 years agoModules/UDI - NSR layer and fixes to enumeration
John Hodge [Tue, 8 Oct 2013 15:10:48 +0000 (23:10 +0800)]
Modules/UDI - NSR layer and fixes to enumeration

10 years agoUsermode/libc - Fixed some warnings in strtoi tests
John Hodge [Tue, 8 Oct 2013 08:14:33 +0000 (16:14 +0800)]
Usermode/libc - Fixed some warnings in strtoi tests

10 years agoModules/UDI - PIO and better instance startup
John Hodge [Tue, 8 Oct 2013 08:14:01 +0000 (16:14 +0800)]
Modules/UDI - PIO and better instance startup

10 years agoUDI/ne2000 - Fixed some bugs due to misreading the specs
John Hodge [Tue, 8 Oct 2013 08:13:25 +0000 (16:13 +0800)]
UDI/ne2000 - Fixed some bugs due to misreading the specs

10 years agoUsermode/libc - Fixed unit tests
John Hodge [Mon, 7 Oct 2013 13:05:29 +0000 (21:05 +0800)]
Usermode/libc - Fixed unit tests

10 years agoModules/UDI - Cleaned up source layout, implemented PCI IRQs
John Hodge [Mon, 7 Oct 2013 12:48:04 +0000 (20:48 +0800)]
Modules/UDI - Cleaned up source layout, implemented PCI IRQs

10 years agoModule/UDI - Implementing parts of MEI (abusing CPP for fun and profit)
John Hodge [Mon, 7 Oct 2013 00:50:13 +0000 (08:50 +0800)]
Module/UDI - Implementing parts of MEI (abusing CPP for fun and profit)

10 years agoUDI/ne2000 - Fixed missing CB definitions
John Hodge [Sun, 6 Oct 2013 11:13:54 +0000 (19:13 +0800)]
UDI/ne2000 - Fixed missing CB definitions

10 years agoModules/UDI - Attributes, PIO, CB allocation and channel_spawn
John Hodge [Sun, 6 Oct 2013 11:13:14 +0000 (19:13 +0800)]
Modules/UDI - Attributes, PIO, CB allocation and channel_spawn

10 years agoKernel - Added catch in Heap_Allocate for 0-sized blocks
John Hodge [Sun, 6 Oct 2013 11:12:20 +0000 (19:12 +0800)]
Kernel - Added catch in Heap_Allocate for 0-sized blocks

10 years agoUDI/incldue - Update UDI headers for implementation of attributes/DMA
John Hodge [Sun, 6 Oct 2013 11:11:33 +0000 (19:11 +0800)]
UDI/incldue - Update UDI headers for implementation of attributes/DMA

10 years agoTools/udibuild - Updated to point to moved UDI headers
John Hodge [Sat, 5 Oct 2013 09:33:47 +0000 (17:33 +0800)]
Tools/udibuild - Updated to point to moved UDI headers

10 years agoModules/UDI - Moved UDI headers to /UDI/include
John Hodge [Sat, 5 Oct 2013 09:28:53 +0000 (17:28 +0800)]
Modules/UDI - Moved UDI headers to /UDI/include

10 years agoModules/UDI - Adding PCI and MEI headers
John Hodge [Sat, 5 Oct 2013 09:24:54 +0000 (17:24 +0800)]
Modules/UDI - Adding PCI and MEI headers

10 years agoModules/UDI - Minor tweaks
John Hodge [Sat, 5 Oct 2013 09:21:19 +0000 (17:21 +0800)]
Modules/UDI - Minor tweaks

10 years agoModules/Makefile - added -fno-omit-frame-pointer to aid debugging
John Hodge [Fri, 4 Oct 2013 13:16:15 +0000 (21:16 +0800)]
Modules/Makefile - added -fno-omit-frame-pointer to aid debugging

10 years agoModules/UDI - Enumeration working, ne2000 starting to bind to PCI
John Hodge [Fri, 4 Oct 2013 13:14:56 +0000 (21:14 +0800)]
Modules/UDI - Enumeration working, ne2000 starting to bind to PCI

10 years agoUDI/ne2000 - Added parent bind CB
John Hodge [Fri, 4 Oct 2013 13:13:13 +0000 (21:13 +0800)]
UDI/ne2000 - Added parent bind CB

10 years agoUsermode/libc - Fixed buggy strtoi code
John Hodge [Fri, 4 Oct 2013 13:10:32 +0000 (21:10 +0800)]
Usermode/libc - Fixed buggy strtoi code

10 years agoTools/UDI - Misc touchups
John Hodge [Thu, 3 Oct 2013 15:02:59 +0000 (23:02 +0800)]
Tools/UDI - Misc touchups

10 years agoModules/UDI - Implementing proper enumeration framework
John Hodge [Thu, 3 Oct 2013 15:02:02 +0000 (23:02 +0800)]
Modules/UDI - Implementing proper enumeration framework

10 years agoUDI/ne2000 - Stubbed tx so it loads
John Hodge [Thu, 3 Oct 2013 15:01:12 +0000 (23:01 +0800)]
UDI/ne2000 - Stubbed tx so it loads

10 years agoTools/udimkpkg - Hacky implementation, but it seems to work
John Hodge [Wed, 2 Oct 2013 14:54:01 +0000 (22:54 +0800)]
Tools/udimkpkg - Hacky implementation, but it seems to work

10 years agoTools/udibuil - Added (unneeded) support for adding .udiprops
John Hodge [Wed, 2 Oct 2013 14:53:13 +0000 (22:53 +0800)]
Tools/udibuil - Added (unneeded) support for adding .udiprops

- Actually belongs in udimkpkg

10 years agoUDI/ne2000 - RX code implemented
John Hodge [Wed, 2 Oct 2013 14:52:41 +0000 (22:52 +0800)]
UDI/ne2000 - RX code implemented

10 years agogitignore - Hide UDI binaries
John Hodge [Tue, 1 Oct 2013 14:59:38 +0000 (22:59 +0800)]
gitignore - Hide UDI binaries

10 years agoUDI/ne2000 - Adding RX framework
John Hodge [Tue, 1 Oct 2013 14:59:16 +0000 (22:59 +0800)]
UDI/ne2000 - Adding RX framework

10 years agoModules/UDI - Added definition of NULL
John Hodge [Tue, 1 Oct 2013 14:58:41 +0000 (22:58 +0800)]
Modules/UDI - Added definition of NULL

10 years agoTools/udibuild - Fixing linking
John Hodge [Tue, 1 Oct 2013 14:58:21 +0000 (22:58 +0800)]
Tools/udibuild - Fixing linking

10 years agoUDI/ne2000 - Added blank tx and rx files
John Hodge [Tue, 1 Oct 2013 08:26:21 +0000 (16:26 +0800)]
UDI/ne2000 - Added blank tx and rx files

10 years agoTools/udibuild - Implemented linking
John Hodge [Tue, 1 Oct 2013 08:25:48 +0000 (16:25 +0800)]
Tools/udibuild - Implemented linking

10 years agoTools/udibuild - Cleanup (can find udibuild.ini if invoked relatively)
John Hodge [Tue, 1 Oct 2013 08:00:24 +0000 (16:00 +0800)]
Tools/udibuild - Cleanup (can find udibuild.ini if invoked relatively)

10 years ago.gitignore - Hiding some UDI related binaries
John Hodge [Tue, 1 Oct 2013 07:50:52 +0000 (15:50 +0800)]
.gitignore - Hiding some UDI related binaries

10 years agoTools/udibuild - Working (but hacky) udibuild tool
John Hodge [Tue, 1 Oct 2013 07:48:59 +0000 (15:48 +0800)]
Tools/udibuild - Working (but hacky) udibuild tool

10 years agoUDI/ne2000 - Tweaks to get _core.c compiling
John Hodge [Tue, 1 Oct 2013 07:48:01 +0000 (15:48 +0800)]
UDI/ne2000 - Tweaks to get _core.c compiling

10 years agoModules/UDI - Fixing physio gaps, added NIC binding
John Hodge [Tue, 1 Oct 2013 07:45:46 +0000 (15:45 +0800)]
Modules/UDI - Fixing physio gaps, added NIC binding

10 years agoModules/UDI - Fixed kernel-land compile errors
John Hodge [Tue, 1 Oct 2013 06:41:57 +0000 (14:41 +0800)]
Modules/UDI - Fixed kernel-land compile errors

10 years agoModules/UDI - Removed dependence on acess.h from UDI headers
John Hodge [Tue, 1 Oct 2013 06:32:44 +0000 (14:32 +0800)]
Modules/UDI - Removed dependence on acess.h from UDI headers

10 years agoModules/EHCI - Fixing, closer to working now
John Hodge [Tue, 1 Oct 2013 03:18:46 +0000 (11:18 +0800)]
Modules/EHCI - Fixing, closer to working now

10 years agoModules/USB - More debug in portctl
John Hodge [Tue, 1 Oct 2013 03:18:10 +0000 (11:18 +0800)]
Modules/USB - More debug in portctl

10 years agoUDI/NE2000 - Fiddling
John Hodge [Tue, 1 Oct 2013 03:17:18 +0000 (11:17 +0800)]
UDI/NE2000 - Fiddling

10 years agoUDI/ne2000 - Working on a NE2k driver for UDI testing
John Hodge [Mon, 30 Sep 2013 13:38:38 +0000 (21:38 +0800)]
UDI/ne2000 - Working on a NE2k driver for UDI testing

10 years agoKernel - Added event mask to thread dump
John Hodge [Sun, 29 Sep 2013 04:13:25 +0000 (12:13 +0800)]
Kernel - Added event mask to thread dump

10 years agoKernel/ARMv7 - Call timers on tegra2
John Hodge [Mon, 23 Sep 2013 14:59:23 +0000 (22:59 +0800)]
Kernel/ARMv7 - Call timers on tegra2

10 years agoKernel/ARMv7 - Added Tegra2 EHCI controllers
John Hodge [Mon, 23 Sep 2013 14:59:03 +0000 (22:59 +0800)]
Kernel/ARMv7 - Added Tegra2 EHCI controllers

10 years agoROOT/RunQemuArm - Added USB storage to tegra2 command
John Hodge [Mon, 23 Sep 2013 14:57:23 +0000 (22:57 +0800)]
ROOT/RunQemuArm - Added USB storage to tegra2 command

10 years agoModules/EHCI - Extra debug
John Hodge [Mon, 23 Sep 2013 14:57:09 +0000 (22:57 +0800)]
Modules/EHCI - Extra debug

10 years agoKernel/x86 - Some extra logging in ACPICA shim
John Hodge [Mon, 23 Sep 2013 14:56:29 +0000 (22:56 +0800)]
Kernel/x86 - Some extra logging in ACPICA shim

10 years agoROOT/RunQemuArm - Added -notee option
John Hodge [Sun, 22 Sep 2013 15:49:53 +0000 (23:49 +0800)]
ROOT/RunQemuArm - Added -notee option

10 years agoKernel/armv7 - Enabled UART input on tegra2
John Hodge [Sun, 22 Sep 2013 15:49:29 +0000 (23:49 +0800)]
Kernel/armv7 - Enabled UART input on tegra2

10 years agoKernel/armv7 - Altered makefile to retain ELF kernel
John Hodge [Sun, 22 Sep 2013 15:49:08 +0000 (23:49 +0800)]
Kernel/armv7 - Altered makefile to retain ELF kernel

10 years agoKernel - Added sanity check to template PMM
John Hodge [Sun, 22 Sep 2013 15:48:30 +0000 (23:48 +0800)]
Kernel - Added sanity check to template PMM

10 years agoKernel/armv7 - Hack to prevent two multiple running _start
John Hodge [Sun, 22 Sep 2013 15:47:27 +0000 (23:47 +0800)]
Kernel/armv7 - Hack to prevent two multiple running _start

- Fixes qemu causing corruption

10 years agoKernel/armv7 - Fixed incorrect addresses in Tegra2 options
John Hodge [Sun, 22 Sep 2013 15:46:33 +0000 (23:46 +0800)]
Kernel/armv7 - Fixed incorrect addresses in Tegra2 options

10 years agoModules/ARMv7 GIC - Clean up debug and fix a few nigglers
John Hodge [Sun, 22 Sep 2013 15:44:54 +0000 (23:44 +0800)]
Modules/ARMv7 GIC - Clean up debug and fix a few nigglers

10 years agoModules/Tegra2Vid - Fixed out-of-date IO function prototypes
John Hodge [Sun, 22 Sep 2013 15:42:31 +0000 (23:42 +0800)]
Modules/Tegra2Vid - Fixed out-of-date IO function prototypes

10 years agoKernel/sysfs - (minor) Fixed extra newline in log message
John Hodge [Sun, 22 Sep 2013 15:38:44 +0000 (23:38 +0800)]
Kernel/sysfs - (minor) Fixed extra newline in log message

10 years agoROOT/RunQemuArm - Added note on what machine name means
John Hodge [Sun, 22 Sep 2013 11:25:53 +0000 (19:25 +0800)]
ROOT/RunQemuArm - Added note on what machine name means

10 years agoROOT/RunQemuArm - Added option for (unofficial) Tegra2 machine
John Hodge [Sun, 22 Sep 2013 11:23:27 +0000 (19:23 +0800)]
ROOT/RunQemuArm - Added option for (unofficial) Tegra2 machine

10 years agoKernel/armv7 - [realview_pb] Implemented basic timekeeping
John Hodge [Sun, 22 Sep 2013 11:22:51 +0000 (19:22 +0800)]
Kernel/armv7 - [realview_pb] Implemented basic timekeeping

10 years agoKernel/armv7 - Implemented CLONE_NOUSER
John Hodge [Sun, 22 Sep 2013 11:22:12 +0000 (19:22 +0800)]
Kernel/armv7 - Implemented CLONE_NOUSER

10 years agoKernel/armv7 - Missing files for 25398a7f24d189ee7a70fcf0e64827cbc8999028
John Hodge [Sun, 22 Sep 2013 11:20:13 +0000 (19:20 +0800)]
Kernel/armv7 - Missing files for 25398a7f24d189ee7a70fcf0e64827cbc8999028

10 years agoUsermode/init - Updated to new serial
John Hodge [Sun, 22 Sep 2013 11:12:18 +0000 (19:12 +0800)]
Usermode/init - Updated to new serial

10 years agoUsermode/CLIShell - Removed clear on start, was annoying for serial terminal
John Hodge [Sun, 22 Sep 2013 11:16:33 +0000 (19:16 +0800)]
Usermode/CLIShell - Removed clear on start, was annoying for serial terminal

10 years agoModules/ARMv7 GIC - Quietened interrupt handling
John Hodge [Sun, 22 Sep 2013 11:13:13 +0000 (19:13 +0800)]
Modules/ARMv7 GIC - Quietened interrupt handling

10 years agoModules/InitRD - Added missing insmod/automount
John Hodge [Sun, 22 Sep 2013 11:12:41 +0000 (19:12 +0800)]
Modules/InitRD - Added missing insmod/automount

10 years agoKernel/armv7 - Added debug serial input
John Hodge [Sun, 22 Sep 2013 11:12:18 +0000 (19:12 +0800)]
Kernel/armv7 - Added debug serial input

10 years agoKernel/x86_64 - Added input on debug serial
John Hodge [Sun, 22 Sep 2013 11:09:42 +0000 (19:09 +0800)]
Kernel/x86_64 - Added input on debug serial

10 years agoKernel/x86 - Added input support to serial terminal
John Hodge [Sun, 22 Sep 2013 11:09:01 +0000 (19:09 +0800)]
Kernel/x86 - Added input support to serial terminal

10 years agoKernel/VFS - Clean up handle save+restore code
John Hodge [Sun, 22 Sep 2013 11:08:36 +0000 (19:08 +0800)]
Kernel/VFS - Clean up handle save+restore code

10 years ago(minor) Kernel - Commenting in PTY
John Hodge [Sun, 22 Sep 2013 11:08:08 +0000 (19:08 +0800)]
(minor) Kernel - Commenting in PTY

10 years agoKernel - Stopped unneeded VFS handle save/restore on spawn
John Hodge [Sun, 22 Sep 2013 11:07:00 +0000 (19:07 +0800)]
Kernel - Stopped unneeded VFS handle save/restore on spawn

10 years agoBuildConf/x86 - Disabled UDI to speed up boots
John Hodge [Sun, 22 Sep 2013 11:06:10 +0000 (19:06 +0800)]
BuildConf/x86 - Disabled UDI to speed up boots

10 years agoKernel - Added serial port 'driver' (wraps PTY)
John Hodge [Sun, 22 Sep 2013 11:05:36 +0000 (19:05 +0800)]
Kernel - Added serial port 'driver' (wraps PTY)

10 years agoKernel - Fixed compilation of x86_64 and armv7
John Hodge [Thu, 19 Sep 2013 04:30:57 +0000 (12:30 +0800)]
Kernel - Fixed compilation of x86_64 and armv7

10 years agoUsermode/libc - Fixed no definition for uid_t/pid_t in signal.h
John Hodge [Thu, 19 Sep 2013 04:02:45 +0000 (12:02 +0800)]
Usermode/libc - Fixed no definition for uid_t/pid_t in signal.h

10 years agoUsermode/ld-acess - Fixed ld-acess failing to compile due to assert()
John Hodge [Thu, 19 Sep 2013 04:01:56 +0000 (12:01 +0800)]
Usermode/ld-acess - Fixed ld-acess failing to compile due to assert()

10 years agoModules/UDI - Improved attribute parsing
John Hodge [Wed, 18 Sep 2013 13:45:49 +0000 (21:45 +0800)]
Modules/UDI - Improved attribute parsing

10 years agoKernel - Switched to hex in ASSERTC* because it's cleaner
John Hodge [Tue, 17 Sep 2013 14:48:30 +0000 (22:48 +0800)]
Kernel - Switched to hex in ASSERTC* because it's cleaner

10 years agoModules/UDI - Working on more framework and PCI bus
John Hodge [Tue, 17 Sep 2013 14:47:31 +0000 (22:47 +0800)]
Modules/UDI - Working on more framework and PCI bus

- No longer crashes on boot, so that's a plus
- Working on deferred call framework to avoid huge stack chaining

10 years agoModules/UDI - Channel code implimented (partially)
John Hodge [Mon, 16 Sep 2013 06:07:54 +0000 (14:07 +0800)]
Modules/UDI - Channel code implimented (partially)

10 years agoUsermode/CLIShell - Added SBin to path
John Hodge [Mon, 16 Sep 2013 05:46:23 +0000 (13:46 +0800)]
Usermode/CLIShell - Added SBin to path

10 years ago.gitignore - Ignore UDI staging directory
John Hodge [Mon, 16 Sep 2013 05:46:00 +0000 (13:46 +0800)]
.gitignore - Ignore UDI staging directory

10 years agoTools/udisetup - Switched back to udiprops_end instead of _size
John Hodge [Mon, 16 Sep 2013 05:45:35 +0000 (13:45 +0800)]
Tools/udisetup - Switched back to udiprops_end instead of _size

10 years agoModules/Makefile.tpl - Added vim filetype line
John Hodge [Mon, 16 Sep 2013 05:45:01 +0000 (13:45 +0800)]
Modules/Makefile.tpl - Added vim filetype line

10 years agoUsermode/ld-acess - Cleanup to ELF32 relocation code
John Hodge [Mon, 16 Sep 2013 05:23:56 +0000 (13:23 +0800)]
Usermode/ld-acess - Cleanup to ELF32 relocation code

10 years agoUsermode/ld-acess - Added _SysLoadModule syscall
John Hodge [Mon, 16 Sep 2013 05:23:21 +0000 (13:23 +0800)]
Usermode/ld-acess - Added _SysLoadModule syscall

10 years agoBuildConf - Added insmod and UDI
John Hodge [Mon, 16 Sep 2013 05:19:34 +0000 (13:19 +0800)]
BuildConf - Added insmod and UDI

10 years agoUsermode/insmod - Added insmod program (and relevant syscall)
John Hodge [Mon, 16 Sep 2013 05:18:47 +0000 (13:18 +0800)]
Usermode/insmod - Added insmod program (and relevant syscall)

10 years agoKernel - Fixed buggy module loader logic, allowed ELF relocations to RO pages
John Hodge [Mon, 16 Sep 2013 05:13:41 +0000 (13:13 +0800)]
Kernel - Fixed buggy module loader logic, allowed ELF relocations to RO pages

10 years agoModules/UDI - Implimenting UDI support, can load udi_dpt from udiref
John Hodge [Mon, 16 Sep 2013 04:45:12 +0000 (12:45 +0800)]
Modules/UDI - Implimenting UDI support, can load udi_dpt from udiref

10 years agoModules/UDI - Working on UDI support
John Hodge [Sat, 14 Sep 2013 03:49:11 +0000 (11:49 +0800)]
Modules/UDI - Working on UDI support

10 years agoKernel/VTerm - Switched to using userland VT100 code
John Hodge [Sat, 14 Sep 2013 01:47:19 +0000 (09:47 +0800)]
Kernel/VTerm - Switched to using userland VT100 code

10 years agoUsermode/GUI Terminal - A few fixes to vt100 code exposed by use in kernel
John Hodge [Sat, 14 Sep 2013 01:40:58 +0000 (09:40 +0800)]
Usermode/GUI Terminal - A few fixes to vt100 code exposed by use in kernel

UCC git Repository :: git.ucc.asn.au