Specifications
252 AMD Geode™ GeodeROM Functional Specification
Configuring/Customizing
32087C
The following entries (CHOICE, SAME_CHOICES and RANGE) are mutually exclusive:
CHOICE prompt,value
Defines one of several choices for this field. Each time the item is selected, the system cycles to the next choice. There may
be multiple CHOICE entries for a FIELD_DEFINITION.
SAME_CHOICES
Indicates this item has the same choices as the previous item.
RANGE prompt,type,lowvalue,highvalue
Indicates a data entry box will be displayed asking for the value to assign to this field. The value entered is checked to see
if it is greater than or equal to the lowvalue, and less than or equal to the highvalue. If the value is valid, it is stored in the
field. If the value is outside the range, it is not stored and an error beep will sound.
SPECIAL_RTC_TIME prompt
A special entry indicating that the current item is the current time from the RTC. This item is continuously updated when it is
on the current menu and that menu is the current displayed window. When this item is selected, an entry box opens
requesting the new time to be entered (24-hour format).
This entry may be used only once in the smenu.asm file.
SPECIAL_RTC_DATE prompt
This is a special entry indicating that the current item is the current date from the RTC. This item is continuously updated
when it is on the current menu and that menu is the current displayed window. When this item is selected, an entry box
opens requesting the new date to be entered (mm/dd/yyyy format).
This entry may be used only once in the smenu.asm file.
Parameters Description
prompt Displayed next to the item when the value matches the current selected value.
value The value for this choice.
Parameters Description
prompt The prompt displayed for this item in the entry box.
type The entry/display format desired. Values are:
• DECIMAL – Entry is an unsigned decimal number
• HEX – Entry is an unsigned number in hexadecimal format
• Lowvalue –The lowest value allowed for this entry
• Highvalue – The highest value allowed for this entry
Parameters Description
prompt The prompt displayed for this item in the entry box.
Parameters Description
prompt The prompt displayed for this item in the entry box.