]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
Merge branch 'sandbox' of git://git.denx.de/u-boot-blackfin
authorWolfgang Denk <wd@denx.de>
Sat, 17 Mar 2012 20:46:33 +0000 (21:46 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 17 Mar 2012 20:46:33 +0000 (21:46 +0100)
commit6ae38b8c583c61f00c2fe9904cafa81932c7faaf
tree5a600d4098039983b97b5ba6ff9edf559cb805d5
parentdf25d49959da75cfaa1e4708669ef550d0000ce6
parent9d72e67b79a454dcd6847bcd80c9929e0ec9054d
Merge branch 'sandbox' of git://git.denx.de/u-boot-blackfin

* 'sandbox' of git://git.denx.de/u-boot-blackfin:
  sandbox: mark os_exit as noreturn
  sandbox: add getopt support
  sandbox: allow processing before main loop
  sandbox: add concept of sandbox state
  sandbox: disable fortification
  sandbox: u-boot.lds: tweak style
  sandbox: add get_{tbclk,ticks}
  sandbox: enable GPIO driver
  sandbox: gpio: add basic driver for simulating GPIOs
  sandbox: add flags for open() call
  sandbox: config: enable fdt and snprintf() options
  sandbox: fdt: add support for CONFIG_OF_CONTROL
  sandbox: add lseek helper
  sandbox: add ifdef protection to os.h
  sandbox: add required header to os.c
  sandbox: sort header files in os.c