mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Add basic OMAP2 chip support.
Add the OMAP242x (arm1136 core) initialisation with basic on-chip peripherals and update OMAP1 peripherals which are re-used in OMAP2. Make palmte.c and sd.c errors go to stderr. Allow disabling SD chipselect. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4213 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f93eb9ff66
commit
827df9f3c5
14 changed files with 6936 additions and 226 deletions
1
hw/sd.h
1
hw/sd.h
|
@ -74,6 +74,7 @@ void sd_write_data(SDState *sd, uint8_t value);
|
|||
uint8_t sd_read_data(SDState *sd);
|
||||
void sd_set_cb(SDState *sd, qemu_irq readonly, qemu_irq insert);
|
||||
int sd_data_ready(SDState *sd);
|
||||
void sd_enable(SDState *sd, int enable);
|
||||
|
||||
/* ssi-sd.c */
|
||||
int ssi_sd_xfer(void *opaque, int val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue