[PATCH 1/2] i386/pc386/VESA framebuffer driver: modified and extended initialization options

2015-05-23 Thread Jan Dolezal
driver is not initialized by default initialization is possible through multiboot command line option or through the string variable (see fb_default_mode.h) set in user's module allowing the driver to evaluate this variable after the two modules are linked together --- c/src/lib/libbsp/i386/pc386/

[PATCH 2/2] i386/pc386: default graphics driver changed from VGA to VESA based

2015-05-23 Thread Jan Dolezal
basic VGA driver can be enabled during configure phase by exporting variable USE_VGA=1 so that it is available in configure environment cirrus driver is enabled the same way by exporting variable USE_CIRRUS_GD5446=1 --- c/src/lib/libbsp/i386/pc386/Makefile.am | 12 +- c/src/lib/libbsp/i3

[PATCH 0/2] i386 VESA framebuffer support

2015-05-23 Thread Jan Dolezal
changes since v1 (PATCH 1/2): - added header file with variable allowing graphical mode selection - return types changed to signed when returning negative values Jan Dolezal (2): i386/pc386/VESA framebuffer driver: modified and extended initialization options i386/pc386: default gr

Re: git question

2015-05-23 Thread Eduardo Silva
Not sure about the purpose/need of that but for anyone cloning your repo, the timestamps will be updated to the time those files are being created locally. On git is important the commits that affected a given file, e.g: git log src/some_file.c On Sat, May 23, 2015 at 9:08 AM, Joel Sherrill wr

Re: 4.11 Release Description Help Needed

2015-05-23 Thread Joel Sherrill
On 05/23/2015 10:25 AM, Hesham ALMatary wrote: On Sat, May 23, 2015 at 4:10 PM, Joel Sherrill wrote: On 05/23/2015 10:01 AM, Hesham ALMatary wrote: Hi, On Sat, May 23, 2015 at 3:44 PM, Joel Sherrill wrote: Hi A LOT has happened since our last release. The release page (https://devel.rte

Re: 4.11 Release Description Help Needed

2015-05-23 Thread Hesham ALMatary
On Sat, May 23, 2015 at 4:10 PM, Joel Sherrill wrote: > On 05/23/2015 10:01 AM, Hesham ALMatary wrote: >> >> Hi, >> >> On Sat, May 23, 2015 at 3:44 PM, Joel Sherrill >> wrote: >>> >>> Hi >>> >>> A LOT has happened since our last release. The release >>> page (https://devel.rtems.org/wiki/Release

Re: 4.11 Release Description Help Needed

2015-05-23 Thread Joel Sherrill
On 05/23/2015 10:01 AM, Hesham ALMatary wrote: Hi, On Sat, May 23, 2015 at 3:44 PM, Joel Sherrill wrote: Hi A LOT has happened since our last release. The release page (https://devel.rtems.org/wiki/Release/4.11) has a lot of the changes listed but a quick scan shows that at least: + SMP not

git question

2015-05-23 Thread Joel Sherrill
Hi Working through the rtems-addon-packages, I have noticed that the git conversion messed up the timestamps on some files. It wants to run autoconf to regenerate them and doesn't need to. I did a find and touch locally but am not sure how to make that show up in git. Suggestions? --joel _

Re: 4.11 Release Description Help Needed

2015-05-23 Thread Hesham ALMatary
Hi, On Sat, May 23, 2015 at 3:44 PM, Joel Sherrill wrote: > Hi > > A LOT has happened since our last release. The release > page (https://devel.rtems.org/wiki/Release/4.11) has a > lot of the changes listed but a quick scan shows that > at least: > > + SMP not mentioned > + dynamic loading not me

4.11 Release Description Help Needed

2015-05-23 Thread Joel Sherrill
Hi A LOT has happened since our last release. The release page (https://devel.rtems.org/wiki/Release/4.11) has a lot of the changes listed but a quick scan shows that at least: + SMP not mentioned + dynamic loading not mentioned + or1k not mentioned +epiphany not mentioned + other new BSPs missi