WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Kernel git  (Read 1740 times)

Offline grisxa

  • Newbie
  • *
  • Posts: 27
Kernel git
« on: February 22, 2010, 12:50:49 PM »
Hello!
It is quite hard to guess how tinycore kernel patch was gathered.
Is there git repository (or other SCM) for the tinycore kernel? It would help to rebase the patch for newer kernels.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Kernel git
« Reply #1 on: February 22, 2010, 01:37:23 PM »
No, there isn't. It was pieced up old-school.

Expect a patch series instead for the 3.x kernel.
The only barriers that can stop you are the ones you create yourself.

Offline grisxa

  • Newbie
  • *
  • Posts: 27
Re: Kernel git
« Reply #2 on: July 28, 2010, 12:53:29 AM »
It's me again  :)

I've checked TCL 3.0 kernel sources against git.kernel.org and have found that besides v2.6.33.3 tag (and published TCL patches) there are some unversioned files:

drivers/gpu/drm/radeon/r100_reg_safe.h
drivers/gpu/drm/radeon/r200_reg_safe.h
drivers/gpu/drm/radeon/r300_reg_safe.h
drivers/gpu/drm/radeon/r420_reg_safe.h
drivers/gpu/drm/radeon/rn50_reg_safe.h
drivers/gpu/drm/radeon/rs600_reg_safe.h
drivers/gpu/drm/radeon/rv515_reg_safe.h

Where were they taken from?
« Last Edit: July 28, 2010, 01:02:40 AM by grisxa »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Kernel git
« Reply #3 on: July 28, 2010, 03:55:20 AM »
They are generated by the build process, see the Makefile in that dir.
The only barriers that can stop you are the ones you create yourself.

Offline grisxa

  • Newbie
  • *
  • Posts: 27
Re: Kernel git
« Reply #4 on: July 28, 2010, 04:53:29 AM »
They are generated by the build process, see the Makefile in that dir.
Ah! Thank you!