summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-21spi: ported spi clock auto detect from kernel mrst_spi.cJacob Pan
Signed-off-by: Jacob Pan <jacob.jun.pan@intel.com>
2014-07-21spi: changed clock divider to match 100MHz SPI CLKJacob Pan
Signed-off-by: Jacob Pan <jacob.jun.pan@intel.com>
2014-07-21add SPI controller selection flag, clean code to 0.7 versionAlek Du
Signed-off-by: Alek Du <alek.du@intel.com>
2014-07-21SFI: use sfi mmap table to build a e820 table for boot_parametersFeng Tang
Signed-off-by: Feng Tang <feng.tang@intel.com>
2014-07-21Optimized initrd relocating performance and spi uart output performanceAlek Du
Signed-off-by: Alek Du <alek.du@intel.com>
2014-07-21Added GPL v2 LICENSE file to claim as it should beAlek Du
2014-07-21Fixed change log in spec fileAlek Du
2014-07-21Bump up version in spec fileAlek Du
2014-07-21Bump up version to 0.5Alek Du
2014-07-21Fixed a confusing version printkAlek Du
2014-07-21Increment version number to alert added HW sub-arch ID for MRSTJacob Pan
2014-07-21Add hardware subarchitecture ID for Moorestown in setup headerJacob Pan
2014-07-21remove the code of setting txtflr registerFeng Tang
2014-07-21Adding delay in SPI-UART code to match MSVP and Lanford VV board.Alek Du
2014-07-21Add CFLAGS to allow for cross compiling from x86_64Jesse Barnes
Could be smarter to avoid having to uncomment it, but works fine for me.
2014-07-21Modify destination address above 16MBAlek Du
2014-07-21Fixing baudrate division as tested value on SLE by JacobAlek Du
2014-07-21increase the version in spec fileAlek Du
2014-07-21increase versionAlek Du
2014-07-21Added spi uart output suppression flag, fixing some minor bugsAlek Du
2014-07-21Fix baudrate setting error (0x32 ==> 32)Alek Du
2014-07-21Fixed spec version to descendingAlek Du
2014-07-21Increase versionAlek Du
2014-07-21Modify SPI UART slave select to 0x2 according to latest ESL (2008.06)Alek Du
2014-07-21Set default baudrate to 115200Alek Du
2014-07-21Could not call spi before gdt setting upAlek Du
2014-07-21Better structure changing for spi-uartAlek Du
2014-07-21* Add early printk function to bootstub, the func isFeng Tang
void bs_spi_printk(const char* str)
2014-07-21Set original video mode / cols /lines to 0 -- to supress kernel ↵Alek Du
decompressing output
2014-07-21* fixing spec fileAlek Du
2014-07-21* Fixing Makefile and spec fileAlek Du
2014-07-21Minor fixAlek Du
2014-07-21* Add RPM building script in Makefile let life easierAlek Du
2014-07-21* use tar.bz2 as source tar ball and add RPM spec fileAlek Du
2014-07-21* Add version fileAlek Du
2014-07-21* add make targz function, that's easy for later on build process with RPM ↵Alek Du
spec file
2014-07-21* Fixing license headersAlek Du
2014-07-21* fixing stuff according to Rob: 1. no memsize 2. main ==> bootstubAlek Du
2014-07-21* fix initrd file offset bugAlek Du
2014-07-21* fix memory calculate bugAlek Du
2014-07-21* fix boot_paramsAlek Du
2014-07-21* Let Makefile pad zero to 4096Alek Du
2014-07-21* add initrd supportAlek Du
2014-07-21* more more fixAlek Du
2014-07-21* fix moreAlek Du
2014-07-21* more reliable check signatureAlek Du
2014-07-21*let it boot to "Decompressing kernel ... boot kernel...." :-)Alek Du
2014-07-21* fix some bugsAlek Du
2014-07-21* Fill more setup_header itemsAlek Du
2014-07-21* fill right cmd_lineAlek Du